45de643cd2
* feat(skills): detailed tiered skills covering the whole system Restructure the 8 action skills into the tiered format (SKILL.md under 100 lines, EXAMPLES.md, shared troubleshooting, anti-patterns, cross-refs) and add 7 reference skills covering MCP tools, REST API, config, connect adapters, hooks, architecture, and skill authoring. Reference data tables are generated from source by scripts/skills/generate.ts and guarded against drift by npm run skills:check in CI, so the docs stay current as the repo changes. * docs(skills): fix recall REST mapping and label code fences Correct the recap/handoff REST fallback in _shared/TROUBLESHOOTING.md to POST /agentmemory/smart-search (/agentmemory/recall is not a registered route), and add language identifiers to all opening code fences across the skill docs to satisfy markdownlint MD040.
16 lines
576 B
JSON
16 lines
576 B
JSON
{
|
|
"name": "agentmemory",
|
|
"version": "0.9.27",
|
|
"description": "Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions. 12 hooks, 53 MCP tools, 15 skills, real-time viewer.",
|
|
"author": {
|
|
"name": "Rohit Ghumare",
|
|
"url": "https://github.com/rohitg00"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/rohitg00/agentmemory",
|
|
"repository": "https://github.com/rohitg00/agentmemory",
|
|
"skills": "skills/",
|
|
"mcpServers": ".mcp.copilot.json",
|
|
"hooks": "hooks/hooks.copilot.json"
|
|
}
|