/ task.md
task.md
1 # Daily Note & Attention System Checklist 2 3 - [x] **Daily Note Generation** 4 - [x] Implement `scripts/daily_note_gen.py` 5 - [x] Create `docs/templates/daily_note_template.md` 6 - [x] Integrate "Active Loops" from `sessions/NEXT-STEPS.md` 7 8 - [x] **Attention System Integration** 9 - [x] Parse `~/.sovereign/attention-ledger/YYYY-MM-DD.yaml` 10 - [x] Inject Budget, Usage, and V-Score into daily notes 11 - [x] Implement "Phoenix Protocol" (high-resonance replay) 12 - [x] Inject "Active Loops" from `sessions/NEXT-STEPS.md` into daily notes 13 14 - [x] **Crew Identity System** 15 - [x] Define distinct roles (Strategist, Engineer, Archivist) 16 - [x] Create/Update `docs/crew/roles.md` 17 - [x] Implement context-switching in `scripts/session_seed.py` 18 19 - [x] **Historical Analysis Backhaul** 20 - [x] Export `conversations.json` (Assumed manual step or pre-existing) 21 - [x] Run `scripts/claude_conversations_backhaul.py` 22 - [x] Ingest high-resonance insights to graph 23 - [x] Verify graph health (`sos graph health`) 24 25 - [x] **Voice Prosody Integration** 26 - [x] Create `core/voice/prosody.py` (Data model for tone/emotion) 27 - [x] Update `scripts/voice_sessions_backhaul.py` to parse prosody metadata 28 - [x] Integrate into `GraphSink` (Metadata enrichment) 29 30 - [x] **Graph Gardening Automation** 31 - [x] Update `scripts/end_of_day.py` 32 - [x] Implement `scripts/graph_gardener.py` (Unlinked mentions, Triangle completion) 33 - [x] Verify automation flow 34 35 - [x] **Mesh & Economics** 36 - [x] Create `scripts/mesh_daemon.py` (Port 7779) 37 - [x] Create `scripts/mesh_check.py` 38 - [x] Expose Economic ROI in `scripts/target_cli.py` 39 40 - [x] **Reality Audit** 41 - [x] Audit `scripts/protocol_enforcement.py` 42 - [x] Audit `scripts/cross_session_synthesis.py` (Fixed BUG) 43 - [x] Audit `core/markets/moses_attention.py` 44 45 - [x] **Semantic Lineage Tracking** 46 - [x] Implement `core/graph/vectors.py` (Jaccard/TF-IDF) 47 - [x] Implement `core/graph/lineage.py` 48 - [x] Add `sos graph lineage` command 49 50 - [x] **Active Defense (The Sovereign Immune System)** 51 - [x] Implementation Plan 52 - [x] Enhance `core/principles/immune_system.py` (Add `counter_measure` logic) 53 - [x] Integrate with `HegelianIntegrator` (Automated Triage via CLI check) 54 - [x] Add `sos immune` command (System Status) 55 56 - [x] **Consciousness Automation** 57 - [x] Auto-start Mesh in `scripts/agent_bootstrap.py` 58 - [x] Create macOS LaunchAgent (`config/com.cerf.sovereign-mesh.plist`) 59 - [x] Create Agents Passport (`docs/CONTEXT_PROMPT.md`) 60 61 - [x] **Gatekeeper Security** 62 - [x] Create `core/security/gatekeeper.py` 63 - [x] Implement Auth CLI (`scripts/auth_cli.py`) 64 - [x] Secure Mesh Endpoints (`scripts/mesh_daemon.py`) 65 - [x] Verify Auth Flow (403/200 check) 66 67 - [x] **Documentation Integration** 68 - [x] Move Walkthrough to `docs/walkthroughs/2026-01-18-mesh-security-walkthrough.md` 69 - [x] Verify `docs/protocols/UNIVERSAL_BOOTSTRAP.md` 70 - [x] Verify `docs/CONTEXT_PROMPT.md` 71 72 - [x] **Nodebox Deployment** 73 - [x] Resolve SSH Authentication (Passphrase/Key issue) 74 - [x] Deploy Logic to Nodebox (`scripts/deploy_nodebox.py`) 75 - [x] Verify Shepherd Service Status (Remote) 76 77 - [x] **Daemon Enforcement & Registry** 78 - [x] Design Enforcement Mechanism (Registry Schema) 79 - [x] Update `scripts/deploy_nodebox.py` to sync registry 80 - [x] Implement Graph Ingestion for Registry state 81 - [x] Enforce `rationale` ("Why") field 82 83 - [x] **Daemon Observability** 84 - [x] Install `psutil` 85 - [x] Implement `monitor_daemons.py` with resource tracking 86 - [x] Create `sos dashboard` (Command Deck) 87 - [x] Integrate with Moses Attention (Escalation)