laily
ef22c6829e
refactor(skills): slim ack/builder/deployer for layered loading
...
Move mode-specific steps into references so SKILL.md only keeps routing and fail-closed rules.
2026-08-26 11:26:58 +08:00
laily
681aa9e237
feat(builder): load publish credentials from .env.builder
...
Keep DEB/Docker publish keys out of the project's .env. Scripts and
check.py --ready only read .env.builder; empty values count as missing.
2026-08-25 16:58:56 +08:00
laily
10d8800f07
feat: add skill init/check and isolate builder makefile
...
Give ack, builder, and deployer an explicit init/check mode that reports
missing project config instead of failing mid-work. Point builder at
makefile.builder so its contract targets do not collide with an existing
Makefile.
2026-08-25 16:49:28 +08:00
laily
e9d2b5fde6
fix(builder): point version.mk at ~/.pouch after merging main
...
Keep ~/.skills as a lookup fallback so existing checkouts still resolve
version.sh.
2026-08-25 15:29:08 +08:00
laily
f0b71b5bec
Merge remote-tracking branch 'origin/main' into rename
2026-08-25 15:27:32 +08:00
laily
4423e7df1a
feat: update
2026-08-25 15:26:29 +08:00
laily
f3cd56b78e
feat: rename skills/skiff to pouch and move ACK state under .pouch
...
Use ~/.pouch, the pouch CLI, and .pouch.yaml as the SSOT container.
Keep the inner skills/ packages, and store ACK project state in
.pouch/ack instead of docs/ack.
2026-08-25 15:20:02 +08:00
ace
47bd454fa3
feat(builder): merge deb-publisher + publish-docker-image into contract-driven builder skill
...
- skills/builder: SKILL.md, README.md, references/contract.md (make/publish
contract v1), references/registry.md
- scripts/check.py: executable contract checker (make dry-run probes, secret
scan, push thin-wrapper and script path checks; --build verifies real .deb)
- scripts/upload_deb.sh: migrated from deb-publisher, adds project .env
auto-load and dirty-worktree publish gate
- scripts/publish_docker.sh: migrated from publish-docker-image publish.sh,
now env-first (DOCKER_REGISTRY/REPOSITORY/IMAGE_TAG/PLATFORMS), refuses
floating latest and multi-platform --load
- scripts/verify_deb.sh: metadata/content/sha256 verification with v-prefix
normalization
- orc: deb+docker stages both route to $builder; routing table, DAGs,
README, config untouched stage names; tests updated
- ack delivery.md + skiff source-model.md: reference builder
- remove skills/deb-publisher and skills/publish-docker-image
2026-08-24 12:52:53 +08:00