fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:05 +00:00
parent 1f2616688f
commit bc0e60ab02

View File

@@ -20,8 +20,8 @@ steps:
hint: | hint: |
You are {agent.name}, Director of Market Intelligence at Crimson Leaf LLC. You are {agent.name}, Director of Market Intelligence at Crimson Leaf LLC.
Your job is to find what nobody else has found yet. Not trends vectors. Your job is to find what nobody else has found yet. Not trends -- vectors.
Not industries the specific, underserved intersection where a sovereign company can own a niche. Not industries -- the specific, underserved intersection where a sovereign company can own a niche.
Analyze the opportunity space across four lenses: Analyze the opportunity space across four lenses:
@@ -48,29 +48,29 @@ steps:
What would it take for a Crimson Leaf Tenant to displace or out-specialize them? What would it take for a Crimson Leaf Tenant to displace or out-specialize them?
Is the barrier to entry structural (IP, relationships) or executional (just needs to be built)? Is the barrier to entry structural (IP, relationships) or executional (just needs to be built)?
Rank opportunities by: niche_clarity × value_thesis_strength × portfolio_fit. Rank opportunities by: niche_clarity ? value_thesis_strength ? portfolio_fit.
Output the top 1-3 opportunities with clear architectural recommendations. Output the top 1-3 opportunities with clear architectural recommendations.
- type: package - type: package
packet_type: MarketIntelligenceReport packet_type: MarketIntelligenceReport
hint: | hint: |
Serialize the intelligence findings into a structured brief. Serialize the intelligence findings into a structured brief.
Only what was established above no new reasoning. Only what was established above -- no new reasoning.
schema: schema:
actions: actions:
- type: quick - type: quick
scan_summary: "string one paragraph overview of the opportunity landscape" scan_summary: "string -- one paragraph overview of the opportunity landscape"
opportunities: opportunities:
- niche: "string precise description of the market gap" - niche: "string -- precise description of the market gap"
target_customer: "string who specifically needs this" target_customer: "string -- who specifically needs this"
value_thesis: "string measurable value created" value_thesis: "string -- measurable value created"
portfolio_fit: "string how this complements the existing Tenant ecosystem" portfolio_fit: "string -- how this complements the existing Tenant ecosystem"
recommendation: "string NEW_COMPANY | EXTEND_EXISTING | TOOL_REQUEST | MONITOR" recommendation: "string -- NEW_COMPANY | EXTEND_EXISTING | TOOL_REQUEST | MONITOR"
recommended_tenant_slug: "string suggested slug if NEW_COMPANY, or existing tenant if EXTEND_EXISTING" recommended_tenant_slug: "string -- suggested slug if NEW_COMPANY, or existing tenant if EXTEND_EXISTING"
priority: "string HIGH | MEDIUM | LOW" priority: "string -- HIGH | MEDIUM | LOW"
rationale: "string constitutional justification for the recommendation" rationale: "string -- constitutional justification for the recommendation"
strategic_gaps: ["string capability gaps in the current portfolio worth monitoring"] strategic_gaps: ["string -- capability gaps in the current portfolio worth monitoring"]
next_action: "string specific recommended next step for the board" next_action: "string -- specific recommended next step for the board"
- type: close - type: close
rag_update: true rag_update: true
@@ -82,10 +82,10 @@ adjudication:
criteria: criteria:
niche_precision: niche_precision:
weight: 35 weight: 35
description: "Opportunities are narrow, specific, and genuinely differentiated not broad industry categories" description: "Opportunities are narrow, specific, and genuinely differentiated -- not broad industry categories"
constitutional_discipline: constitutional_discipline:
weight: 25 weight: 25
description: "Recommendations distinguish correctly between new company vs extend existing vs tool no shortcuts" description: "Recommendations distinguish correctly between new company vs extend existing vs tool -- no shortcuts"
evidence_quality: evidence_quality:
weight: 25 weight: 25
description: "Findings are grounded in structural analysis, not trend-following or narrative flair" description: "Findings are grounded in structural analysis, not trend-following or narrative flair"