Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.31 KB

File metadata and controls

44 lines (33 loc) · 1.31 KB

pm_encoder - Task Tracker

Releases

  • v1.6.0 - The Streaming Update ✅ (2025-12-19)
  • v1.7.0 - The Intelligence Update ✅ (2025-12-19)
  • rust-v0.9.1 - Byte-Level Parity ✅ (2025-12-19)

Rust Parity

  • Rust v0.6.0 - Port Priority Groups ✅ (2025-12-17)
  • Rust v0.7.0 - Port Token Budgeting ✅ (2025-12-17)
  • Rust v0.8.0 - Port Budget Strategies (truncate/hybrid) ✅ (2025-12-17)
  • Rust v0.9.1 - Byte-Level Parity ✅ (2025-12-19)
  • ContextEngine refactor (Library-First) ✅ (2025-12-19)

Roadmap v2.x

v2.0 - Rust CLI Production

  • Publish to crates.io
  • GitHub Releases with pre-built binaries (Linux, macOS, Windows)
  • Update Cargo.toml version to 1.0.0

v2.1 - WASM + VS Code Extension

  • WASM compilation (wasm32-unknown-unknown)
  • wasm-bindgen JavaScript bindings
  • VS Code extension (see docs/VSCODE_EXTENSION_SPEC.md)
  • npm package (@pm-encoder/wasm)
  • Web demo (pm-encoder.dev)

v2.2 - MCP Server

  • MCP protocol implementation
  • Claude Desktop integration
  • Publish to MCP registry

v3.0 - Semantic Chunking

  • Tree-sitter integration
  • AST-aware truncation
  • Semantic diff support

Future Features

  • Protocol Adapters (Claude XML, GPT Markdown output formats)
  • Interactive mode for budget tuning