aboutsummaryrefslogtreecommitdiff
path: root/docs/agent-knowledge-base-spec.org
Commit message (Collapse)AuthorAgeFilesLines
* docs(spec): work-root denylist confirmed, agent KB spec now readyCraig Jennings5 days1-4/+9
| | | | Craig confirmed the denylist is complete at ~/projects/work alone (archangel is not work-scoped), which clears the spec's one remaining caveat. Phase 1 is unblocked, and implementation still awaits the explicit go.
* docs: finalize agent knowledge-base spec as ready with caveatsCraig Jennings5 days1-0/+236
I ratified all seven decisions: the org-roam KB is the shared agent substrate, the write boundary is read-shared write-scoped (work never writes), nodes are per-fact, agent writes land freely in the KB only, and harness memory stays as the ephemeral capture layer. The spec moves to docs/agent-knowledge-base-spec.org in spec-create format, superseding the 2026-06-05 draft. A work-root denylist classifier routes writes: personal projects write, work and unknown projects refuse and report the redacted fact. Implementation is broken into three phases and waits on confirming the denylist contents.