Skip to content

Releases: futuregerald/futuregerald-claude-plugin

v3.3.0

13 Feb 22:02
v3.3.0
8d749bf

Choose a tag to compare

Changelog

  • 98ed9b2 feat: project detection heuristics for CLAUDE.md generation (#1)

v3.2.0

13 Feb 16:13
v3.2.0
0586d1d

Choose a tag to compare

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

13 Feb 15:10
v3.1.0
a4dd4cc

Choose a tag to compare

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

12 Feb 19:40
v3.0.0
4eecaf2

Choose a tag to compare

Changelog

  • f4a34b9 ci: add test workflow for PRs and main branch
  • 4eecaf2 feat: add GitHub workflow integration with slash commands
  • 3b7a03e feat: add code-simplifier and code-review enforcement to CLAUDE-BASE template
  • 9c43f42 feat: add staff engineer plan review enforcement to CLAUDE-BASE template

v2.0.0

05 Feb 21:08
v2.0.0
c74da15

Choose a tag to compare

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