From faf64b956508bfee9d4b9a0dc2c97845b4a3712e Mon Sep 17 00:00:00 2001 From: snowopsdev <6538071+snowopsdev@users.noreply.github.com> Date: Sun, 17 May 2026 15:47:56 -0400 Subject: [PATCH] fix(ci): Ignore OMC state artifacts Remove generated OMC session and project-memory files from source control. Ignore OMC state in git and formatter config so local orchestration metadata does not break CI format checks. Co-Authored-By: Codex --- .gitignore | 1 + .../3cdaba6c-6600-4ed7-880a-6bceec39a582.json | 8 - .../63cf5d81-e31b-487a-8646-c9f9e7b48a39.json | 8 - .../70acef43-6abc-4f49-a151-947f572963c0.json | 8 - .../ac617f0e-796f-4393-8638-666ca31a574b.json | 8 - .../ad310b34-e353-4e7d-a748-360a9739c6a4.json | 8 - .../c8e8af54-1dbd-4b1d-8814-3d47fdc5d350.json | 8 - .oxfmtrc.json | 1 + apps/server/.omc/project-memory.json | 150 ------------------ 9 files changed, 2 insertions(+), 198 deletions(-) delete mode 100644 .omc/sessions/3cdaba6c-6600-4ed7-880a-6bceec39a582.json delete mode 100644 .omc/sessions/63cf5d81-e31b-487a-8646-c9f9e7b48a39.json delete mode 100644 .omc/sessions/70acef43-6abc-4f49-a151-947f572963c0.json delete mode 100644 .omc/sessions/ac617f0e-796f-4393-8638-666ca31a574b.json delete mode 100644 .omc/sessions/ad310b34-e353-4e7d-a748-360a9739c6a4.json delete mode 100644 .omc/sessions/c8e8af54-1dbd-4b1d-8814-3d47fdc5d350.json delete mode 100644 apps/server/.omc/project-memory.json diff --git a/.gitignore b/.gitignore index 4813ad0..2185368 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +.omc/ .bun .turbo .DS_Store diff --git a/.omc/sessions/3cdaba6c-6600-4ed7-880a-6bceec39a582.json b/.omc/sessions/3cdaba6c-6600-4ed7-880a-6bceec39a582.json deleted file mode 100644 index 98e1b95..0000000 --- a/.omc/sessions/3cdaba6c-6600-4ed7-880a-6bceec39a582.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "3cdaba6c-6600-4ed7-880a-6bceec39a582", - "ended_at": "2026-05-16T20:39:54.320Z", - "reason": "other", - "agents_spawned": 0, - "agents_completed": 0, - "modes_used": [] -} diff --git a/.omc/sessions/63cf5d81-e31b-487a-8646-c9f9e7b48a39.json b/.omc/sessions/63cf5d81-e31b-487a-8646-c9f9e7b48a39.json deleted file mode 100644 index d89df80..0000000 --- a/.omc/sessions/63cf5d81-e31b-487a-8646-c9f9e7b48a39.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "63cf5d81-e31b-487a-8646-c9f9e7b48a39", - "ended_at": "2026-05-16T20:46:46.172Z", - "reason": "other", - "agents_spawned": 0, - "agents_completed": 0, - "modes_used": [] -} \ No newline at end of file diff --git a/.omc/sessions/70acef43-6abc-4f49-a151-947f572963c0.json b/.omc/sessions/70acef43-6abc-4f49-a151-947f572963c0.json deleted file mode 100644 index 4a0fd7c..0000000 --- a/.omc/sessions/70acef43-6abc-4f49-a151-947f572963c0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "70acef43-6abc-4f49-a151-947f572963c0", - "ended_at": "2026-05-15T20:56:12.233Z", - "reason": "other", - "agents_spawned": 0, - "agents_completed": 0, - "modes_used": [] -} diff --git a/.omc/sessions/ac617f0e-796f-4393-8638-666ca31a574b.json b/.omc/sessions/ac617f0e-796f-4393-8638-666ca31a574b.json deleted file mode 100644 index 921bf81..0000000 --- a/.omc/sessions/ac617f0e-796f-4393-8638-666ca31a574b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "ac617f0e-796f-4393-8638-666ca31a574b", - "ended_at": "2026-05-16T20:37:44.610Z", - "reason": "other", - "agents_spawned": 0, - "agents_completed": 0, - "modes_used": [] -} diff --git a/.omc/sessions/ad310b34-e353-4e7d-a748-360a9739c6a4.json b/.omc/sessions/ad310b34-e353-4e7d-a748-360a9739c6a4.json deleted file mode 100644 index 731327d..0000000 --- a/.omc/sessions/ad310b34-e353-4e7d-a748-360a9739c6a4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "ad310b34-e353-4e7d-a748-360a9739c6a4", - "ended_at": "2026-05-15T20:45:35.447Z", - "reason": "other", - "agents_spawned": 0, - "agents_completed": 0, - "modes_used": [] -} diff --git a/.omc/sessions/c8e8af54-1dbd-4b1d-8814-3d47fdc5d350.json b/.omc/sessions/c8e8af54-1dbd-4b1d-8814-3d47fdc5d350.json deleted file mode 100644 index 9202f1b..0000000 --- a/.omc/sessions/c8e8af54-1dbd-4b1d-8814-3d47fdc5d350.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "c8e8af54-1dbd-4b1d-8814-3d47fdc5d350", - "ended_at": "2026-05-15T20:40:22.203Z", - "reason": "other", - "agents_spawned": 0, - "agents_completed": 0, - "modes_used": [] -} diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 3d65d9c..b4bcfae 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -2,6 +2,7 @@ "$schema": "./node_modules/oxfmt/configuration_schema.json", "ignorePatterns": [ ".reference", + ".omc", ".plans", "dist", "dist-electron", diff --git a/apps/server/.omc/project-memory.json b/apps/server/.omc/project-memory.json deleted file mode 100644 index 04d0854..0000000 --- a/apps/server/.omc/project-memory.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "version": "1.0.0", - "lastScanned": 1778964405876, - "projectRoot": "/Users/snow/Development/Github/snocode/apps/server", - "techStack": { - "languages": [ - { - "name": "JavaScript/TypeScript", - "version": "^22.16 || ^23.11 || >=24.10", - "confidence": "high", - "markers": [ - "package.json" - ] - }, - { - "name": "TypeScript", - "version": null, - "confidence": "high", - "markers": [ - "tsconfig.json" - ] - } - ], - "frameworks": [ - { - "name": "vitest", - "version": "catalog:", - "category": "testing" - } - ], - "packageManager": "npm", - "runtime": "Node.js 22.16||23.11||24.10" - }, - "build": { - "buildCommand": "npm run build", - "testCommand": "npm test", - "lintCommand": null, - "devCommand": "npm run dev", - "scripts": { - "dev": "node --watch src/bin.ts", - "build": "node scripts/cli.ts build", - "build:bundle": "tsdown", - "start": "node dist/bin.mjs", - "typecheck": "tsc --noEmit", - "test": "vitest run" - } - }, - "conventions": { - "namingStyle": "camelCase", - "importStyle": "ES modules", - "testPattern": null, - "fileOrganization": null - }, - "structure": { - "isMonorepo": false, - "workspaces": [], - "mainDirectories": [ - "scripts", - "src" - ], - "gitBranches": { - "defaultBranch": "main", - "branchingStrategy": null - } - }, - "customNotes": [], - "directoryMap": { - "caches": { - "path": "caches", - "purpose": null, - "fileCount": 0, - "lastAccessed": 1778964405865, - "keyFiles": [] - }, - "dist": { - "path": "dist", - "purpose": "Distribution/build output", - "fileCount": 10, - "lastAccessed": 1778964405865, - "keyFiles": [ - "BunPTY-D9vUwRk6.mjs", - "BunPTY-D9vUwRk6.mjs.map", - "NodePTY-n-DkTn_B.mjs", - "NodePTY-n-DkTn_B.mjs.map", - "NodeSqliteClient-C58MlmIA.mjs" - ] - }, - "integration": { - "path": "integration", - "purpose": null, - "fileCount": 4, - "lastAccessed": 1778964405871, - "keyFiles": [ - "OrchestrationEngineHarness.integration.ts", - "TestProviderAdapter.integration.ts", - "orchestrationEngine.integration.test.ts", - "providerService.integration.test.ts" - ] - }, - "scripts": { - "path": "scripts", - "purpose": "Build/utility scripts", - "fileCount": 3, - "lastAccessed": 1778964405871, - "keyFiles": [ - "acp-mock-agent.ts", - "cli.ts", - "cursor-acp-model-mismatch-probe.ts" - ] - }, - "src": { - "path": "src", - "purpose": "Source code", - "fileCount": 38, - "lastAccessed": 1778964405871, - "keyFiles": [ - "atomicWrite.ts", - "attachmentPaths.ts", - "attachmentStore.test.ts", - "attachmentStore.ts", - "bin.test.ts" - ] - }, - "userdata": { - "path": "userdata", - "purpose": null, - "fileCount": 0, - "lastAccessed": 1778964405872, - "keyFiles": [] - }, - "worktrees": { - "path": "worktrees", - "purpose": null, - "fileCount": 0, - "lastAccessed": 1778964405872, - "keyFiles": [] - }, - "integration/fixtures": { - "path": "integration/fixtures", - "purpose": "Test fixtures", - "fileCount": 1, - "lastAccessed": 1778964405873, - "keyFiles": [ - "providerRuntime.ts" - ] - } - }, - "hotPaths": [], - "userDirectives": [] -} \ No newline at end of file