Skip to content

Changelog

luiseiman edited this page Apr 5, 2026 · 5 revisions

Changelog

Full version history. See docs/changelog.md for the authoritative source.

v2.8.0 (2026-04-03)

P1 Internals Alignment

  • Fix: node-express glob narrowed to backend paths; data-analysis glob removes .py
  • New: async hooks (async flag, asyncRewake, streaming) in hookify stack
  • New: CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS=5000 in template settings
  • New: hookify + trading stacks added to detect.md with priority rules
  • Change: test-runner model haiku → sonnet (writes tests, needs reasoning quality)
  • New: 5K token output budget in all agents; SendMessage continuation instruction
  • New: context: fork on 5 heavy skills (plugin-generator, bootstrap-project, init-project, domain-extract, audit-project)
  • Fix: auto-mode safe permissions — replaced python3/node/npm/aws/gcloud with specific tool commands
  • New: docs/internal/ — cross-repo reverse engineering, 36-item improvement plan, feature flags reference

v2.7.1 (2026-03-30)

Hook Architecture Corrections

  • Fix: PreCompact is non-blocking (exit code ignored)
  • Verified: PostCompact receives compact_summary + trigger
  • New: hook types http, prompt, agent documented in hookify stack
  • New: PermissionRequest, SubagentStart, CwdChanged, StopFailure events
  • Fix: rule-effectiveness.md — eager (globs:) vs lazy (paths: CSV + alwaysApply: false) loading

v2.7.0 (2026-03-30)

Domain Knowledge Layer + Context Continuity

  • New: template/rules/domain-learning.md — persists domain discoveries to .claude/rules/domain/
  • New: skills/domain-extract//forge domain extract|sync-vault|list
  • New: template/hooks/post-compact.sh + session-restore.sh — context continuity after compaction
  • Improvement: /forge sync skips .claude/rules/domain/ (never overwrites accumulated knowledge)

v2.6.1 (2026-03-24)

Practices Pipeline — Python Rules

  • Incorporated: python-fastapi root-cause-first rule and package naming/shadowing rule

v2.6.0 (2026-03-23)

See docs/changelog.md for details.


v2.5.0 (2026-03-21)

Learning Loop + MCP Templates + Model Routing

  • /forge capture auto-detect mode: no args → analyzes session, proposes insight, Y/n/edit confirmation
  • /cap alias: shorthand for /forge capture
  • Proactive capture rule in template/rules/_common.md
  • mcp/: templates for github, postgres, supabase, redis, slack — config + permissions + rules each
  • template/rules/model-routing.md: haiku/sonnet/opus criteria
  • All 7 agents updated to explicit model assignments

v2.4.0 (2026-03-21)

  • /forge init — quick-start with 3 questions (what it does/doesn't, built with, how you work)
  • /forge unregister — remove project from registry without deleting config
  • /forge global sync auto-pulls latest dotforge before syncing
  • Registry ships empty (privacy fix), local data in gitignored projects.local.yml
  • Demo recording instructions (manual capture, vhs doesn't work with interactive CLIs)

v2.3.0 (2026-03-21)

  • /forge plugin — generate Claude Code plugin packages for marketplace
  • OpenClaw integration: bridge skill + /forge export openclaw
  • Plugin-ready structure (hooks.json, commands/ at root)

v2.2.0 (2026-03-20)

  • GitHub Actions CI pipeline (hooks, YAML, rules, stacks, skills validation)
  • tests/lint-rules.sh for rule frontmatter validation

v2.1.0 (2026-03-20)

  • /forge watch and /forge scout rewritten with real implementations
  • /forge benchmark and /forge rule-check added to dispatch
  • Usage guides updated with Config Validation section

v2.0.0 (2026-03-20)

  • Internal architecture documented (3 docs)
  • Git tags v0.1.0 → v1.6.0 (13 retroactive tags)
  • Registry re-audited, practices inbox cleaned

v1.6.0 (2026-03-20)

  • Config validation system: 4 phases (structural, behavioral, coverage, comparative)
  • Session metrics JSON, hook counters, rule coverage
  • Practice effectiveness tracking (binary recurrence)
  • /forge benchmark with per-stack tasks

v1.5.0 (2026-03-20)

  • /forge insights — session analysis and recommendations
  • Session report hook, scoring trends, auto-sync recommendations

v1.4.0 (2026-03-20)

  • Plugin packaging system, per-stack plugins, composable install

v1.3.0 (2026-03-20)

  • 5 new stacks (node-express, java-spring, aws-deploy, go-api, devcontainer)
  • /forge export to Cursor, Codex, Windsurf
  • Bootstrap profiles (minimal/standard/full), project tiers

v1.2.x (2026-03-19 — 2026-03-20)

  • Defensive tooling: /forge diff, /forge reset, manifest, hook tests
  • Scoring fix, hook profiles, prompt injection scan
  • Agent memory, score trending, watch/scout stubs

v1.1.0 (2026-03-19)

  • Global ~/.claude/ management via sync.sh

v1.0.x (2026-03-19)

  • Stable release: 8 stacks, full audit, sync, practices pipeline e2e
  • Internal hygiene fixes

v0.x (2026-03-19)

  • Initial: template, hooks, stacks, skills, registry
  • Practices pipeline, multi-agent orchestration

Clone this wiki locally