fix stale docs, simplify CLI, add MCP write tools, improve dashboard UX#43
Merged
Merged
Conversation
Wave 1 — Fix what's broken/stale: - ROADMAP.md: update version references to v0.8.0, add shipped v0.7.0 section - landing/index.html: update test count (438→471) and tool count (9→14) - templates/project-layer/CLAUDE.md: genericize (remove Hostlelo-specific references) - CLAUDE.md: add contributor instructions for forgekit itself - Deduplicate skills/: update .codex-plugin skills path to global/tools, remove duplicate skills/ directory, remove from package.json files array - src/init.js: fix double-hook detection in mergeHooks() — extract guard basename for dedup so plugin-style and settings-style paths don't duplicate - Regenerate public/index.html via build-pages.mjs - Fix pre-existing biome template literal warnings across src/ and test/ Wave 2 — Simplify UX: - src/cli.js: group 29 CLI commands into 5 categories (Core, Memory, Substrate, Quality, Config) in help output with "Start here: forge catalog" footer - src/cortex_mcp.js: add 4 MCP tools (forge_remember, forge_ledger_ratify, forge_ledger_retract, forge_dash_summary) so agents can write back to memory and do lightweight health checks — MCP surface now 19 tools Wave 3 — Dashboard + landing polish: - src/dash.html: add empty-state guidance for spend panel, recent events, and cost stats when .forge/ is empty - src/dash.js: add dashSummary() for lightweight counts-only dashboard queries - Landing page audit: no remaining stale version or count references Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019PXuKmJp92Gdo2FudNjSx2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wave 1 — Fix what's broken/stale:
Wave 2 — Simplify UX:
Wave 3 — Dashboard + landing polish:
Claude-Session: https://claude.ai/code/session_019PXuKmJp92Gdo2FudNjSx2
What & why
Checklist
npm testpasses (Node 18/20/22)npm run checkpasses (Biome lint + format)feat:/fix:/docs:…)CHANGELOG.mdupdated under## [Unreleased]forge substrate,forge impact, router/gate, or MCP substrate toolsRisk & rollback
Extra checks (tick if applicable)
npm run typecheckpasses