feat(test): add dev test scripts and update docs for TDD workflow#1248
Merged
ByronDWall merged 6 commits intomainfrom Mar 18, 2026
Merged
feat(test): add dev test scripts and update docs for TDD workflow#1248ByronDWall merged 6 commits intomainfrom
ByronDWall merged 6 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Adds `test:dev` and `test:storybook:dev` scripts that resolve `@commercetools/nimbus` to source files instead of the built bundle, removing the need to rebuild before running tests during local development. The existing `test` and `test:storybook` scripts remain unchanged for CI and build verification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add test:dev commands to CLAUDE.md, nimbus CLAUDE.md, and skill files - Streamline jira-implement-task skill with TDD workflow and three-strikes policy - Add git-conventions.md documenting branch naming and commit format - Update writing-stories and writing-main-component skills to use test:dev Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…nt-task Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ed39dbd to
3f5d331
Compare
Add agent-restore-context and setup-agent-restore-context skills for surviving /clear and /compact. Consolidate create/update into single write action, fix cross-references, update plan file location to skill directory, and update common pitfalls with test:dev workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
.gitignore
Outdated
Comment on lines
+197
to
+198
| .agent-restore-context-* | ||
| *-implementation-plan.md No newline at end of file |
Contributor
There was a problem hiding this comment.
koolaid man voice: ohhhh yeaaaahhhhhh
tylermorrisford
approved these changes
Mar 17, 2026
Support worktree-based workflows when implementing Jira tasks. --gw uses the gw CLI, --worktree uses EnterWorktree with git worktree fallback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
valoriecarli
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test:devandtest:storybook:devscripts that run tests against source files directly (no build required), enabling fast TDD loopsvitest.storybookdev.config.ts) that resolves@commercetools/nimbusto source via aliastest:devfor iterative developmentjira-implement-taskskill with TDD red/green workflow and three-strikes policygit-conventions.mddocumenting branch naming and commit message formatagent-restore-contextandsetup-agent-restore-contextskills so workflows survive/clearand/compactcreate/updateactions into singlewriteaction across all skill references<skills-dir>/jira-implement-task/plans/test:devas TDD alternativeTest plan
pnpm test:devand verify tests execute against source without buildingpnpm test:storybook:devand verify Storybook tests pass against sourcepnpm test(build-based) still works as before/agent-restore-context checkand verify hook detection works/agent-restore-context statuslists active restore context files🤖 Generated with Claude Code