Gaurav Dubey
105b524c8f
docs(strategic-compact): fix hook command path in SKILL.md ( #1682 )
...
The Hook Setup example pointed to
`~/.claude/skills/strategic-compact/suggest-compact.js`, which does not
exist in the current repo layout. The cross-platform Node.js hook ships
at `scripts/hooks/suggest-compact.js` and is installed to
`~/.claude/scripts/hooks/suggest-compact.js`.
Anyone copy-pasting the documented config hit a broken hook command.
Closes #1675
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-11 01:13:08 -04:00
dependabot[bot]
61a30a1f15
build(deps): bump the minor-and-patch group across 1 directory with 3 updates ( #1582 )
...
Bumps the minor-and-patch group with 3 updates in the / directory: [ajv](https://github.com/ajv-validator/ajv ), @opencode-ai/plugin and [globals](https://github.com/sindresorhus/globals ).
Updates `ajv` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.18.0...v8.20.0 )
Updates `@opencode-ai/plugin` from 1.3.15 to 1.14.33
Updates `globals` from 17.4.0 to 17.6.0
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.4.0...v17.6.0 )
---
updated-dependencies:
- dependency-name: "@opencode-ai/plugin"
dependency-version: 1.14.25
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: ajv
dependency-version: 8.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: globals
dependency-version: 17.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 01:12:35 -04:00
dependabot[bot]
c013479019
build(deps): bump pnpm/action-setup from 6.0.0 to 6.0.6 ( #1708 )
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 6.0.0 to 6.0.6.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](08c4be7e2e...91ab88e261 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 01:12:31 -04:00
dependabot[bot]
baba4ec1ab
build(deps): bump fast-uri from 3.1.0 to 3.1.2 ( #1703 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 01:11:54 -04:00
dependabot[bot]
01b171947c
chore(deps): bump actions/cache from 5.0.4 to 5.0.5 ( #1497 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](668228422a...27d5ce7f10 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 01:11:50 -04:00
Affaan Mustafa
841beea45c
fix: handle dotted reserved snapshot names
2026-04-30 12:25:14 -04:00
Affaan Mustafa
61992f7f5e
fix: harden loop-status snapshot writes
2026-04-30 12:25:14 -04:00
Affaan Mustafa
2715315438
fix: avoid loop-status index snapshot collision
2026-04-30 12:25:14 -04:00
Affaan Mustafa
7627926216
fix: preserve loop-status output on snapshot errors
2026-04-30 12:25:14 -04:00
Affaan Mustafa
20154ddb22
feat: write loop-status snapshots
2026-04-30 12:25:14 -04:00
Affaan Mustafa
bb40978e31
fix: show correct gateguard hook recovery id
2026-04-30 11:26:15 -04:00
Affaan Mustafa
7c5452f4fa
fix: keep gateguard destructive gate strict
2026-04-30 11:26:15 -04:00
Affaan Mustafa
cfe770a735
fix: add gateguard recovery escape hatch
2026-04-30 11:26:15 -04:00
Affaan Mustafa
4c8499d509
docs: clarify loop-status exit-code watch constraint
2026-04-30 10:33:17 -04:00
Affaan Mustafa
85dfb5e5fc
test: isolate loop-status missing transcript fixture
2026-04-30 10:33:17 -04:00
Affaan Mustafa
7b03a60503
fix: require bounded loop-status exit-code watch
2026-04-30 10:33:17 -04:00
Affaan Mustafa
fbd441b448
feat: add loop-status exit-code mode
2026-04-30 10:33:17 -04:00
Affaan Mustafa
99177e81ea
test: report instruction guardrails independently
2026-04-30 09:39:54 -04:00
Affaan Mustafa
b6a7f8ab0c
fix: gate search-first apply steps
2026-04-30 09:39:54 -04:00
Affaan Mustafa
c9962bf83e
fix: harden agent instruction surfaces
2026-04-30 09:39:54 -04:00
Affaan Mustafa
38f4265a1c
feat: add loop-status watch mode
2026-04-30 09:09:23 -04:00
Affaan Mustafa
b1456bd954
fix: cap session-start context injection
2026-04-30 08:41:52 -04:00
Affaan Mustafa
95bef977c1
fix: fail open on gateguard state write errors
2026-04-30 08:15:27 -04:00
Affaan Mustafa
e381c8d8a8
fix: namespace claude managed install paths
2026-04-30 07:53:20 -04:00
Affaan Mustafa
08d6c82989
fix: harden consult argument parsing
2026-04-30 07:19:43 -04:00
Affaan Mustafa
9a3f72712b
feat: add ECC consult command
2026-04-30 07:19:43 -04:00
Affaan Mustafa
708a8fd715
fix: clarify loop status empty output
2026-04-30 06:35:37 -04:00
Affaan Mustafa
9aace2e6fe
fix: keep loop status scans fail-soft
2026-04-30 06:35:37 -04:00
Affaan Mustafa
fb6cc8548b
fix: harden loop status transcript scanning
2026-04-30 06:35:37 -04:00
Affaan Mustafa
b8452dc108
feat: add loop status transcript inspector
2026-04-30 06:35:37 -04:00
Affaan Mustafa
2fd8dfc7e1
docs: clarify MCP disable guidance
2026-04-30 05:03:04 -04:00
Affaan Mustafa
158cbd8979
docs: sync zh-cn rc1 release heading
2026-04-30 04:40:12 -04:00
Affaan Mustafa
3e18127a3d
test: require canonical rc1 launch link
2026-04-30 04:13:26 -04:00
Affaan Mustafa
63c97b4c26
docs: align rc1 social launch copy
2026-04-30 04:13:26 -04:00
Affaan Mustafa
70cc2bb247
fix: accept crlf command frontmatter
2026-04-30 03:41:18 -04:00
Affaan Mustafa
01d3743a8c
fix: add command metadata frontmatter
2026-04-30 03:41:18 -04:00
Affaan Mustafa
a374eaf49d
docs: use canonical plugin command namespace
2026-04-30 03:12:54 -04:00
Affaan Mustafa
d05855be5f
test: handle missing configure-ecc docs cleanly
2026-04-30 02:50:58 -04:00
Affaan Mustafa
803abe52a5
fix: clarify configure-ecc skill copy roots
2026-04-30 02:50:58 -04:00
Affaan Mustafa
e1d6d853f7
fix: namespace cursor agent installs
2026-04-30 02:19:57 -04:00
Affaan Mustafa
5881554a1c
fix: add no-hooks minimal install path
2026-04-30 01:57:31 -04:00
Affaan Mustafa
d26d66fd3b
fix: inject learned skills at session start
2026-04-30 01:31:41 -04:00
Affaan Mustafa
0c61710c43
fix: disable claude plugin bundled mcps
2026-04-30 01:13:53 -04:00
Affaan Mustafa
d49f0329a9
fix: avoid cursor nested AGENTS context pollution
2026-04-30 00:43:27 -04:00
Affaan Mustafa
95ce9eaaeb
fix: remove canonical Anthropic skill duplicates
2026-04-30 00:21:13 -04:00
Affaan Mustafa
06f9eca8e2
fix: retire legacy command shims from default surface
2026-04-29 23:56:40 -04:00
Affaan Mustafa
affbd33485
fix: avoid opencode shell file probes
2026-04-29 23:26:10 -04:00
Affaan Mustafa
9627c201c7
test: harden mcp health http probe fixture
2026-04-29 23:05:17 -04:00
Affaan Mustafa
1188aeafc4
fix: refine gateguard destructive git detection
2026-04-29 22:41:22 -04:00
Affaan Mustafa
17aafc4506
fix: make plan command work without planner agent
2026-04-29 22:18:53 -04:00