Skip to content
Merged
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
4 changes: 2 additions & 2 deletions mnemion-js/docs/coherence/_graph.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mnemion-js/docs/coherence/_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ <h3>files</h3><ul class="mono"><li>block-palette.ts <span class="dim">shared/cor
├─ vite.preview.ts
├─ vite.web.ts
└─ worker-configuration.d.ts</pre><p style="color:var(--dim);font-size:.85rem">● marks a node (a folder with a <code>*.spec.md</code>).</p></section>
<footer>Generated at <span id="stamp">NORMALIZED-TIMESTAMP</span> — do not edit; run the harness.</footer>
<footer>Generated at <span id="stamp">2026-06-22 18:07Z</span> — do not edit; run the harness.</footer>
</body></html>
4 changes: 2 additions & 2 deletions mnemion-js/docs/coherence/graph.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"generatedAt": "NORMALIZED-TIMESTAMP",
"generatedAt": "2026-06-22 18:07Z",
"root": "mnemion-js",
"absRoot": "NORMALIZED-ABSROOT",
"absRoot": "/Users/daniloc/Documents/Dev/mnemion/mnemion-js",
"nodes": [
{
"id": "c:.",
Expand Down
6 changes: 3 additions & 3 deletions mnemion-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions mnemion-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"mcp:smoke": "node scripts/mcp-smoke.mjs",
"setup": "bash scripts/setup.sh",
"enable-documents": "bash scripts/enable-documents.sh",
"coherence:docs": "coherence docs && node scripts/coherence-normalize.mjs",
"coherence:docs:check": "coherence docs && node scripts/coherence-normalize.mjs && test -z \"$(git diff --name-only -- AGENTS.md docs/coherence/_overview.html docs/coherence/_graph.html docs/coherence/graph.json)\" || (echo 'stale coherence docs — run: npm run coherence:docs' && exit 1)",
"coherence:docs": "coherence docs",
"coherence:docs:check": "coherence docs --check",
"coherence:claude": "coherence claude",
"coherence:verify": "coherence verify --fast",
"coherence:verify:full": "coherence verify",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.0",
"ai": "^6.0.206",
"coherence-harness": "github:daniloc/coherence#v0.4.0",
"coherence-harness": "github:daniloc/coherence#v0.4.1",
"concurrently": "^9.0.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
Expand Down
37 changes: 0 additions & 37 deletions mnemion-js/scripts/coherence-normalize.mjs

This file was deleted.

Loading