Tag
A blog post describing a technique to anchor living specs to code using ast-grep rules that match code structure instead of file paths, preventing spec rot when code moves during refactors. The approach is designed for AI agents that read specs on every task, with anchors that survive moves but not renames.
CodeWiki is an open-source tool that uses AI to generate holistic documentation and architectural diagrams for large-scale codebases, supporting multiple LLM providers and subscription modes.
A method using Claude to bundle an entire app into one HTML and one JSON file, making complex systems visible and self-documenting, is gaining popularity overseas.
Introduces a method of using Claude to map the entire application's architecture to an HTML page and a JSON file, allowing the codebase to explain itself, convenient for developers to view and for subsequent AI agents to use.
A technique to use Claude to generate an HTML page and JSON file mapping your app's architecture, enabling self-explanatory codebases.