docs: replace AI_KNOWLEDGE_BASE.md with concise AGENTS.md - #2
Merged
Conversation
- Create AGENTS.md (266 lines) replacing AI_KNOWLEDGE_BASE.md (2,913 lines) with only AI-essential context: architecture overview, critical gotchas, development rules, key patterns, and debugging reference - Slim .cursorrules to a pointer referencing AGENTS.md - Update help_system.py to read from AGENTS.md instead of AI_KNOWLEDGE_BASE.md - Update all cross-references (README, CONTRIBUTING, RELEASE_PROCESS, DEPRECATION) - Clean up stale TODO.md (mark completed v0.3-v0.6 features, fix release planning) - Fix CI: remove fragile test_version_module_type_checking_true that assumed setuptools-scm's _version.py always contains TYPE_CHECKING attribute
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
AI_KNOWLEDGE_BASE.md(2,913 lines) with conciseAGENTS.md(266 lines) containing only AI-essential context.cursorrulesto a pointer referencingAGENTS.mdhelp_system.pyto read fromAGENTS.mdTODO.md(mark v0.3-v0.6 features as completed, fix release planning)test_version_module_type_checking_truethat assumedsetuptools-scm's_version.pyalways containsTYPE_CHECKINGTest plan
python -m wry.help_system aicorrectly serves AGENTS.mdpython -m wry.help_system sourcescorrectly extracts section