ワンクリックで
packaging
// Enable and operate the Packaging feature (ops/packaging conventions + ctl-packaging) for building runnable artifacts (usually container images).
// Enable and operate the Packaging feature (ops/packaging conventions + ctl-packaging) for building runnable artifacts (usually container images).
| name | packaging |
| description | Enable and operate the Packaging feature (ops/packaging conventions + ctl-packaging) for building runnable artifacts (usually container images). |
Standardize how the repo defines build artifacts (services, jobs, apps) and how humans build them in a repeatable way.
When enabled, this feature materializes:
ops/packaging/**
ops/packaging/templates/Dockerfile.*ops/packaging/scripts/docker-build.mjsops/packaging/handbook/**docs/packaging/registry.json (packaging targets registry)Controller scripts (provided by the template SSOT):
node .ai/skills/features/packaging/scripts/ctl-packaging.mjs — packaging target registry management.ai/skills/features/packaging/templates/
into the repo root.node .ai/skills/features/packaging/scripts/ctl-packaging.mjs init
node .ai/skills/features/packaging/scripts/ctl-packaging.mjs verify
Optional (recommended for LLM routing): record the flag in project state:
node .ai/scripts/ctl-project-state.mjs init
node .ai/scripts/ctl-project-state.mjs set features.packaging true
ops/packaging/handbook/.node .ai/skills/features/packaging/scripts/ctl-packaging.mjs verify
docs/packaging/registry.json or under ops/packaging/.ops/packaging/**, docs/packaging/**).