fix: remove session-start hooks and using-ia bootstrap (v1.0.1) - #1
Merged
Conversation
The SessionStart hooks ran `bash hooks/session-start`, which errored on startup in any environment without bash on PATH (e.g. Windows without Git Bash or WSL). The auto-trigger isn't worth a hard error every session, so the hooks are removed. That makes the using-ia bootstrap skill obsolete — it only loaded via the hook — so it's removed too. The ia skill's own description drives discovery. - delete hooks/ (hooks.json, hooks-cursor.json, session-start, run-hook.cmd) - delete skills/using-ia/ - drop hook/using-ia refs from manifests, validate.yml, README - bump all manifests to 1.0.1; add CHANGELOG 1.0.1 entry
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.
Summary
Removes the session-start hooks (and the now-orphaned
using-iabootstrap skill) because the hooks ranbash hooks/session-start, which errored on startup in any environment withoutbashonPATH— e.g. Windows without Git Bash or WSL. The auto-trigger wasn't worth a hard error every session.With the hook gone,
using-iahad no purpose (its body only loaded via the hook), so it's removed too. Theiaskill's own description drives discovery where harnesses surface skill descriptions.Type of change
skills/<name>/) — removedskills/using-ia/*.json) — dropped hook/using-ia refs; bumped to 1.0.1hooks/) — removedhooks/entirely.github/workflows/) — droppedhooks/*+using-iafromvalidate.ymlrequired-files listChecklist
Validateworkflow passes (JSON/YAML + version consistency verified locally — all 9 manifests on 1.0.1)IP Guardworkflow passes (no SQL / table / library /execute_sql/ internal-URL strings introduced)./scripts/bump-version.sh X.Y.Z— versions bumped manually becausejqisn't installed locally; CI's version-consistency check confirms all manifests matchCHANGELOG.mdupdated for user-visible changesRemoved files
hooks/hooks.json,hooks/hooks-cursor.json,hooks/session-start,hooks/run-hook.cmdskills/using-ia/SKILL.md