Skip to content

v1.0.1 — HAL Learn Layer

Choose a tag to compare

@MCamner MCamner released this 31 May 01:24
· 30 commits to main since this release

What's new

mq-hal learn — local lesson store for verified learnings from Codex, Claude, or manual work.

mq-hal learn add \
  --repo mq-hal \
  --source manual \
  --task "version sync before release" \
  --lesson "Always update README badge, CHANGELOG and docs/index.html together." \
  --validation "release-check --dry-run passes"

mq-hal learn list
mq-hal learn show <id>
mq-hal learn search "version sync"
mq-hal learn summarize

Storage: ~/.mq-hal/learn/lessons.jsonl

Secret patterns (api_key:, token:, bearer, ghp_*, sk-*) are redacted to [REDACTED] before write.

Safety

  • Local only — no upload, no sync
  • No command execution
  • No router or allowlist mutation
  • No automatic promotion to AGENTS.md or CLAUDE.md

Docs

docs/LEARNING.md — format, safety rules, distinction from session memory.