Skip to content

docs(skills): clarify Spacedock fixture setup - #4

Merged
kentwelcome merged 1 commit into
mainfrom
feature/drc-4280-clarify-spacedock-fixtures
Sep 2, 2026
Merged

docs(skills): clarify Spacedock fixture setup#4
kentwelcome merged 1 commit into
mainfrom
feature/drc-4280-clarify-spacedock-fixtures

Conversation

@kentwelcome

Copy link
Copy Markdown
Contributor

Summary

  • rename the unexplained Spacedock capsule helper to make-spacedock-fixtures.sh
  • define Spacedock fixtures at first use in both Behavior Diff skills and explain why hand-built workflow state is unsafe
  • strengthen the deterministic contract for the new name, first-use explanation, executable path, diagnostics, and FIXTURES OK signal

Closes DRC-4280

Test plan

  • bash tests/hooks-test.sh
  • python3 plugin/skills/behavior-diff/scripts/decisions.py --check
  • bash tests/live-report-contract.sh
  • bash tests/release-workflow-test.sh
  • docker run --rm -v "$PWD:/mnt" -w /mnt mvdan/shfmt:v3.14.0 -d -i 2 -ci .
  • uvx ruff@0.16.5 format --check --diff .
  • Bash syntax and renamed fixture CLI help smoke check
  • Independent review: APPROVE

Signed-off-by: Kent Huang <kent@infuseai.io>
Copilot AI lite review requested due to automatic review settings September 2, 2026 11:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The changes are cohesive documentation-and-contract updates with consistent naming, clear safety rationale, and deterministic test enforcement, and no correctness issues were found in the modified files.

Pull request overview

This PR clarifies and hardens the Spacedock fixture setup story used by the Behavior Diff skills by renaming the previously opaque “capsule” helper to an explicit make-spacedock-fixtures.sh, documenting fixture expectations at first mention, and enforcing the new naming/phrasing via the deterministic live-report contract test.

Changes:

  • Rename and reword the Spacedock fixture builder script to make-spacedock-fixtures.sh, including updated diagnostics and the FIXTURES OK validation signal.
  • Update both behavior-diff and behavior-diff-live skills plus the Spacedock duo reference to define fixtures at first use and explain why hand-built workflow state is unsafe.
  • Strengthen tests/live-report-contract.sh to enforce the new script name, executable path, “no legacy capsule naming” constraints, and the first-use definition contract.
File summaries
File Description
tests/live-report-contract.sh Adds deterministic checks for the renamed fixture script, output strings, removal of legacy path, and “definition at first use” requirements across docs.
RETRO_NOTES.md Updates retro guidance to reference make-spacedock-fixtures.sh and improves wording of a Spacedock fixture trap note.
plugin/skills/behavior-diff/SKILL.md Defines Spacedock fixtures at first mention and points to the new fixture builder + reference doc.
plugin/skills/behavior-diff/scripts/make-spacedock-fixtures.sh Implements the renamed fixture builder wording/diagnostics and switches the validation marker to FIXTURES OK.
plugin/skills/behavior-diff/references/spacedock-duo.md Reframes fixtures as binary-created repos, documents the hand-built-state risk, and updates the command/path placeholders.
plugin/skills/behavior-diff-live/SKILL.md Mirrors the headless skill’s first-use fixture definition and references the renamed builder in the sibling skill.
Review details
  • Files reviewed: 6/6 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@kentwelcome
kentwelcome merged commit 03ccd6d into main Sep 2, 2026
3 checks passed
@kentwelcome
kentwelcome deleted the feature/drc-4280-clarify-spacedock-fixtures branch September 2, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants