Redesign as a user-global harness - #2
Merged
Conversation
Integration moves from a workspace directory to the agent config folders: tod appends marker blocks to ~/.agents/AGENTS.md and ~/.claude/CLAUDE.md and keeps all state in ~/.tod/. Project-specific commands and folders are removed; tod never writes into project folders, and the boundary module enforces exactly three roots. Work state becomes CLI-mutated JSON with tod work / tod log / tod config commands planned. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reworks the design at operator direction before the workspace engine is built: tod integrates at the user level rather than through a workspace directory.
Changes
project/tod-v0.1/): integration target is now each agent's global instruction file (~/.agents/AGENTS.mdper the emerging agents.md standard,~/.claude/CLAUDE.mdfor Claude Code) via delimited marker blocks, with all state in~/.tod/. The workspace concept,tod new, and all per-project files are removed; projects exist only as names in work state. Work state becomes CLI-mutated JSON (tod work,tod log,tod config) withtod statusas the human view. Milestones M2–M4 re-scoped; revision log records the change.src/boundary.ts): allowlist is exactly~/.agents/,~/.claude/,~/.tod/. The operator-designated extra-roots escape hatch is removed since tod never writes into project folders.tod newstub deleted; help text forinit/syncrewritten for the global model.Why
Per-project files would interfere with the AGENTS.md that belongs to the app being built, and a workspace directory adds a concept operators don't need. The agent harness config folders already exist on any machine where tod gets installed (the agent installed it), so a marker block there reaches every session in any folder, and project folders stay entirely the operator's own.
🤖 Generated with Claude Code