github OthmanAdi/planning-with-files v2.26.0
v2.26.0 — IDE Audit: Gemini/Factory/Copilot hooks, consolidate redundant IDEs

latest releases: v2.37.0, v2.36.3, v2.36.2...
one month ago

What's New

New Hooks

  • Gemini CLI hooks — 5 hook scripts (SessionStart, BeforeTool, AfterTool, BeforeModel, SessionEnd) configured via .gemini/settings.json. BeforeModel is unique to Gemini — injects plan awareness before every model call, not just tool use.
  • FactoryAI Droid hooks — SKILL.md upgraded from no-hooks to full 4-event lifecycle (UserPromptSubmit, PreToolUse, PostToolUse, Stop) + scripts added.
  • GitHub Copilot errorOccurred hook — Automatically prompts the agent to log errors to task_plan.md when Copilot encounters errors. First skill to use this event.

Bug Fixes

  • Continue.dev.prompt file was entirely in Chinese; now English.
  • Pi Agentpackage.json repo URL corrected from ttttmr/ to OthmanAdi/.
  • Mastra Code — Synced drifted check-complete.sh and session-catchup.py to canonical versions.
  • CodeBuddy/Codex — Removed duplicate assets/templates/ directories (identical copies of templates/).

Consolidation

Removed 4 IDE-specific directories that were redundant copies of the standard Agent Skills spec:

  • .adal/ (AdaL CLI / Sylph AI)
  • .agent/ (Google Antigravity)
  • .kilocode/ (Kilocode)
  • .openclaw/ (OpenClaw)

These IDEs all read the standard SKILL.md format with no hooks. Install via npx skills add which handles IDE-specific placement automatically. Setup guides remain in docs/.

README

  • IDE support table restructured into Enhanced (10 IDEs with hooks/lifecycle automation) and Standard (6 IDEs via Agent Skills spec).
  • Official documentation links added for every IDE.

Stats

60 files changed, 542 insertions, 5,151 deletions. Net: -4,609 lines.

The core skill (skills/planning-with-files/) is completely untouched — zero changes to SKILL.md, scripts, templates, or commands.

Don't miss a new planning-with-files release

NewReleases is sending notifications on new releases.