What changed:
- CONTRIBUTING.md at repo root (PR #171 by @Skulli485, closes #162). Covers local setup, project layout, PR submission, authorship and credit policy, language variant rules, and where to ask questions. A pre-merge follow-up removed a duplicated intro and a broken four-backtick code fence that the original diff carried. GitHub auto-surfaces the file in the PR creation flow now.
- OpenCode docs broken path fix (issue #172, reported by @luyanfeng). docs/opencode.md referenced a doubled folder segment (planning-with-files/planning-with-files/SKILL.md) in the manual-install block, the cat usage block, and both ls verification commands. Quick Install switched from git clone to npx skills add; manual-install and verification paths corrected; session-catchup note updated to the SQLite store location the v2.38.0 rewrite introduced.
- .continue variant SKILL.md synced from v2.34.0 to v2.43.0 (issue #159, 9 versions behind). Rule 7, Security Boundary (delimiter framing + hash attestation), expanded Scripts section with parallel task workflow, 5-Question Reboot Test, and "Write web content to task_plan.md" anti-pattern ported. Continue-specific script paths preserved.
- .gemini variant SKILL.md synced from v2.34.0 to v2.43.0 (issue #160, 9 versions behind). Claude turn-loop integration omitted (Gemini CLI has no /plan-goal, /plan-loop, or PreCompact primitive). Gemini hooks metadata key preserved.
- .kiro variant SKILL.md synced from v2.32.0-kiro to v2.43.0-kiro (issue #161, 11 versions behind). STEP 0/1/2/3 structure, bootstrap scripts, steering, and Agent Skill layout preserved. Kiro suffix convention retained in the version field.
- Version bumped to 2.43.0 across 17 parity-locked files via scripts/bump-version.py.
Tests: 130 pass, 2 skip (Windows exec-bit, pre-existing since v2.34.1), 0 fail.
Thanks: @Skulli485 for PR #171, first contribution. @luyanfeng for reporting issue #172, first issue filed.