arkaos 4.4.0 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/VERSION +1 -1
  2. package/config/mcp-policy.yaml +8 -8
  3. package/core/agents/__pycache__/__init__.cpython-312.pyc +0 -0
  4. package/core/agents/__pycache__/loader.cpython-312.pyc +0 -0
  5. package/core/agents/__pycache__/registry_gen.cpython-313.pyc +0 -0
  6. package/core/agents/__pycache__/schema.cpython-312.pyc +0 -0
  7. package/core/agents/registry_gen.py +3 -2
  8. package/core/cognition/scheduler/__pycache__/daemon.cpython-313.pyc +0 -0
  9. package/core/forge/__pycache__/orchestrator.cpython-313.pyc +0 -0
  10. package/core/hooks/__pycache__/_shared.cpython-314.pyc +0 -0
  11. package/core/hooks/__pycache__/stop.cpython-313.pyc +0 -0
  12. package/core/hooks/__pycache__/stop.cpython-314.pyc +0 -0
  13. package/core/hooks/__pycache__/user_prompt_submit.cpython-313.pyc +0 -0
  14. package/core/knowledge/__pycache__/indexer.cpython-313.pyc +0 -0
  15. package/core/knowledge/__pycache__/vector_store.cpython-313.pyc +0 -0
  16. package/core/runtime/__pycache__/native_usage.cpython-313.pyc +0 -0
  17. package/core/runtime/__pycache__/native_usage.cpython-314.pyc +0 -0
  18. package/core/shared/__pycache__/temp_paths.cpython-314.pyc +0 -0
  19. package/core/synapse/__pycache__/kb_cache.cpython-314.pyc +0 -0
  20. package/core/sync/__pycache__/agent_provisioner.cpython-313.pyc +0 -0
  21. package/core/sync/__pycache__/ai_mcp_decider.cpython-313.pyc +0 -0
  22. package/core/sync/__pycache__/content_syncer.cpython-313.pyc +0 -0
  23. package/core/sync/__pycache__/descriptor_syncer.cpython-313.pyc +0 -0
  24. package/core/sync/__pycache__/discovery.cpython-313.pyc +0 -0
  25. package/core/sync/__pycache__/engine.cpython-313.pyc +0 -0
  26. package/core/sync/__pycache__/manifest.cpython-313.pyc +0 -0
  27. package/core/sync/__pycache__/mcp_optimizer.cpython-313.pyc +0 -0
  28. package/core/sync/__pycache__/mcp_syncer.cpython-313.pyc +0 -0
  29. package/core/sync/__pycache__/policy_loader.cpython-313.pyc +0 -0
  30. package/core/sync/__pycache__/reporter.cpython-313.pyc +0 -0
  31. package/core/sync/__pycache__/settings_syncer.cpython-313.pyc +0 -0
  32. package/core/sync/mcp_syncer.py +4 -0
  33. package/core/terminal/__pycache__/session.cpython-313.pyc +0 -0
  34. package/core/workflow/__pycache__/flow_authorization.cpython-314.pyc +0 -0
  35. package/core/workflow/__pycache__/flow_enforcer.cpython-314.pyc +0 -0
  36. package/core/workflow/__pycache__/marker_cache.cpython-314.pyc +0 -0
  37. package/core/workflow/__pycache__/research_gate.cpython-314.pyc +0 -0
  38. package/departments/dev/skills/mcp/SKILL.md +3 -1
  39. package/departments/ops/skills/update/references/sync-engine.md +2 -1
  40. package/departments/quality/agents/copy-director.yaml +2 -0
  41. package/departments/quality/agents/tech-director.yaml +2 -0
  42. package/knowledge/agents-registry-v2.json +487 -120
  43. package/package.json +1 -1
  44. package/pyproject.toml +1 -1
  45. package/scripts/__pycache__/dashboard-api.cpython-313.pyc +0 -0
  46. package/scripts/__pycache__/synapse-bridge.cpython-313.pyc +0 -0
package/VERSION CHANGED
@@ -1 +1 @@
1
- 4.4.0
1
+ 4.5.0
@@ -16,13 +16,13 @@ policies:
16
16
  - obsidian
17
17
  - context7
18
18
  - gh-grep
19
- - memory-bank
20
19
  - postgres
21
20
  - supabase
22
21
  - laravel-boost
23
22
  - serena
24
23
  - sentry
25
24
  deferred:
25
+ - memory-bank
26
26
  - playwright
27
27
  - nuxt
28
28
  - nuxt-ui
@@ -46,12 +46,12 @@ policies:
46
46
  - obsidian
47
47
  - context7
48
48
  - gh-grep
49
- - memory-bank
50
49
  - playwright
51
50
  - nuxt
52
51
  - nuxt-ui
53
52
  - sentry
54
53
  deferred:
54
+ - memory-bank
55
55
  - postgres
56
56
  - supabase
57
57
  - laravel-boost
@@ -76,11 +76,11 @@ policies:
76
76
  - obsidian
77
77
  - context7
78
78
  - gh-grep
79
- - memory-bank
80
79
  - playwright
81
80
  - next-devtools
82
81
  - sentry
83
82
  deferred:
83
+ - memory-bank
84
84
  - postgres
85
85
  - supabase
86
86
  - laravel-boost
@@ -106,12 +106,12 @@ policies:
106
106
  - obsidian
107
107
  - context7
108
108
  - gh-grep
109
- - memory-bank
110
109
  - playwright
111
110
  - shopify-dev
112
111
  - mirakl
113
112
  - sentry
114
113
  deferred:
114
+ - memory-bank
115
115
  - postgres
116
116
  - supabase
117
117
  - laravel-boost
@@ -136,9 +136,9 @@ policies:
136
136
  - obsidian
137
137
  - context7
138
138
  - gh-grep
139
- - memory-bank
140
139
  - sentry
141
140
  deferred:
141
+ - memory-bank
142
142
  - playwright
143
143
  - postgres
144
144
  - supabase
@@ -165,11 +165,11 @@ policies:
165
165
  - arka-prompts
166
166
  - obsidian
167
167
  - context7
168
- - memory-bank
169
168
  - canva
170
169
  - firecrawl
171
170
  - clickup
172
171
  deferred:
172
+ - memory-bank
173
173
  - gh-grep
174
174
  - postgres
175
175
  - supabase
@@ -195,10 +195,10 @@ policies:
195
195
  - arka-prompts
196
196
  - obsidian
197
197
  - context7
198
- - memory-bank
199
198
  - canva
200
199
  - firecrawl
201
200
  deferred:
201
+ - memory-bank
202
202
  - gh-grep
203
203
  - postgres
204
204
  - supabase
@@ -226,8 +226,8 @@ policies:
226
226
  - obsidian
227
227
  - context7
228
228
  - gh-grep
229
- - memory-bank
230
229
  deferred:
230
+ - memory-bank
231
231
  - postgres
232
232
  - supabase
233
233
  - playwright
@@ -38,6 +38,7 @@ def generate_registry(departments_dir: str | Path, output_path: str | Path) -> d
38
38
  "role": agent.role,
39
39
  "department": agent.department,
40
40
  "tier": agent.tier,
41
+ "model": agent.get_model(),
41
42
  "parent_squad": agent.parent_squad,
42
43
  "sub_squad_role": agent.sub_squad_role,
43
44
  "disc": {
@@ -62,8 +63,8 @@ def generate_registry(departments_dir: str | Path, output_path: str | Path) -> d
62
63
  k: v for k, v in agent.authority.model_dump().items()
63
64
  if v and v != [] and k not in ("delegates_to", "escalates_to")
64
65
  },
65
- "expertise_domains": agent.expertise.domains[:5],
66
- "frameworks": agent.expertise.frameworks[:5],
66
+ "expertise_domains": agent.expertise.domains,
67
+ "frameworks": agent.expertise.frameworks,
67
68
  "knowledge_sources": agent.expertise.knowledge_sources,
68
69
  "file": str(yaml_file.relative_to(departments_dir.parent)),
69
70
  "memory_path": agent.memory_path,
@@ -60,6 +60,10 @@ def resolve_mcps_for_stack(
60
60
 
61
61
  result: list[tuple[str, dict]] = []
62
62
  for name, config in registry.items():
63
+ if "managed" in config:
64
+ # Runtime-managed servers (extension/plugin) are registered for
65
+ # governance and telemetry — they have no launchable command to write.
66
+ continue
63
67
  if config.get("category") in allowed:
64
68
  result.append((name, config))
65
69
  return result
@@ -40,7 +40,7 @@ Manage Model Context Protocol (MCP) servers for projects. MCPs extend Claude Cod
40
40
 
41
41
  | Profile | MCPs Included | Use For |
42
42
  |---------|---------------|---------|
43
- | `base` | obsidian, context7, playwright, memory-bank, sentry, gh-grep, clickup, firecrawl, supabase | All projects |
43
+ | `base` | obsidian, context7, playwright, sentry, gh-grep, clickup, firecrawl, supabase | All projects |
44
44
  | `laravel` | base + laravel-boost, serena | Laravel backends |
45
45
  | `nuxt` | base + nuxt, nuxt-ui | Nuxt 3/4 apps |
46
46
  | `vue` | base + nuxt-ui | Vue 3 SPAs |
@@ -50,6 +50,8 @@ Manage Model Context Protocol (MCP) servers for projects. MCPs extend Claude Cod
50
50
  | `full-stack` | base + laravel-boost, serena, nuxt, nuxt-ui | Laravel + Nuxt apps |
51
51
  | `comms` | base + slack, discord, whatsapp, teams | Messaging platforms |
52
52
 
53
+ > Runtime-managed MCPs (not a profile): `claude-in-chrome` (extension) and `claude-mem` (plugin) are registered in the registry for governance and telemetry only — they have no launchable command and are never written to `.mcp.json`.
54
+
53
55
  ## How It Works
54
56
 
55
57
  ### /dev mcp apply <profile>
@@ -31,7 +31,8 @@ Deduplicate by absolute path. Skip projects whose path does not exist.
31
31
  ### Phase 3a — MCP Sync
32
32
  For each project: regenerate `.mcp.json` based on the registry + detected stack.
33
33
 
34
- Base MCPs (all projects): `arka-prompts`, `context7`, `obsidian`, `clickup`, `memory-bank`, `playwright`, `gh-grep`.
34
+ Base MCPs (all projects): `arka-prompts`, `context7`, `obsidian`, `clickup`, `playwright`, `gh-grep`.
35
+ Runtime-managed entries (`claude-in-chrome`, `claude-mem`) are registered for governance and telemetry only and are never written to `.mcp.json`; `memory-bank` is `optional` (demoted from base 2026-07-08).
35
36
 
36
37
  Stack additions:
37
38
  - Laravel: `laravel-boost`, `serena`, `sentry`
@@ -5,6 +5,8 @@ department: quality
5
5
  tier: 0
6
6
  # PR-4 evidence QG (v4.1): reviewers run sonnet by default; dispatch on
7
7
  # opus ONLY for Tier 0/security-scope diffs (see constitution model-routing).
8
+ # Excellence Reform (v4.2): the Model Fabric quality_gate role upgrades this
9
+ # at dispatch time (~/.arkaos/models.yaml) — sonnet here is the floor, not the route.
8
10
  model: sonnet
9
11
 
10
12
  behavioral_dna:
@@ -5,6 +5,8 @@ department: quality
5
5
  tier: 0
6
6
  # PR-4 evidence QG (v4.1): reviewers run sonnet by default; dispatch on
7
7
  # opus ONLY for Tier 0/security-scope diffs (see constitution model-routing).
8
+ # Excellence Reform (v4.2): the Model Fabric quality_gate role upgrades this
9
+ # at dispatch time (~/.arkaos/models.yaml) — sonnet here is the floor, not the route.
8
10
  model: sonnet
9
11
 
10
12
  behavioral_dna: