Port redaction subsystem with parity gating
task-1-1-redactworkflowsetup L3★0
inder1991/codemaster-backend ↗What it does
Redact sensitive task fields
Best for
Removing sensitive fields from tasks using multi-pass agent filtering with confidence scores.
Inputs
- · task objects
Outputs
- · redacted tasks
Requires
- · Bash
- · JSON schema validation
Preconditions
- · Workflow runtime with phase() support
- · Input validates against schema
Failure modes
- · Timeout in parallel agent execution
- · Agent returns invalid schema
- · Missing required input fields
- · Downstream agent/tool failure
- · Network/API unavailability
Trust signals
- · JSON schemas define phase outputs
- · Required fields enforced
- · Structured phase-driven flow
- · Strict schema validation