Asagiri
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

GraphSource
symbolGo AST (go/parser)
dependencyGo imports
flow.asagiri/products/<id>/flows/*.yaml
eventcontracts/events.yaml
apicontracts/api.openapi.yaml
migration**/migrations/*.sql
ownershipPath heuristics (application/internal/...)

CLI

asa analysis build --product workspace-saas

Writes .asagiri/analysis/<product>/graphs.json (all graphs in one bundle).

Layout

internal/analysis/
  ast/
  symbols/
  dependencies/
  events/
  flows/
  ownership/
  architecture/
  engine.go

Used by investigation and future agent context packs.