contextforge 1.0.2
contextforge: ^1.0.2 copied to clipboard
Give your AI assistant permanent memory about your project.
1.0.2 - 2026-05-04 #
- Fix MCP server "not initialized" error — added
"type": "stdio"to VS Code config, which is required for the IDE to start the server correctly - Fix IDE-specific MCP config: Cursor now writes
.cursor/mcp.jsonand Windsurf writes.windsurf/mcp.jsonwith the correctmcpServerskey format (previously both were incorrectly written to.vscode/mcp.json) - Remove bogus auto-start of the MCP server process — the IDE manages the server lifecycle for stdio transport; pre-launching an orphaned node process was wrong and confusing
- Create all context markdown files on
init:ai_context.md,project.md,architecture.md,progress.md,decisions.md,tasks.md— previously only the data YAML files were created, leaving the directory structure incomplete - Add per-IDE setup steps and manual server start instructions to README
1.0.1 - 2026-05-04 #
- Auto-start MCP server as a detached background process on
dart run contextforge init - Graceful handling when Node.js is not installed
- Updated all CLI usage in docs from
contextforge <cmd>todart run contextforge <cmd>
1.0.0 - 2026-05-04 #
- Initial public release
- MCP server integration for VS Code, Cursor, Windsurf
- Task management with todo/in-progress/completed workflow
- Decision logging system
- Auto-generated ai_context.md
- AI rules system with git, task, file, communication rules
- Shareable context detection on init
- Doctor command for setup verification
- Upgrade command for keeping MCP server current