Execute event pipeline end-to-end
sweep-civworkflowsetup L3★0
markberning/timeline-v2 ↗What it does
Upgrade timeline civilization events end-to-end
Best for
When batch-upgrading timeline events with photos and verification across multiple gates.
Inputs
- · args: JSON object or string with phase configuration
Outputs
- · JSON object matching declared schema
Requires
- · Claude Code Workflow harness (injected globals: agent, parallel, phase, log)
- · Local filesystem + shell scripts
Preconditions
- · Workflow harness must inject phase(), agent(), parallel() globals
- · args must be a valid plain object (not a string) before phase execution
Failure modes
- · Phase exits early if any agent returns null or throws
- · Subsequent phases cannot recover from prior phase failure