gnn-src-doc-reference · git:20260906.e62b9e9 · 2026-09-06 · sha256 501aaf2b91b468b5
gnn-src-doc-reference git:20260906.e62b9e9A
Immutable. This exact content is served forever at /api/v1/blob/501aaf2b91b468b5.
--- name: gnn-src-doc-reference description: Source-adjacent GNN implementation documentation. Use when working with static reference notes under `src/gnn/doc/` or checking that implementation-near documentation is intentionally non-runtime. --- # Core Skill: `doc_reference` **Function**: Internal source-adjacent documentation and reference notes supporting `src/` implementation and maintenance. ## Scope This module is a **static documentation directory** — it does not export runtime functionality. It holds hand-maintained markdown content that supports development, including: - Implementation notes and quick-reference guides - Changelog tracking for the documentation subtree - Cognitive phenomena documentation for Active Inference modeling ## Contents | File | Purpose | |------|---------| | `CHANGELOG.md` | Documentation subtree change history | | `QUICK_REFERENCE.md` | Developer quick-reference for pipeline operations | | `cognitive_phenomena/` | Cognitive modeling reference material | ## Policy - Does not define runtime pipeline behavior - Complements top-level `doc/` content for implementation-near material - Generated outputs, caches, and transient artifacts are excluded from coverage expectations ## MCP Tools This module registers tools with the GNN MCP server (see `mcp.py`): - None