Skip to content

Commit faa7a0d

Browse files
committed
feat: codebase cleanup — version sync, server consolidation, dead code removal, client split
- Sync __version__ to 2.0.0 (was 1.3.1, pyproject.toml already 2.0.0) - Consolidate server entry points: delete main.py/routes.py/routes_ace.py/routes_dashboard.py, port missing endpoints into modular routers (ace_runs, ace_curation, dashboard) - Delete dead server/domain/ layer (18 files, 0 imports) - Split client.py (2463 lines) into client/ package (_models, _parsers, _sync, _async) with full backward compat
1 parent 17bc404 commit faa7a0d

39 files changed

Lines changed: 3397 additions & 5763 deletions

aegis_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
For more examples, see: https://github.com/quantifylabs/aegis-memory/tree/main/examples
5454
"""
5555

56-
__version__ = "1.3.1"
56+
__version__ = "2.0.0"
5757

5858
# Core client (manual control)
5959
from aegis_memory.client import (

0 commit comments

Comments
 (0)