Skip to content

Commit f81418c

Browse files
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ publish/
191191
*.pubxml
192192
*.publishproj
193193
.worktrees/
194+
.omx/
194195

195196
# Microsoft Azure Web App publish settings. Comment the next line if you want to
196197
# checkin your Azure Web App publish settings, but sensitive information contained

.omx/context/ellipsis-20260406T073800Z.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.omx/context/fulora-electron-framework-gap-20260405T100722Z.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.omx/hud-config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.omx/interviews/fulora-developer-experience-refactor-20260406T081331Z.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

.omx/metrics.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.omx/notepad.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)