Merged
Conversation
…ness dirs Add AGENT_PROJECT_CONFIG_ROOTS (.claude, .cursor, .agents, .gemini) for skills/commands discovery, user home dirs, worktree fallback, --add-dir, dynamic skill discovery, chokidar watch paths, permission skill scope, and sandbox denyWrite for skills. Made-with: Cursor
…ation - Added `release` and `publish` targets to the Makefile for automated versioning and publishing using Changesets. - Updated README.md to reflect the new automated release process and clarify the usage of Changesets for version management. - Enhanced documentation in the new-feature skill to guide users on input handling and branching for feature work.
…gement - Introduced a new `scripts/make-release-main.sh` for automated version bumping and PR creation. - Updated the Makefile to include a `release-push` target for streamlined versioning and publishing. - Enhanced documentation in the Makefile to clarify the release process and prerequisites.
- Updated the `make-release-main.sh` script to remove quotes around the remote and branch name in the `git pull --ff-only` command for consistency and to prevent potential issues.
- Enhanced the `Makefile` documentation to clarify the release process and prerequisites for version bumping and PR creation. - Modified `scripts/make-release-main.sh` to streamline the merging of feature branches into main, allowing for pending changesets to reside on the feature branch. - Added an option to skip merging the feature branch during the release process, improving flexibility in release management.
- Updated the documentation comment in `filesystem.ts` to specify the structure of project and global harness skills directories, enhancing clarity for developers regarding skill name extraction and permission scoping.
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.
Automated version bump via
make release/ scripts/make-release-main.sh