chore: drop Agent Office PRD from main - #316
Merged
Merged
Conversation
Removes docs/agents.md from main. The PRD describes an Agent Office / Agent Teams feature that has not landed yet; keeping a forward-looking PRD in main confuses readers about what the product is *today* versus what it might become. The document is preserved on feat/personal-ai-agents and will return to main as part of that feature's eventual PR, alongside the actual implementation it describes.
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.
Summary
Removes
docs/agents.md(the Agent Office / Agent Teams PRD) frommain.Why
The PRD describes a feature that has not landed yet. Keeping a forward-looking PRD in
mainconfuses readers about whatkbagentis today versus what it might become. The document is preserved on thefeat/personal-ai-agentsbranch and will return tomainas part of that feature's eventual PR, alongside the actual implementation it describes.Test plan
git log -- docs/agents.mdstill contains the full history onmain; the file is recoverable from2061d89(the PR docs: add Agent Office PRD and ADR #305 commit that originally added it) if needed.Follow-up
docs/agents-review.md) are already onfeat/personal-ai-agents, paired with the original PRD, ready for the implementation work.