Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
79 changes: 79 additions & 0 deletions .omc/project-memory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add CHANGELOG.md instead of session metadata artifacts

This change claims to fix a missing CHANGELOG.md, but the diff only introduces .omc runtime/session files and never adds a root-level changelog, so the underlying repository-standard violation remains unresolved. In practice, this means issue #45 is still open in substance and any checks/processes expecting CHANGELOG.md will continue to fail until the actual file is created.

Useful? React with 👍 / 👎.

"version": "1.0.0",
"lastScanned": 1778897443142,
"projectRoot": "/Users/simongonzalezdecruz/Desktop/the-factory/.omc/repos/.github",
"techStack": {
"languages": [],
"frameworks": [],
"packageManager": null,
"runtime": null
},
"build": {
"buildCommand": null,
"testCommand": null,
"lintCommand": null,
"devCommand": null,
"scripts": {}
},
"conventions": {
"namingStyle": null,
"importStyle": null,
"testPattern": null,
"fileOrganization": null
},
"structure": {
"isMonorepo": false,
"workspaces": [],
"mainDirectories": [
"docs",
"scripts"
],
"gitBranches": {
"defaultBranch": "main",
"branchingStrategy": null
}
},
"customNotes": [],
"directoryMap": {
"docs": {
"path": "docs",
"purpose": "Documentation",
"fileCount": 0,
"lastAccessed": 1778897443103,
"keyFiles": []
},
"profile": {
"path": "profile",
"purpose": null,
"fileCount": 1,
"lastAccessed": 1778897443123,
"keyFiles": [
"README.md"
]
},
"scripts": {
"path": "scripts",
"purpose": "Build/utility scripts",
"fileCount": 2,
"lastAccessed": 1778897443125,
"keyFiles": [
"check-agent-parity.py",
"provision-agent-law.py"
]
},
"workflow-templates": {
"path": "workflow-templates",
"purpose": null,
"fileCount": 4,
"lastAccessed": 1778897443127,
"keyFiles": [
"blacksmith-go-smoke.properties.json",
"blacksmith-go-smoke.yml",
"blacksmith-probe.properties.json",
"blacksmith-probe.yml"
]
}
},
"hotPaths": [],
"userDirectives": []
}
8 changes: 8 additions & 0 deletions .omc/sessions/19c34693-f55d-464d-a52f-5a39afa51d29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"session_id": "19c34693-f55d-464d-a52f-5a39afa51d29",
"ended_at": "2026-05-16T02:10:50.475Z",
"reason": "other",
"agents_spawned": 0,
"agents_completed": 0,
"modes_used": []
}
Loading