title: "pipeio registry_scan: has_docs always false despite flow-local docs/ existing status: resolved created: 2026-04-08 updated: 2026-04-08 timestamp: 20260408-041843-212992 tags: [issue] source: agent-observation project_primary: projio capture_id: 20260408-041841-3fc9ab confidence: 1.0 transcript_file: /storage2/arash/worklog/workflow/captures/20260408-041841-3fc9ab/transcript.txt
pipeio registry_scan: has_docs always false despite flow-local docs/ existing
pipeio_registry_scan sets has_docs: false and doc_path: null for all flows, even when the flow has a docs/ directory with content (e.g., preprocess_ecephys/docs/ has overview.md + 10 mod subdirs, preprocess_ieeg/docs/ has overview.md + mod docs).
Reproduction: run pipeio_registry_scan on pixecog — all 9 flows show has_docs: false. The generated registry.yml has doc_path: null for every flow and every mod.
Expected: scan should detect {flow}/docs/ and populate doc_path in the registry. Mod-level doc_path should be set when {flow}/docs/{mod}/ exists with theory.md or spec.md.
Source context: pixecog¶
PixEcog (pixecog): Neuropixels and ECoG dataset and analysis
Recent commits:
36f9326 Add result note directory and sample note
62841d9 Add questio YAML data model (questions.yml + milestones.yml)
9b2f6fa Scaffold ecephys TTL removal mod, flow overview + mod docs, demo notebook
README:
type: readme
Quick Start for Collaborators¶
Follow this checklist to get started with Pixecog documentation and workflows.
🐀 Pixecog Project — Compact Overview¶
Core principles
- One immutable BIDS raw dataset (
raw/) as the canonical baseline - Each analysis pipeline ha
Related Notes¶
- issue-arash-20260407-050947-246557.md — Directly related pipeio fixes — PipelineContext input stage resolution shares the same registry/scan subsystem
- issue-arash-20260406-220445-357250.md — Another pipeio tool bug (nb_sync nb2py) failing to detect workspace structure, parallel to registry_scan failing to detect docs/
- issue-arash-20260407-040507-512890.md — pipeio_nb_exec bug in same pipeio toolchain — part of the same cluster of pipeio runtime issues
- issue-arash-20260407-033705-872924.md — pipeio_nb_exec kernel/env resolution fix — related pipeio infrastructure bug batch