Releases: MellojFront/APMF
Releases · MellojFront/APMF
Release list
v0.3.1
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 viewandReset layoutcontrols. - 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_entitieswas 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.1apmf==0.3.1
v0.3.0
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.0apmf==0.3.0
v0.2.0
Full Changelog: https://github.com/MellojFront/APMF/commits/v0.2.0
v0.1.0
First clean public release of APMF.
- npm: @melloj/apmf@0.1.0
- PyPI: apmf 0.1.0
- OIDC Trusted Publishing enabled for release automation.