UNPKG

aiwg

Version:

Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.

89 lines (88 loc) 2.03 kB
{ "id": "aiwg-utils", "type": "addon", "name": "AIWG Utilities", "version": "1.5.0", "description": "Core meta-utilities for AIWG management including context regeneration, workspace maintenance, development kit, importable prompts, and @-mention traceability", "core": true, "autoInstall": true, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "aiwg", "utilities", "regenerate", "context", "claude", "warp", "factory", "workspace", "maintenance", "devkit", "scaffolding", "prompts", "deployment", "mentions", "traceability" ], "entry": { "agents": "agents/", "commands": "commands/", "rules": "rules/", "skills": "skills/", "templates": "templates/", "prompts": "prompts/" }, "commands": [ "aiwg-refresh", "aiwg-regenerate", "aiwg-regenerate-claude", "aiwg-regenerate-warp", "aiwg-regenerate-factory", "workspace-realign", "workspace-prune-working", "workspace-reset", "commit-and-push", "roko-voice", "summarize-transcript", "devkit-create-addon", "devkit-create-extension", "devkit-create-framework", "devkit-create-agent", "devkit-create-command", "devkit-create-skill", "devkit-validate", "devkit-test", "deploy-gen", "parallel-dispatch", "mention-wire", "mention-validate", "mention-report", "mention-lint", "mention-conventions" ], "agents": [ "context-regenerator", "aiwg-developer", "consortium-coordinator", "self-debug" ], "skills": [ "project-awareness" ], "templates": [ "devkit/addon-manifest", "devkit/framework-manifest", "devkit/extension-manifest" ], "prompts": [ "core/orchestrator", "core/multi-agent-pattern", "core/consortium-pattern", "agents/design-rules", "reliability/decomposition", "reliability/parallel-hints", "reliability/resilience" ] }