ECC/skills/continuous-learning-v2
jack-finance-able c2bcc4ec2f
feat(continuous-learning-v2): make observer model configurable via ECC_OBSERVER_MODEL (#2390)
* feat(continuous-learning-v2): make observer model configurable via ECC_OBSERVER_MODEL

The observer hardcoded `--model haiku`. Parameterize as "${ECC_OBSERVER_MODEL:-haiku}": the haiku default is preserved (no behavior change for existing users), but users can opt into a stronger model — e.g. `ECC_OBSERVER_MODEL=opus` — for higher-quality instinct extraction. Useful on subscription plans where model cost isn't the limiting factor.

* fix(continuous-learning-v2): address review — update wiring test + docs

- Update source-inspection test to assert the ${ECC_OBSERVER_MODEL:-haiku} defaulting behavior (was matching the literal `claude --model haiku`, which this PR changed). All 31 tests pass.
- Add guidance to raise ECC_OBSERVER_TIMEOUT_SECONDS for slower models (e.g. opus) so the 120s watchdog doesn't kill analysis mid-run.
- Fix now-stale 'Haiku session' comment -> 'observer session' (model is configurable).
2026-06-29 18:43:42 -07:00
..
agents feat(continuous-learning-v2): make observer model configurable via ECC_OBSERVER_MODEL (#2390) 2026-06-29 18:43:42 -07:00
hooks fix(clv2): surface SIGALRM timeout drops in observe.sh (#2373) 2026-06-29 18:43:28 -07:00
scripts test(clv2): add coverage for instinct-cli prune, projects ops, promote dry-run, normalize-url (#2374) 2026-06-29 18:43:32 -07:00
config.json feat: project-scoped instinct isolation 2026-03-01 12:07:13 -08:00
SKILL.md fix(skills): move top-level origin frontmatter key under metadata 2026-06-11 21:12:21 +09:00