- plan: Generate and preview execution plan
- execute-plan: Execute pre-generated plan
- run-v2: Full 3-phase pipeline (Analyze → Plan → Execute)
- run-status: Check v2 run status
Uses new /api/v2/* endpoints for the 3-phase execution model.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- upload-config -> upload-recipe
- configs -> recipes
- config -> recipe
- run-config -> run-recipe
- delete-config -> delete-recipe
- Update all API URLs to use /recipes/ endpoints
- Update all display messages and help text
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- delete-run: Delete a run by ID (with confirmation unless -f)
- delete-cache: Delete a cached item by hash (with confirmation unless -f)
- Both require login
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add --publish <name> to publish cache items to L2 with asset name
- Add --publish-type to specify asset type (image, video)
- Add --republish to sync metadata updates to already-published items
- Requires origin to be set before publishing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Publish command now requires login and sends auth token
- Added Authentication section to README with login/register docs
- Uses L2 server for authentication when publishing runs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- login <username> - login and save token
- register <username> - create account
- logout - clear saved token
- whoami - show current user
- run command now requires auth
- Token stored in ~/.artdag/token.json
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- artdag.py CLI for L1 server interaction
- run: start rendering jobs
- runs: list all runs
- status: check run status
- cache/view: manage cached content (pipe to mpv with -o -)
- assets: list known assets
- import: add files to cache
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>