Summary
AGENTS.md still documents the Go implementation as living under waza-go/, but the repository now builds and runs from the repo root.
Problem
The file currently tells contributors to cd waza-go, references waza-go/README.md, and shows example commands with ../examples/... paths that no longer match the actual layout.
Expected behavior
AGENTS.md should describe the current root-based Go layout and use commands that work from the repository root.
Summary
AGENTS.mdstill documents the Go implementation as living underwaza-go/, but the repository now builds and runs from the repo root.Problem
The file currently tells contributors to
cd waza-go, referenceswaza-go/README.md, and shows example commands with../examples/...paths that no longer match the actual layout.Expected behavior
AGENTS.mdshould describe the current root-based Go layout and use commands that work from the repository root.