Skip to content

v0.2.0: Semantic DAG integration

Choose a tag to compare

@github-actions github-actions released this 13 Mar 19:42
· 174 commits to main since this release
7f9deca

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-audit prompt 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 dag with 10 subcommands: tips, action, history, chain, stats, export, diff, at, verify, prune
  • Prune requires interactive confirmation or --yes flag
  • 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