Commit Graph

102 Commits

Author SHA1 Message Date
David Baity
3cdde2d5ab feat(sprint83b): research paper quality for business plans
- Rewrite company_proposal.yml: 5-source research pipeline, research_synthesis
  step, anti-refusal agent_prompt, remove rag section, fix input_from bug,
  fix source_step by name, add bibliography structure
- Fix strategic_review.yml proposal_brief: remove 'incubation' anchor word,
  explicit CLO-first instruction to stop wrong-company hallucination

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-29 13:04:31 -04:00
David Baity
c946ddffc7 feat(sprint83a): competitive_analysis template + dispatch tails + market_intelligence rewrite
- Add templates/competitive_analysis.yml: Sloane's 2x WebSearch competitor matrix pipeline
- Rewrite templates/market_intelligence.yml: 2x WebSearch, 6-section document, dispatch removed duplicate block
- Add dispatch tail to templates/opportunity_scan.yml: 2x market_intelligence enqueue_strategy
- Add dispatch tail to templates/marketing_review.yml: competitive_analysis enqueue_strategy
- Add competitive_analysis to agents/sloane/agent.yml supported_templates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-29 12:13:31 -04:00
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
514aef210b fix: company_proposal YAML corruption -- remove duplicated old template content, enable adjudication 2026-04-29 10:13:58 -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
David Baity
4f12909e5a fix: increase index_update max_tokens to 3000 to prevent truncation 2026-04-29 00:44:03 -04:00
David Baity
fbf5b8250e fix: decouple proposal gate from board debate; fix genesis.yml hardcoded models 2026-04-29 00:38:08 -04:00
David Baity
a109e16902 fix: add proposal index, wire prior proposals into edgar review + proposal templates, unblock CLO proposal 2026-04-28 21:43:44 -04:00
David Baity
8d10e5c690 fix: anchor proposal brief to mission charter -- CLO is internal ops, not a DTC agency 2026-04-28 21:24:00 -04:00
832f70a8d7 fix: explicit package schema and exclude infra projects from pulse_check 2026-04-28 19:28:46 +00:00
David Baity
3b932ac67f fix: pulse_check dispatches project_review directly -- remove management project dependency 2026-04-28 13:28:09 -04:00
David Baity
9b6ab5446f fix: route strategic_review and opportunity_scan replies to live-feed not general 2026-04-28 13:15:50 -04:00
David Baity
3ecf27a8a6 Add DB-driven pulse/company/project review chain with management projects 2026-04-28 11:23:54 -04:00
David Baity
1e61b3bfa9 pulse_check: remove hardcoded project slugs/names, dispatch chapter_production instead of book_chapter
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-28 10:52:32 -04:00
David Baity
145049ec9d fix: opportunity_scan Tool_WebSearcher step marked optional:true to prevent full task failure on tool error 2026-04-28 09:18:16 -04:00
David Baity
690d22bf9c fix: replace hardcoded channel_id with channel_name routing in all templates; add response_channel to cl_schedules.json 2026-04-28 09:05:48 -04:00
David Baity
ebc9d1d007 fix: route all scheduled templates to #general (target: channel) + pulse_check chapter limit guard 2026-04-28 08:47:55 -04:00
31210d7f18 fix: clm dispatch gate -- use project_slug=none to skip, not content=none 2026-04-26 16:45:33 +00:00
69d2c2c00a fix: strategic_review -- git_read_file loads mission+log, per-cycle log write-back 2026-04-26 16:35:08 +00:00
34386e550f fix: company_proposal -- package->think, correct document params 2026-04-26 16:34:12 +00:00
1debdd6995 strategic_review: add strategic_log memory -- amnesia fix (Sprint 82) 2026-04-26 03:14:30 +00:00
e1686cfacb Update pulse_check.yml -- post status summary to #general after each cycle (Sprint 82) 2026-04-18 03:25:08 +00:00
9d3eb9d3fc Add company_proposal.yml -- full board-ready business plan pipeline (Sprint 82) 2026-04-18 03:24:02 +00:00
010f8bcd53 Update strategic_review.yml -- add mission charter awareness and company proposal gate (Sprint 82) 2026-04-18 03:23:06 +00:00
David Baity
785e8784dd Sprint 81: fix dispatch hint format -- remove bullet list, use interpolated dispatch_project_slug
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-17 19:17:31 -04:00
9839cb1031 Sprint 81: improve pulse_check dispatch hints to use project_breakdown data 2026-04-17 21:59:08 +00:00
31f2817306 Sprint 81: update templates/strategic_review.yml 2026-04-17 20:37:33 +00:00
f35e9bdfa5 Sprint 81: update templates/pulse_check.yml 2026-04-17 20:37:32 +00:00
David Baity
0860269007 fix: create_company template uses task.message instead of opportunity_description requires 2026-04-11 16:23:14 -04:00
David Baity
04b77fcdf2 Fix adjudication template resolution -- add adjudication.yml and Valerius support for adjudication tasks 2026-04-11 12:28:01 -04:00
fa19c06bef feat: add refine_proposal template for iterative proposal improvement loop 2026-04-09 23:17:57 +00:00
070e2a7fc3 feat: add PROPOSAL_META footer to genesis proposal document 2026-04-09 23:17:39 +00:00
89da9a7137 feat: add finance section to create_company proposal template 2026-04-09 23:07:07 +00:00
d1560d0bb7 cleanup: remove Unicode filename 2026-04-09 23:04:35 +00:00
8d21c8eb75 fix: remove Unicode chars from template 2026-04-09 23:03:13 +00:00
07b138cf87 fix: remove Unicode chars from template 2026-04-09 23:03:12 +00:00
03f2733003 fix: remove Unicode chars from template 2026-04-09 23:03:11 +00:00
d415536ed5 fix: remove Unicode chars from template 2026-04-09 23:03:11 +00:00
709008fd1b fix: remove Unicode chars from template 2026-04-09 23:03:10 +00:00
5ee510b6dd fix: remove Unicode chars from template 2026-04-09 23:03:09 +00:00
dc2eb1364e fix: remove Unicode chars from template 2026-04-09 23:03:08 +00:00
bde8071c4b fix: remove Unicode chars from template 2026-04-09 23:03:07 +00:00
c770d8747a fix: remove Unicode chars from template 2026-04-09 23:03:06 +00:00
74d42df319 fix: remove Unicode chars from template 2026-04-09 23:03:05 +00:00
bc0e60ab02 fix: remove Unicode chars from template 2026-04-09 23:03:05 +00:00
1f2616688f fix: remove Unicode chars from template 2026-04-09 23:03:04 +00:00
afa9944805 fix: remove Unicode chars from template 2026-04-09 23:03:03 +00:00
5efda42d08 fix: remove Unicode chars from template 2026-04-09 23:03:02 +00:00
4985c39d90 fix: remove Unicode chars from template 2026-04-09 23:03:01 +00:00
75422e68e3 fix: remove Unicode chars from template 2026-04-09 23:03:00 +00:00