Files
psyc/docs/archive/codex.md
m17hr1l e04c6c96d8 init: scaffold psyc — defensive CTI routing & evidence-sealing platform
Stage-1 vertical slice: Pydantic Case model, SQLAlchemy Core persistence,
URLhaus Scoutline fetcher, FastAPI/Jinja cockpit (cases list + detail),
flat Typer CLI, Result[T, E] type module, structlog config.
Architecture in docs/dossier.md; 12-fold style guide in docs/style.md.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 12:43:47 +02:00

73 lines
2.1 KiB
Markdown

# Codex — Blue48 / Adira Hunt Records
**Document type:** Master index
**Status:** Draft v2
---
## Records
| File | Stage / Role | Purpose |
|---|---|---|
| `waypoints.md` | Reference | Inventory of API-eligible reporting & escalation destinations. |
| `waypoints_firstpass.md` | Review | First-pass review notes and suggestions on `waypoints.md`. |
| `waypoints_scalpel.md` | Review | Section-by-section deep review, cross-cutting gaps, revised schema. |
| `routeline.md` | Architecture | Reporting & API escalation pipeline with authority-sealed evidence handling. |
| `hivemap.md` | Architecture | Worker mesh breakdown — worker lines, responsibilities, human-review boundaries. |
| `intelminer.md` | Pipeline | Lawful data collection, LoRA-ready JSONL format, dataset governance. |
| `cockpit.md` | Interface | GUI / UI-UX concept for operating the worker mesh and review workflows. |
| `codex.md` | Meta | This index. |
---
## Suggested Reading Order
1. `routeline.md`
2. `hivemap.md`
3. `intelminer.md`
4. `cockpit.md`
5. `waypoints.md`
6. `waypoints_firstpass.md`
7. `waypoints_scalpel.md`
---
## Architecture Sentence
```text
Sensors
→ Scoutline
→ Proofline
→ Mapline
→ Classifyline
→ Sealine
→ Routeline
→ Ledgerline
→ Publishline
→ Trainline
→ Blue48 Operations Cockpit
```
---
## Core Principle
> Validate the signal, protect the evidence, route only what each destination is authorized to receive, and prove every external action through an immutable ledger.
---
## Rename Map (2026-05-13)
For anyone holding older references:
| Old | New |
|---|---|
| `api_eligible_cyber_threat_reporting_platforms.md` | `waypoints.md` |
| `api_eligible_cyber_threat_reporting_platforms_review.md` | `waypoints_firstpass.md` |
| `api_eligible_cyber_threat_reporting_platforms_review_v2_detailed.md` | `waypoints_scalpel.md` |
| `blue48_reporting_api_architecture_v2.md` | `routeline.md` |
| `blue48_worker_mesh_architecture.md` | `hivemap.md` |
| `blue48_intelminer_lora_pipeline.md` | `intelminer.md` |
| `blue48_operations_cockpit_ui_ux.md` | `cockpit.md` |
| `blue48_project_records_index.md` | `codex.md` |