- Nx 22.7 monorepo (pnpm 11.1, TypeScript 5.9, Node 24) - apps/api: NestJS 11 (CJS conforme CODING-RULES.md PGD-DB-004) - apps/web: React 19 + Vite 8 (ESM) - libs/shared/api-interface: Zod contract base - Docker Compose dev: Postgres 18, Valkey 8, MinIO, Mailpit - WDS artifacts: - design-artifacts/A-Product-Brief/ (5 docs canônicos + 16 dialogs) - design-artifacts/B-Trigger-Map/ (hub + 4 personas + feature impact) - Stack canon: STACK.md v2.2 + CODING-RULES.md v2.0 + brand.md - AGENTS.md + README.md como entrada para devs/agentes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
69 lines
1.4 KiB
Markdown
69 lines
1.4 KiB
Markdown
---
|
|
name: 'step-02-apply-edit'
|
|
description: 'Apply edits to the selected output'
|
|
---
|
|
|
|
# Step 2: Apply Edits
|
|
|
|
## STEP GOAL:
|
|
|
|
Apply the requested edits to the selected output and confirm changes.
|
|
|
|
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
|
|
### Universal Rules:
|
|
|
|
- 📖 Read the complete step file before taking any action
|
|
- ✅ Speak in `{communication_language}`
|
|
|
|
### Role Reinforcement:
|
|
|
|
- ✅ You are the Master Test Architect
|
|
|
|
### Step-Specific Rules:
|
|
|
|
- 🎯 Only apply edits explicitly requested by the user
|
|
|
|
## EXECUTION PROTOCOLS:
|
|
|
|
- 🎯 Follow the MANDATORY SEQUENCE exactly
|
|
|
|
## CONTEXT BOUNDARIES:
|
|
|
|
- Available context: selected output and user changes
|
|
- Focus: apply edits only
|
|
|
|
## MANDATORY SEQUENCE
|
|
|
|
**CRITICAL:** Follow this sequence exactly.
|
|
|
|
### 1. Confirm Requested Changes
|
|
|
|
Restate what will be changed and confirm.
|
|
|
|
### 2. Apply Changes
|
|
|
|
Update the output file accordingly.
|
|
|
|
### 3. Report
|
|
|
|
Summarize the edits applied.
|
|
|
|
## 🚨 SYSTEM SUCCESS/FAILURE METRICS:
|
|
|
|
### ✅ SUCCESS:
|
|
|
|
- Changes applied and confirmed
|
|
|
|
### ❌ SYSTEM FAILURE:
|
|
|
|
- Unconfirmed edits or missing update
|
|
|
|
## On Complete
|
|
|
|
Run: `python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete`
|
|
|
|
If the resolver succeeds and returns a non-empty `workflow.on_complete`, execute that value as the final terminal instruction before exiting.
|
|
|
|
If the resolver fails, returns no output, or resolves an empty value, skip the hook and exit normally.
|