Competitive Intelligence
runtime-assets.md
Competitive Intelligence Runtime Assets
This workspace owns the Competitive Intelligence product/workflow and the executable skill source. Hermes/Athena runs it from this workspace through cron wrappers and a compatibility skill link.
Local Runtime Source
/Volumes/Data/Dropbox/AI-Development/Personal/Obsidian-Vault/MyOS/Projects/Competitive Intelligence/skills/competitive-research
/Volumes/Data/Dropbox/AI-Development/Personal/Obsidian-Vault/MyOS/Projects/Competitive Intelligence/artifacts/competitive-research
Hermes Runtime
/opt/data/knowledge/obsidian/MyOS/Projects/Competitive Intelligence/skills/competitive-research
/opt/data/knowledge/obsidian/MyOS/Projects/Competitive Intelligence/artifacts/competitive-research/ci.sqlite
/opt/data/scripts/competitive-research-daily.sh
/opt/data/scripts/competitive-research-weekly.sh
/opt/data/skills/competitive-research -> /opt/data/knowledge/obsidian/MyOS/Projects/Competitive Intelligence/skills/competitive-research
Runtime Contract
The canonical executable skill lives inside this workspace. Hermes keeps a compatibility link at /opt/data/skills/competitive-research so skill discovery continues to work while cron and Telegram wrappers call the workspace path directly.
The ownership is now:
Competitive Intelligence workspace
owns executable source, product logic, quality rules, roadmap, source strategy, artifacts, and workspace team
Chowmes/Hermes runtime
owns cron invocation, Telegram delivery, permissions, health checks, and compatibility routing
Skill Contents
The current skill contains:
SKILL.mdreferences/methodology.mdreferences/output-template.mdreferences/signal-taxonomy.mdreferences/sources.yamlscripts/ci_core.pyscripts/daily-research-run.pyscripts/weekly-review.pyscripts/source-coverage-audit.pyscripts/setup-monitors.py
Rule
Do not keep duplicate executable skill copies under Chowmes. The workspace copy is canonical; runtime wrappers and /opt/data/skills/competitive-research must point back to it.