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
12 changes: 12 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "cross-session-memory-local",
"plugins": [
{
"name": "cross-session-memory",
"source": {
"source": "local",
"path": "./plugins/cross-session-memory"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "cross-session-memory-bridge",
"source": {
Expand Down
14 changes: 9 additions & 5 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cross-session-memory-bridge",
"version": "1.0.0",
"description": "Self-hosted cross-session memory and continuity tools for Codex.",
"description": "The complete self-hosted Cross-Session Memory runtime and lifecycle automation for Codex.",
"author": {
"name": "Donovan"
},
Expand All @@ -14,17 +14,21 @@
"postgres",
"bridge"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Cross-Session Memory Bridge",
"shortDescription": "Resume Codex work across sessions.",
"longDescription": "Self-hosted PostgreSQL memory, context briefs, lessons, checkpoints, and handoff tools for durable Codex project continuity.",
"displayName": "Cross-Session Memory",
"shortDescription": "Full CSM continuity runtime for Codex.",
"longDescription": "Memory, governance, living state, beliefs, self-model, AgentBook, checkpoints, context cache, goals, work ledger, onboarding, re-entry, compaction, and handoff automation.",
"developerName": "Donovan",
"category": "Productivity",
"capabilities": [
"Search",
"Write",
"Long-term memory"
"Long-term memory",
"Lifecycle automation",
"Living state",
"AgentBook"
],
"defaultPrompt": [
"Search project memory before we start changing code.",
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ opencode
.tmp/
.release/
.csm-backups/
.data/
.obsidian/
.tmp_*/
*.canvas
Expand All @@ -27,3 +28,4 @@ runtime/
2026-*.md
Untitled*

.hermes/
Loading
Loading