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

82 lines (81 loc) 1.88 kB
{ "id": "llm-wiki", "type": "addon", "name": "LLM Wiki", "version": "1.0.0", "description": "LLM-maintained markdown wiki that compounds as sources are ingested. Thin topology declaration on the semantic memory kernel — ships schema profiles and page templates, no custom mechanics.", "core": false, "autoInstall": false, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "wiki", "llm-wiki", "knowledge-base", "markdown", "obsidian", "wikilink", "semantic-memory", "book-companion", "research", "personal-knowledge" ], "entry": { "templates": "templates/", "schemas": "schemas/", "docs": "docs/" }, "agents": [], "commands": [], "skills": [], "rules": [], "schemas": [ "page-schema" ], "templates": [ "book-companion", "personal", "research-deep-dive", "business-team", "generic" ], "memory": { "topology": { "namespace": ".aiwg/wiki", "rawSources": ".aiwg/wiki/raw", "derivedPages": { "summary": ".aiwg/wiki/summaries", "entity": ".aiwg/wiki/entities", "concept": ".aiwg/wiki/concepts", "synthesis": ".aiwg/wiki/synthesis" }, "index": ".aiwg/wiki/index.md", "log": ".aiwg/wiki/.log.jsonl", "crossRefStyle": "wikilink", "pageTemplate": "templates/generic.md", "lintRules": [ "link-check", "mention-lint", "orphan-detection", "contradiction-scan" ] } }, "dependencies": { "required": [ "semantic-memory" ], "optional": [ "aiwg-utils" ] }, "configuration": { "defaults": { "topologyProfile": "generic", "autoIndex": true, "orphanThresholdDays": 30, "contradictionSensitivity": "medium" } } }