v0.2.0: Semantic DAG integration
Semantic DAG integration — full audit trail, time-travel, and verifiable history for the knowledge graph.
Semantic DAG
- 12 CortexClient methods:
dagTips,dagAction,dagHistory,dagChain,dagStats,dagPrune,dagAt,dagDiff,dagExport,dagSync,dagSyncPull,dagVerify - DAG enabled by default for all users — opt-out via
cortex.dag.enabled = false - Requires AIngle Cortex >= 0.6.1
MCP Server
- 10 new DAG tools:
mayros_dag_tips,mayros_dag_action,mayros_dag_chain,mayros_dag_history,mayros_dag_time_travel,mayros_dag_diff,mayros_dag_export,mayros_dag_stats,mayros_dag_verify,mayros_dag_prune - 2 new DAG resources:
mayros:///dag/tips,mayros:///dag/stats dag-auditprompt for guided audit workflows- authToken now passed to all MCP tool factories (memory, cortex, DAG)
- All tools have 30s request timeout and Cortex-offline resilience
CLI
mayros dagwith 10 subcommands:tips,action,history,chain,stats,export,diff,at,verify,prune- Prune requires interactive confirmation or
--yesflag - Default Cortex port corrected to 19090 across all 12 CLI modules
- Client lifecycle cleanup (
destroy()) in all CLI modules
Infrastructure
- Centralized Cortex client resolution (
cortex-resolution.ts) - postinstall binary rename for platform-suffixed GitHub Release assets
- Version 0.1.16 → 0.2.0