gnn-src-doc-reference · git:20260907.ae194c2 · 2026-09-07 · sha256 0ba58c72c0fed16a
gnn-src-doc-reference git:20260907.ae194c2A
Immutable. This exact content is served forever at /api/v1/blob/0ba58c72c0fed16a.
--- 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 `docs/` 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