AUDIT: Unified setup process and updated documentation

This commit is contained in:
2026-04-13 20:04:52 -04:00
parent 21d46b03fc
commit b0e6ddac05
2 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,9 @@ The "Zero-to-One" release. The agent must be mathematically secure, CLI-first, a
- [ ] Implement `org-skill-scribe.org`: Background worker that distills daily chronological logs into structured Zettelkasten notes.
- [ ] Implement `org-skill-gardener.org`: Heartbeat-driven skill that autonomously flags orphaned nodes and repairs broken links.
**** TODO 3. The Zero-to-One Experience (setup.org)
- [ ] Consolidate installation instructions, `onboard.sh`, and `Dockerfile` into a single, literate `setup.org` file.
- [ ] Ensure the setup process interactively builds the `.env` and verifies SBCL/Quicklisp dependencies.
**** DONE 3. The Zero-to-One Experience (setup.org)
- [X] Consolidate installation instructions, `onboard.sh`, and `Dockerfile` into a single, literate `setup.org` file.
- [X] Ensure the setup process interactively builds the `.env` and verifies SBCL/Quicklisp dependencies.
**** TODO 4. CLI-First Actuation
- [ ] Verify the `cli` actuator and inbound gateway handle standard I/O interaction gracefully, treating Emacs as an optional power-user viewport.