coalesce-memory
Version:
Coalesce agentic CLI memory files (CLAUDE.md, GEMINI.md, codex.md) into AGENTS.md
28 lines (27 loc) • 628 B
JSON
{
"name": "coalesce-memory",
"version": "0.1.0",
"description": "Coalesce agentic CLI memory files (CLAUDE.md, GEMINI.md, codex.md) into AGENTS.md",
"bin": {
"come": "bin/come.js"
},
"keywords": [
"AI",
"CLI",
"memory",
"agents",
"markdown",
"symlink"
],
"author": "Anton Oresten",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AntonOresten/coalesce-memory.git"
},
"homepage": "https://github.com/AntonOresten/coalesce-memory",
"bugs": {
"url": "https://github.com/AntonOresten/coalesce-memory/issues"
},
"type": "module"
}