Promote Project-Local Bundle
Graduate a proven project-local bundle without losing its source provenance.
Behavior
Identify the project-local bundle and its intended destination.
Preview the copy and registry transition:
aiwg promote <name> --dry-runPromote to the declared upstream location or a private corpus:
aiwg promote <name> --to upstream aiwg promote <name> --to corpus <path>Use
--cleanuponly when the project-local source should be removed after successful promotion. Use--forceonly after reviewing a destination conflict.
Safety
- Run
aiwg doctorand a dry run before promotion. - Promotion verifies the bundle manifest and destination before copying.
- Omit
--cleanupto retain the project-local source.
References
- @$AIWG_ROOT/src/cli/handlers/subcommands.ts —
promotecommand handler - @$AIWG_ROOT/src/extensions/project-local-promote.ts — promotion implementation
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/skills/steward-quickref/SKILL.md