From 290763df60573156f8d1733cdadd1e40f5f45bb7 Mon Sep 17 00:00:00 2001 From: Mariusz Banach Date: Tue, 17 Feb 2026 23:21:42 +0100 Subject: [PATCH] MAESTRO: note speckit analyze command missing --- .../SpecKit-web-header-analyzer-Phase-01-Project-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md b/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md index eea489a..19a08a8 100644 --- a/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md +++ b/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md @@ -75,4 +75,4 @@ The hacker-themed dark colour palette (from spec FR-14): - [x] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`) - [x] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error) - [x] TypeScript compilation succeeds with zero errors in strict mode -- [ ] Run `/speckit.analyze` to verify consistency +- [ ] Run `/speckit.analyze` to verify consistency (attempted, but command not available in this environment)