Concepts
Engineering analysis layer
Local structural graphs for agents (symbols, dependencies, flows, APIs).
Engineering analysis layer
spec-my-A §24.16 — local structural intelligence under application/internal/analysis/.
Graph kinds
| Graph | Source |
|---|---|
| symbol | Go AST (go/parser) |
| dependency | Go imports |
| flow | .asagiri/products/<id>/flows/*.yaml |
| event | contracts/events.yaml |
| api | contracts/api.openapi.yaml |
| migration | **/migrations/*.sql |
| ownership | Path heuristics (application/internal/...) |
CLI
asa analysis build --product workspace-saasWrites .asagiri/analysis/<product>/graphs.json (all graphs in one bundle).
Layout
internal/analysis/
ast/
symbols/
dependencies/
events/
flows/
ownership/
architecture/
engine.goUsed by investigation and future agent context packs.