contextforge 1.0.2 copy "contextforge: ^1.0.2" to clipboard
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.json and Windsurf writes .windsurf/mcp.json with the correct mcpServers key 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> to dart 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
0
likes
150
points
58
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Give your AI assistant permanent memory about your project.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on contextforge