11 Commits

Author SHA1 Message Date
c841c92c30 docs: sync README with latest framework improvements
- Add Decision calibration and Multi-source confirmation to Why it works
- Fix remaining Hermes-only wording in command descriptions
- Add platform.json example in Quick Start
- Expand Directory Layout and References to include all reference docs
- Add Decision calibration, Multi-source confirmation, and Prediction tracking to Safety table
2026-04-16 03:03:25 +08:00
d1737cdcb8 feat: add decision calibration, prediction tracking, and reference routing
SKILL.md
- Add triggers/mode to frontmatter for better skill routing
- Add mandatory JSON decision skeleton before every trade
- Add multi-source confirmation rule and common-mistakes guardrails
- Add prediction logging to hourly review workflow
- Restructure References into an explicit routing table

CLAUDE.md
- Add Reference routing table for agent context
- Fix remaining Hermes-only wording in gate description

references/user-data-layout.md
- Add complete log schema: decisions, trades, predictions, errors
- Document predictions_YYYYMMDD.jsonl for calibration feedback loop

README.md
- Mention prediction tracking in "Why it works"
- Update runtime directory layout to include predictions.jsonl

references/shim-templates.md
- Show platform cron config usage examples
2026-04-16 03:03:25 +08:00
e75c54ca12 refactor: move shims from templates/ to scripts/ and drop legacy shims
- Remove 4 legacy shim files; only the unified coinhunter_shim.py remains
- Move the remaining shim from templates/ to scripts/ per skill best practices
- Update all docs (README, CLAUDE, shim-templates) to reference scripts/
2026-04-16 03:03:25 +08:00
c07b9c1ae5 refactor: decouple Coin Hunter from Hermes for cross-platform usage
- Add unified coinhunter_shim.py that accepts subcommands (pre/gate/review/rotate-log)
- Update SKILL.md gate pseudocode to read optional ~/.coinhunter/platform.json
- Split cron/setup examples into Hermes and OpenClaw variants across docs
- Introduce platform.json schema in user-data-layout.md
- Remove stale auto_trader.py/run_trader.sh references from auto-trading-guide.md
- Keep legacy shims as backward-compatible wrappers
2026-04-16 03:03:25 +08:00
863d10b872 chore: remove legacy scripts and update SKILL.md to reference CLI only 2026-04-16 03:03:25 +08:00
7abdb30d6e chore: add MIT LICENSE 2026-04-16 03:03:25 +08:00
63b03359e4 docs: add a polished README with architecture overview and quickstart 2026-04-16 03:03:25 +08:00
6db86fa0e7 docs: add step-by-step gate architecture to SKILL.md
Adds a complete blueprint for building the lightweight precheck /
external-gate system that reduces model cost by 80-95% while keeping
deep analysis quality intact. Includes file layout, state schema,
pseudocode for precheck and external gate, and cron config examples.
2026-04-16 03:03:25 +08:00
a4ba9bb64e refactor: rewrite Coin Hunter as short-term trading framework with auto-trading architecture 2026-04-16 03:03:25 +08:00
73a3cb6952 refactor: change data directory from .coin-hunter to .coinhunter
- Update SKILL.md references to use ~/.coinhunter/
- Update user-data-layout.md with new directory paths
- Update init_user_state.py ROOT path
- Unify naming convention with .stockbuddy style
2026-04-16 03:03:25 +08:00
b0fd582478 Initial commit: coin-hunter skill 2026-04-16 03:03:25 +08:00