UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

48 lines (47 loc) 1.06 kB
{ "id": "semantic-memory", "type": "addon", "name": "Semantic Memory Kernel", "version": "1.0.0", "description": "Topology-agnostic semantic memory operations: ingest, lint, query-capture, and structured event logging. Consumers declare a memory topology in their manifest.json; kernel skills read that contract to parameterize behavior.", "core": true, "autoInstall": true, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "semantic-memory", "kernel", "ingest", "lint", "query-capture", "log", "topology", "wiki", "knowledge-base" ], "entry": { "skills": "skills/", "schemas": "schemas/", "docs": "docs/" }, "agents": [], "commands": [], "skills": [ "memory-ingest", "memory-lint", "memory-query-capture", "memory-log-append", "memory-log-render" ], "rules": [], "schemas": [ "memory-log-event" ], "dependencies": { "required": [ "aiwg-utils" ], "optional": [] } }