AGENTS.md · git:20260617.970a27a · 2026-06-17 · sha256 cfa4c137772c34ca
AGENTS.md git:20260617.970a27aA
Immutable. This exact content is served forever at /api/v1/blob/cfa4c137772c34ca.
# Agent Instructions This repository includes an Agent Skills-compatible user skill at `skills/wire-lang/SKILL.md`. Use that skill when helping someone write, revise, explain, or troubleshoot Wire Lang `.wire` source. The skill is for Wire Lang users and source authoring; it is not the development guide for implementing the compiler or renderer. Keep the project documented as you work. When behavior, vocabulary, scope, or architecture changes, update the relevant source-of-truth document in the same change: - `CONTEXT.md` for domain vocabulary and resolved terminology. - `docs/MVP.md` for product scope, language semantics, APIs, diagnostics, and implementation contracts. - `docs/adr/` for hard-to-reverse architectural decisions that would be surprising without context. - `skills/wire-lang/` for user-facing authoring instructions, examples, and syntax guidance.