Imported from medialab/spinosa (
tests/pipeline/AGENTS.md). Install upstream withnpx skills add medialab/spinosa --skill pipeline. Copyright stays with the author.
tests/pipeline/ — Pipeline Test Suite
Each file is a self-contained test: YAML frontmatter declares what's expected, the prompt body tells the orchestrator which pipeline to run and what question to answer.
How to run a test
- Read the test file.
- Execute the entire prompt body as a non-fast-path route.
- After the pipeline completes, compare the final report's
statusagainstexpected_gatein the file's YAML. - Report: pass/fail, actual gate, and any divergences from
expected_pipeline.
Recommended sequence
Run in order. Audit depends on session logs from the four cases.
1. case-research-query.md
2. case-gap-analysis.md
3. case-cross-source-synthesis.md
4. case-temporal-evolution.md
5. audit-pipeline-fidelity.md (requires 1-4 to have run first)
Gate expectations
| expected_gate | Meaning |
|---|---|
pass |
All claims verified, all steps completed |
pass_with_corrections |
Minor fixes by verifier, report usable |
partial |
Some claims unresolved |
fail |
Claims don't hold |
Rules
- Do not modify test files.
- Do not fabricate results — report actual gate status honestly.
- If actual gate < expected gate, document why.