Skip to content

Releases: MellojFront/APMF

v0.3.1

Choose a tag to compare

@MellojFront MellojFront released this 02 Aug 17:47

APMF v0.3.1 — Graph and Report UX Improvements

This patch improves the usability and stability of the memory graph and audit reports.

Highlights

  • Added an interactive graph layout with automatic stabilization.
  • Added node dragging and pinning.
  • Added pan and zoom navigation.
  • Added Fit view and Reset layout controls.
  • Preserved custom node positions using local storage.
  • Updated the visual style to a cleaner, less decorative interface.

Fixed

  • Fixed graph nodes continuously drifting after the initial layout.
  • Fixed task relationships being split into individual characters when target_entities was stored as a string.
  • Fixed the PDF export button overlapping neighboring report components.
  • Added responsive layout behavior for smaller screens.

Verification

  • Python tests: 34 passed.
  • JavaScript syntax check: passed.
  • npm package dry-run: passed with 24 runtime files.

Packages

  • @melloj/apmf@0.3.1
  • apmf==0.3.1

v0.3.0

Choose a tag to compare

@MellojFront MellojFront released this 02 Aug 17:17

APMF v0.3.0 — Advanced Memory & LLM Integration

This release adds advanced memory management, diagnostics, search, visualization, and LLM integration features.

Added

  • Git pre-commit hooks with automatic memory validation and compilation
  • MCP server over stdio
  • Context statistics and token budget analysis
  • Interactive memory graph visualization
  • Completed task archiving
  • Codebase knowledge extraction
  • Product and system design engine
  • Lessons learned / episodic failure memory
  • Hybrid memory search
  • Benchmark reports
  • PDF and HTML audit reports

Fixed

  • Fixed benchmark health score calculation
  • Fixed Git hook installation test and messaging
  • Fixed lessons list <directory> CLI handling
  • Included all runtime Python modules in the npm package
  • Excluded __pycache__ files from npm packages
  • Restored CI and release workflows

Verification

  • Python tests: 34 passed
  • Memory validation: passed
  • APMF doctor: healthy
  • npm package installation and CLI smoke test: passed

Packages:

  • @melloj/apmf@0.3.0
  • apmf==0.3.0

v0.2.0

Choose a tag to compare

@MellojFront MellojFront released this 02 Aug 15:26

v0.1.0

Choose a tag to compare

@MellojFront MellojFront released this 02 Aug 14:26

First clean public release of APMF.

  • npm: @melloj/apmf@0.1.0
  • PyPI: apmf 0.1.0
  • OIDC Trusted Publishing enabled for release automation.