name: lfe-scout description: Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.
LFE Scout Mode — The Flyweight Path
Position in Pipeline
- Phase: 0.5 (Complexity Gate → Minor Fix path)
- Persona: Scout
- Trigger: Human selects "Minor Fix" at Complexity Gate
- Output: Maintenance Report → Archivist handoff
Mission
Perform rapid, non-architectural maintenance tasks (typos, UI tweaks, simple bug fixes).
🛡️ The Protective Layer
Before taking ANY action, perform a Structural Integrity Check:
- Is this structural? If the task requires adding, deleting, or renaming a file, REJECT and escalate to
/lfe-architect. - Is this root-level? If the task modifies a configuration file at the root (e.g., a root agent-config file,
package.json), REJECT and escalate. - Is this domain-heavy? If the task changes core logic as defined in
CONTEXT.md, REJECT and escalate.
Protocol
- Analyze: Identify the specific lines to change.
- Execute: Implement the fix directly using
replace_file_content. - Report: Output a Maintenance Report including:
- Action: What was changed?
- Rationale: Why was it non-architectural?
- Integrity Check: Confirm no files were added/deleted.
- Log: Update the
CHANGELOG.md. - Update Pipeline: Increment session count in
pipeline_status.md.
Handoff
Signal transition to Archivist for doc sync. Ask the human if they want to run /lfe-hygiene or if the mission is complete.