Skip to content

trailmem 0.1.10 — Kiro user-level hook fix

Choose a tag to compare

@amitnexTech amitnexTech released this 01 Aug 16:49
· 7 commits to main since this release

Kiro host adapter now installs its SessionStart hook at user level (~/.kiro/hooks/) instead of per workspace.

kiro-cli 2.14.2 merges both hook scopes and fires each independently, so a user-level file plus a workspace file injected the briefing twice per session. This overturns the earlier 2.10.0 finding that only the workspace dir executes. One user-level install now covers every workspace, and installing deletes any <workspace>/.kiro/hooks/trailmem-session-start.json written by <= 0.1.9.

  • kiro.py: user-level hook, workspace copy dropped and cleaned up on install
  • docs/hooks.md updated to describe 2.14.2 behaviour
  • .agents/ gitignored (the agy workspace skill carries machine-local paths)

Release page backfilled 2026-08-01; the tag was pushed at the time but never published to PyPI.