eda-autoidea-bridge
Bridge autoIdea literature recommendation, historical formulation, and idea-generation outputs into the current repo's paper/knowledge/skill workflow.
EDA AutoIdea Bridge
When to use
Use this skill when the user wants to combine external_tools/autoIdea outputs with current infra:
- import recommended papers into local download queue,
- merge autoIdea recommendations with landscape feedback queue,
- ingest autoIdea idea/experiment drafts into a governed report for follow-up debate and hypothesis design.
Inputs
external_tools/autoIdeaclone with at least one of:citation_graph_output/recommended_top30.jsonoutputs/final_idea.txtoutputs/experiment.txtcitation_graph_output/historical_problem_formulation.txt
Execution
Run:
python3 scripts/common/autoidea_bridge.py --autoidea-root external_tools/autoIdea
Outputs
docs/papers/queues/autoidea_recommended_top30_bridge.tsvdocs/papers/queues/literature_feedback_merged_with_autoidea.tsvdocs/knowledge_base/99_AUTOIDEA_FUSION_REPORT_20260306.md
Integration contract
- New autoIdea-driven queue rows must still pass current paper/validation gates.
- Imported idea/experiment drafts are treated as candidates, not accepted plans.
- Promotion requires
eda-theory-vetoand non-regression execution evidence.