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.md
  • references/methodology.md
  • references/output-template.md
  • references/signal-taxonomy.md
  • references/sources.yaml
  • scripts/ci_core.py
  • scripts/daily-research-run.py
  • scripts/weekly-review.py
  • scripts/source-coverage-audit.py
  • scripts/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.