arkaos 2.3.0 → 2.3.2

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 (64) hide show
  1. package/VERSION +1 -1
  2. package/arka/skills/conclave/SKILL.md +194 -0
  3. package/arka/skills/human-writing/SKILL.md +143 -0
  4. package/config/agent-memory-template.md +28 -0
  5. package/config/disc-profiles.json +108 -0
  6. package/config/disc-team-validator.sh +94 -0
  7. package/config/gotchas-fixes.json +148 -0
  8. package/config/profile-template.json +12 -0
  9. package/config/providers-registry.json +56 -0
  10. package/config/settings-template.json +42 -0
  11. package/config/standards/communication.md +64 -0
  12. package/config/standards/orchestration.md +91 -0
  13. package/config/statusline-v2.sh +101 -0
  14. package/config/statusline.sh +139 -0
  15. package/config/system-prompt.sh +190 -0
  16. package/dashboard/LICENSE +21 -0
  17. package/dashboard/README.md +64 -0
  18. package/dashboard/app/app.config.ts +8 -0
  19. package/dashboard/app/app.vue +42 -0
  20. package/dashboard/app/assets/css/main.css +18 -0
  21. package/dashboard/app/composables/useApi.ts +8 -0
  22. package/dashboard/app/composables/useDashboard.ts +19 -0
  23. package/dashboard/app/error.vue +24 -0
  24. package/dashboard/app/layouts/default.vue +114 -0
  25. package/dashboard/app/pages/agents/[id].vue +506 -0
  26. package/dashboard/app/pages/agents/index.vue +225 -0
  27. package/dashboard/app/pages/budget.vue +132 -0
  28. package/dashboard/app/pages/commands.vue +180 -0
  29. package/dashboard/app/pages/health.vue +98 -0
  30. package/dashboard/app/pages/index.vue +126 -0
  31. package/dashboard/app/pages/knowledge.vue +729 -0
  32. package/dashboard/app/pages/personas.vue +597 -0
  33. package/dashboard/app/pages/settings.vue +146 -0
  34. package/dashboard/app/pages/tasks.vue +203 -0
  35. package/dashboard/app/types/index.d.ts +181 -0
  36. package/dashboard/app/utils/index.ts +7 -0
  37. package/dashboard/nuxt.config.ts +39 -0
  38. package/dashboard/package.json +37 -0
  39. package/dashboard/pnpm-workspace.yaml +7 -0
  40. package/dashboard/tsconfig.json +10 -0
  41. package/knowledge/INDEX.md +34 -0
  42. package/knowledge/agents-registry.json +254 -0
  43. package/knowledge/channels-config.json +6 -0
  44. package/knowledge/commands-keywords.json +466 -0
  45. package/knowledge/commands-registry.json +2791 -0
  46. package/knowledge/commands-registry.json.bak +2791 -0
  47. package/knowledge/ecosystems.json +7 -0
  48. package/knowledge/obsidian-config.json +112 -0
  49. package/package.json +10 -6
  50. package/pyproject.toml +1 -1
  51. package/scripts/check-version.js +13 -0
  52. package/scripts/dashboard-api.py +636 -0
  53. package/scripts/knowledge-index.py +113 -0
  54. package/scripts/skill_validator.py +217 -0
  55. package/scripts/start-dashboard.sh +103 -0
  56. package/scripts/synapse-bridge.py +199 -0
  57. package/scripts/tools/brand_voice_analyzer.py +192 -0
  58. package/scripts/tools/dcf_calculator.py +168 -0
  59. package/scripts/tools/headline_scorer.py +215 -0
  60. package/scripts/tools/okr_cascade.py +207 -0
  61. package/scripts/tools/rice_prioritizer.py +230 -0
  62. package/scripts/tools/saas_metrics.py +234 -0
  63. package/scripts/tools/seo_checker.py +197 -0
  64. package/scripts/tools/tech_debt_analyzer.py +206 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "_meta": {
3
+ "description": "ARKA OS — Project Ecosystem Registry",
4
+ "updated": "2026-03-15"
5
+ },
6
+ "ecosystems": {}
7
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "_meta": {
3
+ "description": "ARKA OS — Obsidian Vault Configuration",
4
+ "notes": "ALL department output goes to this Obsidian vault. Conventions match existing vault format."
5
+ },
6
+ "vault_path": "/Users/andreagroferreira/Documents/Personal",
7
+ "paths": {
8
+ "personas": "Personas",
9
+ "sources_videos": "Sources/Videos",
10
+ "sources_articles": "Sources/Articles",
11
+ "topics": "Topics",
12
+ "frameworks": "🧠 Knowledge Base/Frameworks",
13
+ "transcripts": "🧠 Knowledge Base/Raw Transcripts",
14
+ "projects": "Projects",
15
+ "wizardingcode": "WizardingCode",
16
+ "marketing": "WizardingCode/Marketing",
17
+ "ecommerce": "WizardingCode/Ecommerce",
18
+ "finance": "WizardingCode/Finance",
19
+ "operations": "WizardingCode/Operations",
20
+ "strategy": "WizardingCode/Strategy",
21
+ "dev_docs": "Projects"
22
+ },
23
+ "conventions": {
24
+ "links": "wikilinks",
25
+ "link_format": "[[Note Name]]",
26
+ "tags": "kebab-case",
27
+ "frontmatter": true,
28
+ "frontmatter_format": "yaml",
29
+ "moc_suffix": " MOC",
30
+ "moc_reference": "*Part of the [[{moc_name} MOC]]*",
31
+ "date_format": "YYYY-MM-DD"
32
+ },
33
+ "templates": {
34
+ "persona": {
35
+ "frontmatter": {
36
+ "type": "persona",
37
+ "name": "{name}",
38
+ "expertise": [],
39
+ "date_updated": "{date}",
40
+ "tags": ["persona"]
41
+ }
42
+ },
43
+ "source_video": {
44
+ "frontmatter": {
45
+ "type": "source",
46
+ "source_type": "video",
47
+ "title": "{title}",
48
+ "url": "{url}",
49
+ "persona": "[[{persona}]]",
50
+ "date_processed": "{date}",
51
+ "tags": ["source", "video"]
52
+ }
53
+ },
54
+ "source_article": {
55
+ "frontmatter": {
56
+ "type": "source",
57
+ "source_type": "article",
58
+ "title": "{title}",
59
+ "url": "{url}",
60
+ "date_processed": "{date}",
61
+ "tags": ["source", "article"]
62
+ }
63
+ },
64
+ "topic": {
65
+ "frontmatter": {
66
+ "type": "topic",
67
+ "name": "{name}",
68
+ "related_personas": [],
69
+ "date_updated": "{date}",
70
+ "tags": ["topic"]
71
+ }
72
+ },
73
+ "project": {
74
+ "frontmatter": {
75
+ "type": "project",
76
+ "name": "{name}",
77
+ "client": "{client}",
78
+ "stack": [],
79
+ "status": "active",
80
+ "date_created": "{date}",
81
+ "tags": ["project"]
82
+ }
83
+ },
84
+ "report": {
85
+ "frontmatter": {
86
+ "type": "report",
87
+ "department": "{department}",
88
+ "title": "{title}",
89
+ "date_created": "{date}",
90
+ "tags": ["report", "{department}"]
91
+ }
92
+ },
93
+ "ecosystem": {
94
+ "frontmatter": {
95
+ "type": "ecosystem",
96
+ "name": "{name}",
97
+ "date_updated": "{date}",
98
+ "tags": ["ecosystem", "project"]
99
+ }
100
+ }
101
+ },
102
+ "paths_extra": {
103
+ "ecosystems": "Projects/Ecosystems"
104
+ },
105
+ "moc_pages": {
106
+ "personas": "Personas MOC",
107
+ "topics": "Topics MOC",
108
+ "projects": "Projects MOC",
109
+ "sources": "Sources MOC",
110
+ "wizardingcode": "WizardingCode MOC"
111
+ }
112
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkaos",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "The Operating System for AI Agent Teams",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,12 +43,16 @@
43
43
  "installer/",
44
44
  "core/",
45
45
  "departments/",
46
- "config/constitution.yaml",
47
- "config/hooks/",
46
+ "scripts/",
47
+ "config/",
48
48
  "bin/arkaos",
49
- "arka/SKILL.md",
50
- "knowledge/agents-registry-v2.json",
51
- "knowledge/commands-registry-v2.json",
49
+ "arka/",
50
+ "knowledge/",
51
+ "dashboard/app/",
52
+ "dashboard/nuxt.config.ts",
53
+ "dashboard/package.json",
54
+ "dashboard/tsconfig.json",
55
+ "dashboard/pnpm-workspace.yaml",
52
56
  "pyproject.toml",
53
57
  "VERSION",
54
58
  "CONSTITUTION.md",
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "arkaos-core"
3
- version = "2.3.0"
3
+ version = "2.3.2"
4
4
  description = "Core engine for ArkaOS — The Operating System for AI Agent Teams"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -0,0 +1,13 @@
1
+ #!/usr/bin/env node
2
+
3
+ import { readFileSync } from 'fs';
4
+
5
+ const pkg = JSON.parse(readFileSync('package.json', 'utf8'));
6
+ const versionFile = readFileSync('VERSION', 'utf8').trim();
7
+
8
+ if (pkg.version !== versionFile) {
9
+ console.error(`Version mismatch: package.json=${pkg.version}, VERSION=${versionFile}`);
10
+ process.exit(1);
11
+ }
12
+
13
+ console.log(`Version OK: ${pkg.version}`);