feat: add checkpoint-read skill and implementation workflow#21
Merged
Conversation
… add README.md updates - Updated Test Strategy to use .bats extension and @test syntax per CR-0013 - Added shared helper requirement (tests/checkpoint-read/test_helpers/setup.bash) - Removed redundant test_skill_name_format test (covered by frontmatter test) - Added tests for llms.txt and README.md validation - Added README.md to Affected Components, In Scope, and Phase 3 - Added AC-10 for README.md Available Skills table update - Updated Verification Commands to use bats runner Co-authored-by: Junie <junie@jetbrains.com>
- Created skills/checkpoint-read/SKILL.md with full workflow for reading checkpoint commits - Created skills/checkpoint-read/version.txt with initial version 0.0.0 - Skill implements read-only operation with safety rules preventing any modifications Co-authored-by: Junie <junie@jetbrains.com>
… configuration - Add skills/checkpoint-read package entry to release-please-config.json with release-type simple, component checkpoint-read, and tag settings - Add skills/checkpoint-read: 0.0.0 to .release-please-manifest.json for initial version tracking - Completes Phase 2 of CR-0012 Co-authored-by: Junie <junie@jetbrains.com>
- Added checkpoint-read to Available Skills table in README.md - Created tests/checkpoint-read/test_helpers/setup.bash shared helper - Created tests/checkpoint-read/test_skill_structure.bats with 8 tests covering AC-1 through AC-10 - All 12 tests pass (4 governance + 8 checkpoint-read)
…tation workflow Co-authored-by: Junie <junie@jetbrains.com>
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
Adds the checkpoint-read skill and documents the AI-assisted implementation workflow.
Changes
skills/checkpoint-read/SKILL.md): Slash command that reads checkpoint commit history to recover context for new sessionsrelease-please-config.jsonand.release-please-manifest.jsonRelated