├── .context └── index.md ├── .contextignore ├── .devcontainer ├── build.sh └── devcontainer.json ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── .vscode └── launch.json ├── CODEBASE-CONTEXT.md ├── LICENSE.md ├── README.md └── img ├── codebase-context.png └── codebase-diagram.mermaid /.context/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.context/index.md -------------------------------------------------------------------------------- /.contextignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.contextignore -------------------------------------------------------------------------------- /.devcontainer/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.devcontainer/build.sh -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /CODEBASE-CONTEXT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/CODEBASE-CONTEXT.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/README.md -------------------------------------------------------------------------------- /img/codebase-context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/img/codebase-context.png -------------------------------------------------------------------------------- /img/codebase-diagram.mermaid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agentic-Insights/codebase-context-spec/HEAD/img/codebase-diagram.mermaid --------------------------------------------------------------------------------