Commit f81418c
committed
Stop tracking local OMX session state
The repository had accumulated committed .omx runtime artifacts even though they are local coordination state, not durable source inputs. Adding .omx to gitignore and removing the tracked entries keeps future OMX activity out of git while preserving the files locally for the current session.
Constraint: OMX continuously rewrites files under .omx during a session, so keeping them tracked leaves the worktree perpetually dirty
Rejected: Keep tracking .omx and manually clean it before commits | too fragile and immediately regresses on the next OMX write
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Do not re-add .omx contents unless the repo intentionally decides to version OMX runtime state as product artifacts
Tested: git check-ignore -v .omx/state/skill-active-state.json .omx/notepad.md
Tested: git status --short
Not-tested: Project build/test suite (ignore-rule change only)1 parent 3b05cff commit f81418c
28 files changed
Lines changed: 1 addition & 2914 deletions
File tree
- .omx
- context
- interviews
- plans
- specs
- state
- sessions
- omx-1775383096235-lgnekd
- omx-1775383383678-un20rh
- omx-1775460954033-huq3nc
- omx-1775827528214-pm41l1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 82 deletions
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments