test-prompts.json 593 B

12345
  1. [
  2. {"id": 1, "prompt": "Are the docs up to date? Audit and sync.", "expected": "Auto-detect existing docs, cross-reference git history for drift, propose patches for added/removed features, get approval, apply"},
  3. {"id": 2, "prompt": "Should I have a DEPLOY doc?", "expected": "Stack-aware decision: detect deploy complexity, propose DEPLOY.md only if non-trivial (Docker/k8s/multi-stage), skip if trivial"},
  4. {"id": 3, "prompt": "Update README", "expected": "Enforce GitHub-style README layout (title, quick start, links to sub-docs), reflect current project state, ask before writing"}
  5. ]