AGENTS.md · git:20260915.eb0ec87 · 2026-09-15 · sha256 12a8c85567461091
AGENTS.md git:20260915.eb0ec87A
Immutable. This exact content is served forever at /api/v1/blob/12a8c85567461091.
# AGENTS.md - working in the fdeops repository This repository **is** FDEOps: skills for Forward Deployed Engineers. The `fde` coordinator selects the relevant instructions for customer work. All 35 task skills also work individually. The local CLI manages customer records in `.fde/` files; users confirm consequential judgments. ## If you are helping use fdeops in an engagement For ongoing customer work, use **`@fde`**: read `skills/fde/SKILL.md`, select the relevant instructions, and follow its record rules. When the user selects a task such as `discover` or `build`, run that task directly with the supplied context; a customer record is optional. Do not make users choose a task when they have asked the coordinator for help. Other tools use thin pointer files in [`adapters/`](adapters/README.md). ## If you are contributing to this repository - **One brain.** Method lives once in `skills/fde/SKILL.md` + `skills/fde/references/`. Adapters in `adapters/` only point at it - never fork logic per platform. Standalone skills are generated by `node bin/generate-skills.js` from `bin/skill-catalog.js` and canonical references; do not hand-edit generated copies. - **Deterministic core.** `bin/fde.js` is local-only (git + file reads, no network, no AI). Keep it that way. - **Run the checks.** `npm run check` must pass before any PR (`node bin/check.js`). - **Conventions.** See `CONTRIBUTING.md`, `docs/REPO_LAYOUT.md`, and `docs/schema.md`. ## Boundaries The `fde` CLI never reaches the network. `<private>` blocks are redacted from CLI/dashboard/hook outputs; do not load raw private blocks into a model via file tools or paste. fdeops installs on the FDE's own machine, never on customer infrastructure.