86g: add company tool manifests for Foreman reconciliation
This commit is contained in:
23
README.md
23
README.md
@@ -1,3 +1,26 @@
|
|||||||
# crimson_leaf_research
|
# crimson_leaf_research
|
||||||
|
|
||||||
|
## STATUS: RETIRED (Sprint 84i -- May 2026)
|
||||||
|
|
||||||
|
Crimson Leaf Research (CLR) has been retired. Rationale:
|
||||||
|
- No active templates deployed or executing in 6+ months
|
||||||
|
- No pipeline work: no tasks claimed, no deliverables produced
|
||||||
|
- The research mandate (market intelligence, competitive analysis) is
|
||||||
|
handled by CLM (campaign_review + web search) and the CL strategic_review
|
||||||
|
boardroom loop -- no dedicated intelligence agency is needed at this stage
|
||||||
|
- Running a dormant company imposes operational overhead and confusion
|
||||||
|
|
||||||
|
The Gitea repo is preserved for archival. The CLR strategic_log and skills
|
||||||
|
library remain accessible if needed. No data has been deleted.
|
||||||
|
|
||||||
|
If CLR is reactivated in a future sprint, the company.yml, agents, and
|
||||||
|
skills directories are intact and usable as a starting point.
|
||||||
|
|
||||||
|
## Original Purpose (Historical)
|
||||||
|
|
||||||
Crimson Leaf Research - Elite Intelligence Arbitrage Agency
|
Crimson Leaf Research - Elite Intelligence Arbitrage Agency
|
||||||
|
|
||||||
|
Intended to provide market intelligence: genre demand data, comp title analysis,
|
||||||
|
reader trend research, competitive landscape reports. The mandate was sound but
|
||||||
|
the execution capacity was never provisioned. CLM now handles the relevant
|
||||||
|
feedback loops through campaign_review and strategic dispatch to CL holding.
|
||||||
|
|||||||
22
tools/manifest.json
Normal file
22
tools/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"type": "Tool_WebSearcher",
|
||||||
|
"image": "ghcr.io/mazakthedwarf/tool.websearcher:latest",
|
||||||
|
"count": 2,
|
||||||
|
"env": {
|
||||||
|
"TOOL_NODE_NAME": "tool-websearcher",
|
||||||
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Tool_StorySummary",
|
||||||
|
"image": "ghcr.io/mazakthedwarf/tool.storysummary:latest",
|
||||||
|
"count": 1,
|
||||||
|
"env": {
|
||||||
|
"TOOL_NODE_NAME": "tool-storysummary",
|
||||||
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user