Releases: papperrollinggery/ad-creative-orchestrator
Release list
v0.3.2 — Documentation and package parity
What changed
- Updated README, install guide, operating manual, roadmap, security, and release descriptions to the current ADCO control-plane semantics.
- Removed retired colon-prefixed pseudo-commands from current onboarding and examples; historical design documents are explicitly marked as archived.
- Packaged the public documentation set so installed-wheel
adco docsreturns real README, changelog, operating-guide, release-plan, and first-run paths. - Added source/package documentation parity, portability, command-validity, and wheel-content release gates.
Verification
- Commit:
6020dbbb564461a3f09d526198d048d07bc845e2 - GitHub Actions:
29263299844— PASS on Python 3.10 and 3.12 - Local:
RUN_CHECKS,DIST_CHECK,INSTALL_SMOKE,PACKAGE_SMOKE,RELEASE_CHECKall PASS - Independent cold review: GO
- Wheel SHA-256:
8dae37d1e74e4ec9a377ba3fda0760ac64a51f5c3efbbeecddb8afed2a142126
VALIDATION=PASS remains structural and traceability evidence only; it does not imply creative quality, client approval, or send authorization.
v0.3.1
Hardened immutable Thread dispatch proofs and copy-on-write scope baselines. Tightened Film Quality Gate to scan active control-plane film artifacts while separately validating adopted specialist outputs and domain QA. Clarified agent route names and their adco CLI mappings, and hardened section-aware brief extraction. Validation: make release-check PASS; GitHub Actions run 29183469781 PASS on Python 3.10 and 3.12; wheel install smoke PASS with adco 0.3.1. This release provides structural and traceability validation, not client approval or creative-quality acceptance for a real project.
v0.3.0
What changed
- Human Workspace indexes are now current-first, path-deduplicated, linkable, and aware of unregistered physical files.
- Control-plane schema v2 adds safer migrations, explicit artifact lifecycle/tombstones, and clearer current-versus-legacy diagnostics.
- FinalDelivery now inventories new files before reporting blockers and requires explicit, evidence-bound rename or supersession reconciliation. Unicode filenames receive stable collision-resistant lock identities.
- Thread convergence distinguishes active progress, silence, and receipt finalization, with one bounded extension and at most one rescue.
- The ADCO Skill is split into focused operating references and installs as a complete hash-manifested tree.
- DIRcreative exchange compatibility remains fail-closed and passes the real bilateral contract suite.
Validation in this release covers structure, traceability, migration safety, package integrity, and contract behavior. It does not by itself claim client approval or creative-quality acceptance for a real project.
v0.2.0
ADCO v0.2.0 makes the local creative workflow safer and easier to operate.
Highlights
- Client text first: establish a client-readable structure and explicit confirmation before slide production; key Gates now block when evidence is incomplete.
- Reliable task coordination: stronger dispatch identity, receipts, adoption decisions, bounded convergence, and cleanup records.
- Safer deliverables: immutable version chains and FinalDelivery protection prevent stale aliases, silent overwrites, and accidental cleanup.
- DIRcreative exchange: a neutral, versioned specialist handoff and receipt flow with scoped authorization while ADCO remains the client and delivery control plane.
- Better installation and diagnostics: stronger packaged-resource parity, doctor, support bundles, release checks, and install verification.
Install or upgrade
pipx install --force https://github.com/papperrollinggery/ad-creative-orchestrator/releases/download/v0.2.0/ad_creative_orchestrator-0.2.0-py3-none-any.whl
adco install-skill
adco --version
adco doctor
adco checkSee CHANGELOG.md for the complete release history.
v0.1.0
Highlights
- Adds project-level
AGENTS.mdgeneration for new ADCO projects, with safe non-overwrite handling for existing project rules. - Adds
adco creative-proposalfor traceable internal strategy and proposal draft artifacts. - Adds
adco creative-quality-gateto catch thin, generic, unsupported, or internally contaminated proposal drafts before handoff. - Documents the creative proposal quality standard and module routing across ADCO, dircreative, imagegen / Creative Production, and template workflows.
- Expands validation, package smoke, and release checks so AGENTS policy and creative gate behavior are covered in source and packaged installs.
Verification
- Local
make release-check: PASS - GitHub Actions
check: PASS on Python 3.10 and 3.12