Documentation
README
Output Consistency Validation
When to Execute
After wanman task list shows all tasks with status=done, perform output consistency validation before inspecting artifact data.
Validation Process
Step 1: Collect All Output Files
# List all agent output files
find /workspace/agents -name "*.md" -o -name "*.html" | grep -v CLAUDE.md | sort
Step 2: Extract Key Facts
Extract the following key information from each file:
This is the opening of the README. Read the full README on GitHub.