Commit 568419c
chore(gitignore): collapse codex-pair entries to single .codex-pair/ line (ADR-092) (#180)
ask-llm plugin v0.7.1 moved every codex-pair state artifact (marker,
log, cache, ignore globs, pause sentinel, inflight locks) under a single
.codex-pair/ directory per ADR-092. The old four-line gitignore block
(`.codex-pair-context.md`, `.codex-pair-log.jsonl`, `.codex-pair-cache/`,
`.codex-pair-state/`) no longer matches the layout — those exact paths
never get created by the new hook, so the entries are dead.
Replaced with a single `.codex-pair/` entry that covers every nested
artifact including any future additions the plugin adds.
Verified locally:
- migrated .codex-pair-context.md → .codex-pair/context.md
- migrated .codex-pair-log.jsonl → .codex-pair/log.jsonl
- migrated .codex-pair-cache/ → .codex-pair/cache/
- migrated .codex-pair-state/ → .codex-pair/state/
- the new hook fires on the next Edit (smoke test caught both planted
issues: regex-injection HIGH + non-import-type MED in 19s)
- `git check-ignore` confirms all three .codex-pair/* paths covered by
the single line
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent ecb6512 commit 568419c
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments