Skip to content

Release v0.2.1#15

Merged
sebastientaggart merged 13 commits into
mainfrom
dev
Mar 26, 2026
Merged

Release v0.2.1#15
sebastientaggart merged 13 commits into
mainfrom
dev

Conversation

@sebastientaggart

Copy link
Copy Markdown
Member

Release v0.2.1

PRs included:

Closes #6
Closes #11

Sebastien Taggart and others added 13 commits March 25, 2026 09:46
…ing the base branch is up-to-date before creating a feature branch. Adjusted commands to reflect the use of `dev` and `main` branches appropriately.
Introduce STAGING_BRANCH variable (empty by default) and promote target
for projects using feature → dev → staging → main workflow. Add staging
branch to protected branch guards in pr, abandon, and merge targets.
Update deploy-preview to push STAGING_BRANCH when set. Regenerate
skill commands via sync.sh.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
The deploy-preview behavior is a consumer Makefile concern, not
controlled by Makefile.agents.mk.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Add three-branch workflow support to Makefile.agents.mk
Replace the uninformative "You are executing the /X skill. Your argument
is: $ARGUMENTS" header with each skill's description from frontmatter.
Also fix the release skill description to avoid an unresolved template
variable ({{BRANCH_PROD}}) that would show as a literal in previews.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…previews

Use skill descriptions as Claude adapter preview text
…ompatibility

- Add codex and gemini adapter configs and headers
- Fix sync.sh: apply placeholder substitution to frontmatter description
- Fix sync.sh: validate frontmatter placeholders in --validate mode
- Fix sync.sh: support {{#if KEY}} conditional blocks for mode-aware rendering
- Fix review/ship skills: fall back to inline review when sub-agents unsupported
- Fix setup skill: check all adapter output dirs, not just .claude/commands
- Fix Makefile: set INTEGRATION_BRANCH=dev, use variables for deploy targets, add help
- Fix /version: pull before bumping to prevent stale-branch push failures
- Fix /start: pull integration branch before creating feature branches
- Update .gitignore with standard patterns, remove tracked .DS_Store
- Add ROADMAP.md for future work tracking

Issue #11
Add Codex/Gemini adapters, fix sync.sh and cross-adapter compatibility
@sebastientaggart
sebastientaggart merged commit ba2acba into main Mar 26, 2026
3 checks passed
sebastientaggart added a commit that referenced this pull request Apr 8, 2026
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.

Improve skill preview descriptions in Claude CLI to show what each skill does Add three-branch support to Makefile.agents.mk

1 participant