docs: migrate product docs and standards out of agent-os/ into docs/ - #9
Merged
Merged
Conversation
Move the real content to where humans browse for it: product docs (mission, tech-stack, naming, naming-proposal, prisma-data-rename) to docs/product/ and coding standards to docs/standards/. Delete the agent-os/ directory: its README, design.md and principles.md were compatibility stubs pointing at docs/design, roadmap.md was an unfilled template, and config.yml only configured the Agent OS tooling. Add a docs/product/README.md index and update the stale agent-os reference in docs/design/README.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
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.
Moves all real content out of
agent-os/to where humans actually browse for it, and deletes the directory.Moved:
agent-os/product/{mission,tech-stack,naming,naming-proposal,prisma-data-rename}.md→docs/product/(with a new README index)agent-os/standards/**→docs/standards/Deleted (not migrated):
design.md,principles.md,README.md— compatibility stubs that only pointed atdocs/design/roadmap.md— an unfilled template ("INPUT REQUIRED", placeholder rows)config.yml— configuration for the Agent OS tooling itselfAlso: updated the stale
agent-os/product/reference indocs/design/README.md.Known fallout, deliberately out of scope: the Agent OS tooling under
.claude/agents/agent-os/and.claude/commands/agent-os/still referencesagent-os/paths (e.g.@agent-os/standards/...). Those workflows will break until they're updated or removed — follow-up decision.🤖 Generated with Claude Code