Implement format parser end-to-end
add-formatworkflowsetup L3★0
copyleftdev/anomalyx ↗What it does
implement input-format parser end-to-end from issue
Best for
implementing new data parsers with 0-mutation hardening
Inputs
- · args: JSON object or array per workflow
- · format issue: GitHub issue URL or id string
Outputs
- · structured result JSON
Requires
- · agent orchestration
- · build/compilation tools
- · GitHub CLI
- · GitHub issue API
Preconditions
- · return schema defined and enforced
- · phase logging initialized
- · build env configured
Failure modes
- · agent null on error/skip/rate-limit
Trust signals
- · strict return schema enforced
- · test suite + clippy validation