This repository was archived by the owner on Jun 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
packages/cli/src/aurora_cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -254,9 +254,9 @@ aur spawn tasks.md --verbose
254254``` bash
255255aur friction ~ /.claude/projects
256256Per-Project:
257- aurora 56% BAD (40/72) median: 16.0 🔴
258- mcp-gov 40% BAD (2/5) median: 0.5 🟡
259- liteagents 0% BAD (0/1) median: 0.0 ✅
257+ my-app 56% BAD (40/72) median: 16.0 🔴
258+ api-service 40% BAD (2/5) median: 0.5 🟡
259+ web-client 0% BAD (0/1) median: 0.0 ✅
260260
261261Session Extremes:
262262WORST: aurora/0203-1630-11eb903a peak=225 turns=127
Original file line number Diff line number Diff line change 3131console = Console ()
3232logger = logging .getLogger (__name__ )
3333
34- AURORA_VERSION = "0.16 .0"
34+ AURORA_VERSION = "0.17 .0"
3535
3636
3737def _version_callback (ctx : click .Context , param : click .Parameter , value : bool ) -> None :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " aurora-actr"
7- version = " 0.16 .0"
7+ version = " 0.17 .0"
88description = " AURORA: Adaptive Unified Reasoning and Orchestration Architecture with MCP Integration"
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments