Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
92c27e5
docs: design Codex hook path migration
benym Jul 13, 2026
c224fbc
docs: plan Codex hook path migration
benym Jul 13, 2026
a4b12ff
fix(codex): route hooks to hooks.json
benym Jul 13, 2026
3414fb0
fix(codex): migrate hook configuration
benym Jul 13, 2026
06b708a
fix(codex): preserve migrated hook groups
benym Jul 13, 2026
ca6fd3a
fix(codex): clean legacy hook files
benym Jul 13, 2026
935e674
fix(codex): isolate hook cleanup failures
benym Jul 13, 2026
20c7927
docs: record Codex hook path fix
benym Jul 13, 2026
28bdbf2
chore: bump version to 0.4.0-beta.5
benym Jul 13, 2026
f87c170
fix(codex): harden hook migration
benym Jul 13, 2026
ae0f5c9
docs: format Codex hook migration plan
benym Jul 13, 2026
4a95629
docs: remove implementation planning files
benym Jul 13, 2026
74bc4f1
docs: design standard Superpowers artifact routing
benym Jul 13, 2026
0b2e86f
docs: add standard artifact routing plan
benym Jul 13, 2026
424e25d
fix: drive comet-open from OpenSpec status
benym Jul 13, 2026
dc6890d
fix(classic): allow standard Superpowers artifact writes
benym Jul 13, 2026
07bd60f
fix(classic): harden Superpowers artifact slot routing
benym Jul 13, 2026
02d3e75
docs: document standard Superpowers artifact routing
benym Jul 13, 2026
051dcb3
fix(classic): close Superpowers artifact routing bypasses
benym Jul 13, 2026
262ef0d
test(classic): validate migration guard outcomes
benym Jul 13, 2026
cd89a88
docs: remove unless file
benym Jul 13, 2026
6790ac3
fix(codex): isolate malformed legacy hook configs
benym Jul 13, 2026
2363b04
fix(codex): make legacy hook cleanup best effort
benym Jul 13, 2026
54dcfdd
refactor(skill): align hook cleanup test ownership
benym Jul 13, 2026
d3e6a44
docs: design Skill Hook Rule lifecycle hardening
benym Jul 13, 2026
35cb6c0
docs: plan Skill Hook Rule lifecycle hardening
benym Jul 13, 2026
bafb3dd
docs: refine lifecycle inspection boundaries
benym Jul 13, 2026
aed9dea
fix(skill): fail closed on invalid Hook configuration
benym Jul 13, 2026
4e284d2
fix(skill): harden Hook failure boundaries
benym Jul 13, 2026
d46560f
fix(skill): propagate Rule and removal failures
benym Jul 13, 2026
b148669
fix(skill): surface lifecycle inspection failures
benym Jul 13, 2026
640ef1d
fix(skill): preserve legacy and Kiro Hook boundaries
benym Jul 13, 2026
ea3c683
docs: align lifecycle plan with runtime sync
benym Jul 13, 2026
6794d52
fix(skill): surface incomplete Comet lifecycle updates
benym Jul 13, 2026
47f97e6
fix(skill): preserve lifecycle target failure details
benym Jul 13, 2026
bb2cbbd
feat(doctor): detect incomplete Rule and Hook installs
benym Jul 13, 2026
24c8449
fix(doctor): deduplicate shared Skill roots
benym Jul 13, 2026
2ac0497
docs: document Skill lifecycle integrity fixes
benym Jul 13, 2026
81bff08
fix(skill): harden lifecycle ownership and cleanup
benym Jul 13, 2026
f811178
fix(skill): complete lifecycle recovery safeguards
benym Jul 13, 2026
8732501
fix(skill): retry registered platform cleanup
benym Jul 13, 2026
53a26c9
fix(skill): merge detected and recovery cleanup targets
benym Jul 13, 2026
7c3f3d2
fix: tighten comet workflow guardrails
benym Jul 14, 2026
1e9ae57
test: update classic contract projection
benym Jul 14, 2026
5287869
docs: define native workflow design
benym Jul 14, 2026
07f94c6
docs: bump website submodule for eval skill-path-first docs
benym Jul 15, 2026
5158046
docs: update website submodule pointer after rebase
benym Jul 15, 2026
b0e2aad
Merge remote-tracking branch 'origin/fix/codex-hook-path' into fix/co…
benym Jul 15, 2026
ddf5583
chore: merge master into fix/codex-hook-path
benym Jul 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to @rpamis/comet will be documented in this file.

## What's Changed [0.4.0-beta.5] - 2026-07-13

### Fixed

- **Codex hook configuration**: Project and global Codex installs now write phase guard hooks to the supported `.codex/hooks.json` location and safely migrate Comet-managed entries from the previously generated `settings.local.json` without changing user-defined hooks or settings ([#199](https://github.com/rpamis/comet/issues/199)).

## What's Changed [0.4.0-beta.4] - 2026-07-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0-beta.4",
"version": "0.4.0-beta.5",
"skills": [
"comet/SKILL.md",
"comet/reference/auto-transition.md",
Expand Down
Loading
Loading