Releases: futuregerald/futuregerald-claude-plugin
Releases · futuregerald/futuregerald-claude-plugin
v3.3.0
v3.2.0
Changelog
- 30de954 feat: add --mode flag and constants for install modes
- 22fd451 feat: add Mode field to config struct
- 4424555 feat: implement askInstallMode interactive question
- 4409c1d feat: implement runAgentsOnly for agents-only mode
- fd55d4f feat: implement runConfigOnly for config-file-only mode
- aa9f52a refactor: dispatch runInstall by mode, extract runFullInstall
v3.1.0
What's Changed
README Rewrite
- Complete restructure with table of contents and logical section ordering
- Dedicated sections for GitHub Workflow, Skills & Agents, CLI Installer, and Installation
- Added workflow lifecycle overview, review modes, issue tracking, and git worktrees documentation
- Moved Attribution to the end; added License section
CLAUDE-BASE Template Sync
Synced the base template with the latest learning-journey CLAUDE.md patterns:
- Compact format: Replaced verbose ASCII diagrams and long prose with a concise phase table
- Autonomous PR review: Added auto-merge workflow with safety limits (max 3 review cycles, max 3 CI fixes)
- Unaddressed work tracking: Any deferred finding must become a GitHub issue — never silently drop work
- Actionable issues: Issues must include specific file paths and line numbers
- Streamlined sections: Consolidated duplicate content (Pre-Push Workflow merged into lifecycle, Manual/Autonomous review condensed)
Init Command Updates
- Expanded permissions setup from
gh-only to full autonomous agent workflow - New permissions cover:
git,node,npm,npx, and common shell utilities (sed,cat,cp,echo,head,tail,diff,grep,mkdir,pwd,for,ls) - Permissions are written to
.claude/settings.local.json(gitignored, per-developer)
v3.0.0
v2.0.0
Changelog
- bb06860 Initial commit: futuregerald-claude-plugin
- c74da15 ci: add GoReleaser for automated binary releases
- fb4ab1b feat: add tags to all skill frontmatter for filtering
- 33e2988 fix: normalize SKILL.md casing for all skills
- 368cf2c refactor: rewrite installer for directory-based skills with fs.FS interface
- 2238cee refactor: rewrite runInstall with scope prompt, config generation, command installation
- 210704f refactor: simplify config struct to match new flag structure
- f9213c3 refactor: update targets, embed directives, remove packs, add scope prompt