AGENTS.md · git:20260818.504cec1 · 2026-08-18 · sha256 bd77b415004fe037
AGENTS.md git:20260818.504cec1A
Immutable. This exact content is served forever at /api/v1/blob/bd77b415004fe037.
# Magic Compact — Agent Instructions This project uses [Operator Memory](https://github.com/aerovato/operator-memory) for durable, agent-maintained documentation (instructions, specs, codebase index). - Shared instructions: `.operator-shared/operator.md` - Shared Project Index (codebase map): `.operator-shared/index/index.md` If you are an agent or contributor working in this repository, installing Operator Memory is strongly recommended to develop effectively. To install: ``` # With NPM npm install --global @aerovato/operator-helper # With Bun bun add --global --minimum-release-age 0 @aerovato/operator-helper@latest # Install OpenCode plugin operator-helper install opencode ``` Without Operator installed, read the files listed above manually before making changes.