Commit Graph

2 Commits

Author SHA1 Message Date
David Baity
4294018d58 fix: repair corrupted index/log files, fix company_proposal template bugs
- index.md: rebuild with full rejection history and CLO spec
- latest.md: replace garbage with correct cycle state entry
- company_proposal.yml: fix step 1 to output single query (not 3-line text)
  so WebSearcher receives a clean search query instead of multi-line input
- company_proposal.yml: add output_key: index_update to index think step
  so document step source_step: index_update resolves correctly
- strategic_review.yml: add source_step: log_entry to document step
  to be explicit rather than relying on implicit last-step behavior
- research_brief.yml: fix source_step 8->9 (carry forward from prior session)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-29 11:32:36 -04:00
David Baity
5fd0d7da67 CL research: add research mode templates + web research to proposals and market intel
- company_proposal.yml: add 2 research phases (market + revenue) before exec summary;
  all think steps now require [Title](URL) citations; add Sources section to document
- market_intelligence.yml: add web search step (research mode) before analysis think;
  package schema adds sources array; adjudication evidence_quality now checks for citations
- research_brief.yml: new standalone 4-query deep research template; searches market,
  competitors, trends, cases; assembles annotated brief with Source Index section;
  saves to deliverables/research/; adjudication checks citation_quality (40% weight)
2026-04-29 09:29:59 -04:00