suusuu0927
c32f0fffb1
fix(hooks): rewrite install_hook_wrapper.ps1 to avoid argv-dup bug
...
Under Claude Code v2.1.116 the first argv token of a hook command is
duplicated. When the token is a quoted Windows .exe path, bash.exe is
re-invoked with itself as script (exit 126). PR #1524 fixed the shape
of settings.local.json; this script keeps the installer consistent so
re-running it does not regenerate the broken form.
Changes:
- First token is now PATH-resolved `bash` instead of the quoted bash.exe
- Wrapper path is normalized to forward slashes for MSYS safety
- PreToolUse and PostToolUse get distinct pre/post positional arguments
- JSON output is written with LF endings (no mixed CRLF/LF)
Companion doc: docs/fixes/INSTALL-HOOK-WRAPPER-FIX-20260422.md
2026-04-22 06:19:15 +09:00
Affaan Mustafa
34380326c8
fix: publish npm releases and clarify install identifiers
2026-04-14 20:42:28 -07:00
Affaan Mustafa
e5225db006
docs: sync catalog counts on urgent fix branch
2026-04-14 19:31:23 -07:00
Affaan Mustafa
76b6e22b4d
fix: unblock urgent install and gateguard regressions
2026-04-14 19:23:07 -07:00
Affaan Mustafa
b749f5d772
fix: clean up hook install docs and tests
2026-04-12 22:47:25 -07:00
Affaan Mustafa
2ece2cfc90
fix: stop injecting managed hooks into claude settings
2026-04-12 22:39:48 -07:00
Affaan Mustafa
28edd197c2
fix: harden release surface version and packaging sync ( #1388 )
...
* fix: keep ecc release surfaces version-synced
* fix: keep lockfile release version in sync
* fix: remove release version drift from locks and tests
* fix: keep root release metadata version-synced
* fix: keep codex marketplace metadata version-synced
* fix: gate release workflows on full metadata sync
* fix: ship all versioned release metadata
* fix: harden manual release path
* fix: keep localized release docs version-synced
* fix: sync install architecture version examples
* test: cover shipped plugin metadata in npm pack
* fix: verify final npm payload in release script
* fix: ship opencode lockfile in npm package
* docs: sync localized release highlights
* fix: stabilize windows ci portability
* fix: tighten release script version sync
* fix: prefer repo-relative hook file paths
* fix: make npm pack test shell-safe on windows
2026-04-12 22:33:32 -07:00
Affaan Mustafa
125d5e6199
feat: add ecc2 legacy plugin migration import
2026-04-10 11:53:17 -07:00
Affaan Mustafa
4ff5a7169f
feat: add ecc2 legacy tool migration import
2026-04-10 11:49:38 -07:00
Affaan Mustafa
cee82417db
feat: add ecc2 legacy skill migration import
2026-04-10 11:41:36 -07:00
Affaan Mustafa
f4b1b11e10
feat: add ecc2 legacy env migration import
2026-04-10 11:33:18 -07:00
Affaan Mustafa
e7dd7047b5
feat: add ecc2 legacy remote migration import
2026-04-10 11:23:10 -07:00
Affaan Mustafa
b6426ade32
feat: add ecc2 legacy workspace memory import
2026-04-10 11:10:40 -07:00
Affaan Mustafa
790cb0205c
feat: add ecc2 legacy schedule migration import
2026-04-10 11:06:14 -07:00
Affaan Mustafa
0f028f38f6
feat: add ecc2 legacy migration audit
2026-04-10 10:50:17 -07:00
Affaan Mustafa
9bd8e8b3c7
fix: resolve markdownlint violations
2026-04-08 15:40:26 -07:00
Affaan Mustafa
c40c5b95aa
docs: add skill adaptation policy
2026-04-06 14:30:23 -07:00
Affaan Mustafa
572c7a8fe6
docs: add capability surface selection guide
2026-04-06 14:21:28 -07:00
Affaan Mustafa
b1ad3bcfc7
docs: add canonical hook bug workaround guide
2026-04-06 14:12:21 -07:00
Affaan Mustafa
8488811b80
chore: remove legacy insaits integration
2026-04-05 20:19:21 -07:00
Affaan Mustafa
e09c548edf
feat: add agent introspection debugging skill
2026-04-05 20:10:54 -07:00
Affaan Mustafa
b6d15b42f2
docs: add hermes setup guide
2026-04-05 17:53:08 -07:00
Affaan Mustafa
8a3651588a
feat: restore review and planning bundles
2026-04-05 17:51:56 -07:00
Affaan Mustafa
56bd57c543
feat: restore hookify command bundle
2026-04-05 17:50:31 -07:00
Affaan Mustafa
ff303d71b6
feat: salvage frontend-design from hermes branch
2026-04-05 17:48:46 -07:00
Affaan Mustafa
a1e37d7c0d
feat: add agent-sort selective install workflow
2026-04-05 17:36:37 -07:00
Affaan Mustafa
4d759f91da
docs: add Hermes to ECC migration guide
2026-04-05 17:18:54 -07:00
Affaan Mustafa
57e2435b4f
docs: remove orphaned template translations
2026-04-05 17:16:18 -07:00
Affaan Mustafa
05d836387e
feat: add product capability planning lane
2026-04-05 16:58:02 -07:00
Affaan Mustafa
9d7531706d
feat: add connector and dashboard builder skills
2026-04-05 16:47:33 -07:00
Affaan Mustafa
ece14da5cd
feat: add ECC-native operator workflow skills
2026-04-05 16:31:26 -07:00
Affaan Mustafa
eb39a0ea57
feat: add security bounty hunting skill
2026-04-05 16:13:53 -07:00
Affaan Mustafa
50ebf1605a
feat: add blockchain security skill bundle
2026-04-05 16:12:42 -07:00
Affaan Mustafa
8fe97d1675
feat: add HIPAA entrypoint skill
2026-04-05 16:10:05 -07:00
Affaan Mustafa
31afed5b5d
feat: add SEO audit support
2026-04-05 15:46:01 -07:00
Affaan Mustafa
da813d48a0
feat: add code tour workflow
2026-04-05 15:42:58 -07:00
Affaan Mustafa
cba43546fd
feat: add unified notifications ops
2026-04-05 15:33:26 -07:00
Affaan Mustafa
989ed60994
docs: refresh localized README switchers
2026-04-05 15:31:07 -07:00
Affaan Mustafa
753da37743
feat: add council decision workflow
2026-04-05 15:27:54 -07:00
Affaan Mustafa
a77c8c3f85
feat: add ecc tools cost audit workflow
2026-04-05 15:19:56 -07:00
Affaan Mustafa
0f4f95b3de
refactor: move project guidelines example into docs
2026-04-05 15:03:59 -07:00
Affaan Mustafa
dbdbcef58f
docs: resolve markdownlint errors across translated docs
2026-04-05 14:41:27 -07:00
Affaan Mustafa
0aad18a830
docs: add manual adaptation guide for non-native harnesses
2026-04-05 14:39:55 -07:00
Affaan Mustafa
1346f83b08
fix: shorten plugin slug to ecc
2026-04-05 14:31:30 -07:00
Affaan Mustafa
6eba30f02b
feat: restore reusable ops skills from hermes branch
2026-04-05 13:30:55 -07:00
Affaan Mustafa
846ffb75da
chore: ship v1.10.0 release surface refresh
2026-04-05 13:20:18 -07:00
Affaan Mustafa
5df943ed2b
feat: add nestjs development patterns
2026-04-02 18:27:51 -07:00
Affaan Mustafa
be0c56957b
feat: add jira integration workflow
2026-04-02 17:51:03 -07:00
Affaan Mustafa
badccc3db9
feat: add C# and Dart language support
2026-04-02 17:48:43 -07:00
Affaan Mustafa
bf3fd69d2c
refactor: extract social graph ranking core
2026-04-02 02:51:24 -07:00