Merge remote-tracking branch 'origin/main' into garrytan/plan-tune-skill

Conflicts resolved:
- VERSION: keep 0.19.0.0 (our MINOR bump stays above main's new 0.18.2.0)
- package.json: bumped to 0.19.0.0 to match VERSION (test/gen-skill-docs.test.ts
  asserts they match)
- CHANGELOG.md: keep both entries — our v0.19.0.0 on top, main's v0.18.2.0
  below it, preserving the full version history

Main added v0.18.2.0 (#1030): context-rot defense for /ship (subagent isolation
for coverage/plan-completion/greptile/docs steps + clean integer step numbering).
Regenerated all SKILL.md files after merge so they reflect both main's ship
template changes AND our preamble additions (question-tuning section).

Full free test suite: 1158 pass, 0 fail, 113 skip across 28 files, 7855
expect() calls.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-04-17 14:28:05 +08:00
18 changed files with 899 additions and 551 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ ls -d test/ tests/ spec/ __tests__/ cypress/ e2e/ 2>/dev/null
**If test framework detected** (config files or test directories found):
Print "Test framework detected: {name} ({N} existing tests). Skipping bootstrap."
Read 2-3 existing test files to learn conventions (naming, imports, assertion style, setup patterns).
Store conventions as prose context for use in Phase 8e.5 or Step 3.4. **Skip the rest of bootstrap.**
Store conventions as prose context for use in Phase 8e.5 or Step 7. **Skip the rest of bootstrap.**
**If BOOTSTRAP_DECLINED** appears: Print "Test bootstrap previously declined — skipping." **Skip the rest of bootstrap.**