Pulls in 15 upstream commits since the April 3 bundling snapshot
(msieurthenardier/mission-control). Notable changes:
- agentic-workflow rewritten as the "fast" variant: per-leg design and
implement, single review and commit across the whole flight
- New Skill-Project Boundary section: skills no longer read or write
project-owned artifacts by literal heading
- routine-maintenance scoped to post-mission only; adds state-machine
reachability and cache freshness audits
- Test metrics capture threaded through debrief, maintenance, and flight
- Crew prompts no longer carry skill-required instructions; SKILL.md is
the protocol
- Worktree git strategy removed; standardized on {target-project}
- Jira artifact template removed upstream
Local URL correction in init-project/README.md preserved
(anthropics/flight-control -> msieurthenardier/mission-control).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Flight Operations
This directory contains reference materials for the Flight Control development methodology.
Contents
- FLIGHT_OPERATIONS.md — Quick reference for implementing missions, flights, and legs
- ARTIFACTS.md — Project-specific configuration for how artifacts are stored
- agent-crews/ — Project crew definitions for each phase (who Mission Control works with)
For AI Agents
When working on this project with Flight Control:
- Read
ARTIFACTS.mdto understand how this project stores missions, flights, and legs - Read
FLIGHT_OPERATIONS.mdfor the implementation workflow - Read the relevant
agent-crews/*.mdfile for crew definitions and prompts - Check the artifact locations defined in
ARTIFACTS.mdfor active work - Follow the code review gate before marking any leg complete
- Update flight-log after each leg (location depends on artifact system)
Sync Behavior
| File | Synced? | Notes |
|---|---|---|
| README.md | Yes | Updated via /init-project |
| FLIGHT_OPERATIONS.md | Yes | Updated via /init-project |
| ARTIFACTS.md | No | Project-specific, customize freely |
| agent-crews/*.md | No | Project-specific, customize freely |