-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
luiseiman edited this page Apr 5, 2026
·
5 revisions
Full version history. See docs/changelog.md for the authoritative source.
- 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=5000in 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: forkon 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
- Fix: PreCompact is non-blocking (exit code ignored)
- Verified: PostCompact receives
compact_summary+trigger - New: hook types
http,prompt,agentdocumented in hookify stack - New: PermissionRequest, SubagentStart, CwdChanged, StopFailure events
- Fix: rule-effectiveness.md — eager (
globs:) vs lazy (paths:CSV +alwaysApply: false) loading
- 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 syncskips.claude/rules/domain/(never overwrites accumulated knowledge)
- Incorporated: python-fastapi root-cause-first rule and package naming/shadowing rule
See docs/changelog.md for details.
-
/forge captureauto-detect mode: no args → analyzes session, proposes insight, Y/n/edit confirmation -
/capalias: 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
-
/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 syncauto-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)
-
/forge plugin— generate Claude Code plugin packages for marketplace - OpenClaw integration: bridge skill +
/forge export openclaw - Plugin-ready structure (hooks.json, commands/ at root)
- GitHub Actions CI pipeline (hooks, YAML, rules, stacks, skills validation)
-
tests/lint-rules.shfor rule frontmatter validation
-
/forge watchand/forge scoutrewritten with real implementations -
/forge benchmarkand/forge rule-checkadded to dispatch - Usage guides updated with Config Validation section
- Internal architecture documented (3 docs)
- Git tags v0.1.0 → v1.6.0 (13 retroactive tags)
- Registry re-audited, practices inbox cleaned
- Config validation system: 4 phases (structural, behavioral, coverage, comparative)
- Session metrics JSON, hook counters, rule coverage
- Practice effectiveness tracking (binary recurrence)
-
/forge benchmarkwith per-stack tasks
-
/forge insights— session analysis and recommendations - Session report hook, scoring trends, auto-sync recommendations
- Plugin packaging system, per-stack plugins, composable install
- 5 new stacks (node-express, java-spring, aws-deploy, go-api, devcontainer)
-
/forge exportto Cursor, Codex, Windsurf - Bootstrap profiles (minimal/standard/full), project tiers
- Defensive tooling:
/forge diff,/forge reset, manifest, hook tests - Scoring fix, hook profiles, prompt injection scan
- Agent memory, score trending, watch/scout stubs
- Global ~/.claude/ management via sync.sh
- Stable release: 8 stacks, full audit, sync, practices pipeline e2e
- Internal hygiene fixes
- Initial: template, hooks, stacks, skills, registry
- Practices pipeline, multi-agent orchestration