# src/gnn/doc Module — Agent Scaffolding

## Module Overview

**Purpose**: Defines scope for files under `src/gnn/doc/`.
**Pipeline Step**: Infrastructure module (not a numbered step)
**Category**: Infrastructure / Documentation
**Status**: ✅ Production Ready
**Version**: 3.2.0
**Last Updated**: 2026-04-16

## Purpose

Defines scope for files under `src/gnn/doc/`.

## Responsibilities

- Keep local implementation notes concise and accurate.
- Link to canonical docs in `docs/` and `src/` when relevant.
- Avoid duplicating generated artifacts or cache content.

## Exclusions

Generated outputs, caches, and temporary files are out of scope for folder doc coverage policy.

---
## Documentation
- **[README](README.md)**: Module Overview
- **[AGENTS](AGENTS.md)**: Agentic Workflows
- **[SPEC](SPEC.md)**: Architectural Specification
- **[SKILL](SKILL.md)**: Capability API
