Imported from Antonino545/FlightDeck (
AGENTS.md). Install upstream withnpx skills add Antonino545/FlightDeck. Copyright stays with the author.
FlightDeck Agent Instructions
Read .agents/rules/flightdeck_workflow.md before making changes.
Fast Search & Discovery Protocol (Token & Time Efficiency)
- Focus on the immediate prompt: Prioritize the user's latest request directly. Do not re-analyze, re-read, or summarize historical turns unless specifically requested.
- Target docs first: Before reading source files, check docs/PROJECT_GUIDE.md and docs/ARCHITECTURE.md to identify the exact file and responsible module.
- Never read entire files: Use targeted grep (
grep_search), symbol searches, or small line slices (StartLine/EndLine). Do NOT inspect 500+ line files when locating a function. - Commit policy: Do NOT automatically commit changes. Commit only on explicit user request after all tests pass.