arkaos 2.17.5 → 2.18.1

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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.17.5
1
+ 2.18.1
@@ -1,36 +1,249 @@
1
1
  # ArkaOS MCP Policy Registry
2
2
  # Controls which MCPs load eagerly vs deferred per project stack/ecosystem.
3
- # Rules evaluated top-to-bottom; first match wins. "ambiguous: ['*']" means
4
- # all other MCPs defer to AI (or fallback heuristic when AI unavailable).
3
+ # Rules evaluated top-to-bottom; first match wins.
4
+ #
5
+ # v2: fully deterministic — every known MCP is explicitly active or deferred
6
+ # per stack. No ambiguous fallthrough required. AI decider remains as an
7
+ # optional extension for future user-added MCPs.
5
8
 
6
- version: 1
9
+ version: 2
7
10
  policies:
11
+ # --- Backend: Laravel / PHP ---
8
12
  - match:
9
13
  stack_includes: [laravel, php]
10
- active: [context7, gh-grep, postgres, supabase]
11
- deferred: [canva, clickup, firecrawl, chrome, gmail, calendar, claude-in-chrome]
14
+ active:
15
+ - arka-prompts
16
+ - obsidian
17
+ - context7
18
+ - gh-grep
19
+ - memory-bank
20
+ - postgres
21
+ - supabase
22
+ - laravel-boost
23
+ - serena
24
+ - sentry
25
+ deferred:
26
+ - playwright
27
+ - nuxt
28
+ - nuxt-ui
29
+ - next-devtools
30
+ - canva
31
+ - clickup
32
+ - firecrawl
33
+ - slack
34
+ - discord
35
+ - whatsapp
36
+ - teams
37
+ - shopify-dev
38
+ - mirakl
12
39
  ambiguous: []
13
40
 
41
+ # --- Frontend: Nuxt / Vue ---
14
42
  - match:
15
- stack_includes: [nuxt, vue, react, next]
16
- active: [context7, gh-grep, playwright, claude-in-chrome]
17
- deferred: [postgres, supabase, canva, clickup, gmail, calendar]
43
+ stack_includes: [nuxt, vue]
44
+ active:
45
+ - arka-prompts
46
+ - obsidian
47
+ - context7
48
+ - gh-grep
49
+ - memory-bank
50
+ - playwright
51
+ - nuxt
52
+ - nuxt-ui
53
+ - sentry
54
+ deferred:
55
+ - postgres
56
+ - supabase
57
+ - laravel-boost
58
+ - serena
59
+ - next-devtools
60
+ - canva
61
+ - clickup
62
+ - firecrawl
63
+ - slack
64
+ - discord
65
+ - whatsapp
66
+ - teams
67
+ - shopify-dev
68
+ - mirakl
18
69
  ambiguous: []
19
70
 
71
+ # --- Frontend: React / Next ---
72
+ - match:
73
+ stack_includes: [next, react]
74
+ active:
75
+ - arka-prompts
76
+ - obsidian
77
+ - context7
78
+ - gh-grep
79
+ - memory-bank
80
+ - playwright
81
+ - next-devtools
82
+ - sentry
83
+ deferred:
84
+ - postgres
85
+ - supabase
86
+ - laravel-boost
87
+ - serena
88
+ - nuxt
89
+ - nuxt-ui
90
+ - canva
91
+ - clickup
92
+ - firecrawl
93
+ - slack
94
+ - discord
95
+ - whatsapp
96
+ - teams
97
+ - shopify-dev
98
+ - mirakl
99
+ ambiguous: []
100
+
101
+ # --- E-commerce (Shopify / Mirakl) ---
102
+ - match:
103
+ stack_includes: [shopify]
104
+ active:
105
+ - arka-prompts
106
+ - obsidian
107
+ - context7
108
+ - gh-grep
109
+ - memory-bank
110
+ - playwright
111
+ - shopify-dev
112
+ - mirakl
113
+ - sentry
114
+ deferred:
115
+ - postgres
116
+ - supabase
117
+ - laravel-boost
118
+ - serena
119
+ - nuxt
120
+ - nuxt-ui
121
+ - next-devtools
122
+ - canva
123
+ - clickup
124
+ - firecrawl
125
+ - slack
126
+ - discord
127
+ - whatsapp
128
+ - teams
129
+ ambiguous: []
130
+
131
+ # --- Python projects ---
132
+ - match:
133
+ stack_includes: [python]
134
+ active:
135
+ - arka-prompts
136
+ - obsidian
137
+ - context7
138
+ - gh-grep
139
+ - memory-bank
140
+ - sentry
141
+ deferred:
142
+ - playwright
143
+ - postgres
144
+ - supabase
145
+ - laravel-boost
146
+ - serena
147
+ - nuxt
148
+ - nuxt-ui
149
+ - next-devtools
150
+ - canva
151
+ - clickup
152
+ - firecrawl
153
+ - slack
154
+ - discord
155
+ - whatsapp
156
+ - teams
157
+ - shopify-dev
158
+ - mirakl
159
+ ambiguous: []
160
+
161
+ # --- Ecosystem: marketing ---
20
162
  - match:
21
163
  ecosystem: marketing
22
- active: [canva, gmail, calendar, firecrawl, clickup]
23
- deferred: [postgres, supabase, playwright]
164
+ active:
165
+ - arka-prompts
166
+ - obsidian
167
+ - context7
168
+ - memory-bank
169
+ - canva
170
+ - firecrawl
171
+ - clickup
172
+ deferred:
173
+ - gh-grep
174
+ - postgres
175
+ - supabase
176
+ - playwright
177
+ - laravel-boost
178
+ - serena
179
+ - nuxt
180
+ - nuxt-ui
181
+ - next-devtools
182
+ - sentry
183
+ - slack
184
+ - discord
185
+ - whatsapp
186
+ - teams
187
+ - shopify-dev
188
+ - mirakl
24
189
  ambiguous: []
25
190
 
191
+ # --- Ecosystem: content ---
26
192
  - match:
27
193
  ecosystem: content
28
- active: [canva, firecrawl, youtube-transcript]
29
- deferred: [postgres, clickup]
194
+ active:
195
+ - arka-prompts
196
+ - obsidian
197
+ - context7
198
+ - memory-bank
199
+ - canva
200
+ - firecrawl
201
+ deferred:
202
+ - gh-grep
203
+ - postgres
204
+ - supabase
205
+ - playwright
206
+ - laravel-boost
207
+ - serena
208
+ - nuxt
209
+ - nuxt-ui
210
+ - next-devtools
211
+ - sentry
212
+ - clickup
213
+ - slack
214
+ - discord
215
+ - whatsapp
216
+ - teams
217
+ - shopify-dev
218
+ - mirakl
30
219
  ambiguous: []
31
220
 
221
+ # --- Default: minimal safe set ---
32
222
  - match:
33
223
  default: true
34
- active: [context7]
35
- deferred: []
36
- ambiguous: ["*"]
224
+ active:
225
+ - arka-prompts
226
+ - obsidian
227
+ - context7
228
+ - gh-grep
229
+ - memory-bank
230
+ deferred:
231
+ - postgres
232
+ - supabase
233
+ - playwright
234
+ - laravel-boost
235
+ - serena
236
+ - nuxt
237
+ - nuxt-ui
238
+ - next-devtools
239
+ - sentry
240
+ - canva
241
+ - clickup
242
+ - firecrawl
243
+ - slack
244
+ - discord
245
+ - whatsapp
246
+ - teams
247
+ - shopify-dev
248
+ - mirakl
249
+ ambiguous: []
@@ -1,372 +1,9 @@
1
1
  {
2
2
  "_meta": {
3
- "description": "ARKA OS — Project Ecosystem Registry",
4
- "updated": "2026-04-07"
3
+ "description": "ARKA OS — Project Ecosystem Registry (user-local, populated after install)",
4
+ "format": "Ecosystems group related projects that share squads, stacks, and conventions.",
5
+ "note": "This file ships empty. Users define their own ecosystems locally via /arka onboard or by editing ~/.claude/skills/arka/knowledge/ecosystems.json after installation. Client names and internal project data MUST NOT be committed to the public repository.",
6
+ "updated": "2026-04-17"
5
7
  },
6
- "ecosystems": {
7
- "edp": {
8
- "name": "EDP",
9
- "description": "Enterprise integration architecture platform for EDP (Energias de Portugal). Architect solutions, AI agents, and API governance for system analysts.",
10
- "client": "EDP - Energias de Portugal",
11
- "type": "client",
12
- "status": "active",
13
- "projects": [
14
- "gba-web",
15
- "gba-lurch-a2a",
16
- "gba-zenodotus"
17
- ],
18
- "squad": {
19
- "roles": [
20
- "project-manager",
21
- "backend-developer",
22
- "frontend-developer",
23
- "ai-specialist",
24
- "context-analyst",
25
- "security-engineer",
26
- "qa-tester"
27
- ],
28
- "description": "Dedicated EDP squad for integration architecture platform"
29
- },
30
- "tech_stack": {
31
- "frontend": ["Laravel 12", "Inertia.js 2", "Vue 3", "TypeScript", "Tailwind CSS 4"],
32
- "backend": ["PHP 8.4", "Python 3.12+", "FastAPI"],
33
- "databases": ["MySQL", "PostgreSQL", "SQLite (dev)", "Redis"],
34
- "ai": ["Azure OpenAI (GPT-5-mini-gba)", "pydantic-ai", "FastA2A"],
35
- "infra": ["Docker", "FrankenPHP", "Laravel Octane", "Uvicorn", "Kafka", "AWS RDS", "ELK Stack"],
36
- "auth": ["Azure AD OAuth 2.0", "JWT", "Spatie Permissions"],
37
- "protocols": ["REST", "SOAP", "A2A (JSON-RPC 2.0)", "MCP"]
38
- },
39
- "created_at": "2026-03-17"
40
- },
41
- "rockport": {
42
- "name": "Rockport",
43
- "description": "E-commerce marketplace platform for Rockport premium footwear. CRM, storefront, SAP ERP integration, and logistics microservice.",
44
- "client": "Rockport",
45
- "type": "client",
46
- "status": "active",
47
- "projects": [
48
- "crm-rockport",
49
- "rockport-ecommerce-v2",
50
- "sap-erp-service",
51
- "gologistic-ms"
52
- ],
53
- "squad": {
54
- "roles": [
55
- "project-manager",
56
- "backend-developer",
57
- "frontend-developer",
58
- "ecommerce-specialist",
59
- "integrations-specialist",
60
- "security-engineer",
61
- "qa-tester"
62
- ],
63
- "description": "Dedicated Rockport squad for e-commerce platform"
64
- },
65
- "tech_stack": {
66
- "frontend": ["Nuxt 4", "Vue 3", "TypeScript", "Tailwind CSS 4", "Nuxt UI 4", "Pinia 3", "Vuetify 3"],
67
- "backend": ["PHP 8.4", "Laravel 11/12", "Laravel Modules"],
68
- "databases": ["PostgreSQL", "Redis", "Meilisearch", "SQLite (dev)"],
69
- "payments": ["SIBS", "Klarna", "Adyen", "MBWay"],
70
- "integrations": ["SAP Business One", "Kafka", "GoLogistic", "DPD", "Mirakl", "Actito", "SendGrid", "Infobip"],
71
- "infra": ["Docker", "FrankenPHP", "Octane/Roadrunner", "Horizon", "DigitalOcean Spaces", "AWS S3"],
72
- "auth": ["Sanctum", "Spatie Permissions", "Social Login (Google/Facebook/Apple)"],
73
- "protocols": ["REST", "Kafka", "WebSocket (Reverb)"]
74
- },
75
- "created_at": "2026-03-17"
76
- },
77
- "clubefashion": {
78
- "name": "ClubeFashion",
79
- "description": "E-commerce marketplace platform for ClubeFashion. Complex ecosystem with CRM migration in progress, Mirakl marketplace, Primavera ERP, and AI-ready modernization.",
80
- "client": "ClubeFashion",
81
- "type": "client",
82
- "status": "active",
83
- "projects": [
84
- "the-burrow-hub",
85
- "marketplace-ms",
86
- "goblinledger",
87
- "crm-cf-v2",
88
- "nuxt-boilerplate",
89
- "crm-frontend-v2"
90
- ],
91
- "squad": {
92
- "roles": [
93
- "project-manager",
94
- "backend-developer",
95
- "frontend-developer",
96
- "ecommerce-specialist",
97
- "marketplace-specialist",
98
- "erp-specialist",
99
- "migration-architect",
100
- "ai-specialist",
101
- "security-engineer",
102
- "qa-tester",
103
- "devops"
104
- ],
105
- "description": "Dedicated ClubeFashion squad — largest team due to migration complexity"
106
- },
107
- "tech_stack": {
108
- "frontend": ["Nuxt 4", "Vue 3", "Vuetify 3", "Nuxt UI 4", "TypeScript", "Tailwind CSS 4", "Pinia"],
109
- "backend": ["PHP 8.4/8.5", "Laravel 11/12", "Laravel Modules (19)"],
110
- "databases": ["PostgreSQL", "Redis", "Meilisearch", "SQLite (dev)"],
111
- "payments": ["SIBS", "Klarna", "Adyen", "MBWay"],
112
- "integrations": ["Mirakl (marketplace-ms)", "Primavera ERP (goblinledger)", "Kafka (30+ topics)", "Actito", "SendGrid", "Infobip", "Skeepers", "DPD", "Google Merchant"],
113
- "infra": ["Docker", "FrankenPHP", "Octane/Roadrunner", "Horizon", "AWS S3", "DigitalOcean Spaces"],
114
- "auth": ["Sanctum", "Spatie Permissions", "Social Login"],
115
- "protocols": ["REST", "Kafka", "WebSocket (Reverb)"],
116
- "project_management": ["ClickUp (Space: 90153217724)"]
117
- },
118
- "migration": {
119
- "from": "the-burrow-hub (Laravel 11, 19 modules, 431 migrations, 163 models)",
120
- "to": "crm-cf-v2 (Laravel 12, AI-ready, strict types) + crm-frontend-v2 (Vue 3 SPA)",
121
- "status": "paused — foundation laid, 0% content migration",
122
- "priority": "planning phase"
123
- },
124
- "created_at": "2026-03-17"
125
- },
126
- "fovory": {
127
- "name": "Fovory",
128
- "description": "Supplier-to-Shopify integration engine with custom Laravel codebase (fovory-supplier-sync) AND Shopify store operations/marketing. Dual nature: dev squad for code work, ops/marketing squad for store management.",
129
- "client": "Fovory (internal business)",
130
- "type": "internal",
131
- "status": "active",
132
- "projects": [
133
- "fovory-supplier-sync"
134
- ],
135
- "platform": "Shopify + Custom Laravel App",
136
- "squad": {
137
- "roles": [
138
- "tech-lead",
139
- "backend-developer",
140
- "frontend-developer",
141
- "ai-specialist",
142
- "security-engineer",
143
- "qa-tester",
144
- "operations-manager",
145
- "ecommerce-manager",
146
- "product-manager",
147
- "marketing-strategist",
148
- "content-creator",
149
- "ads-specialist",
150
- "email-marketing",
151
- "seo-specialist",
152
- "analytics-specialist",
153
- "pricing-strategist"
154
- ],
155
- "description": "Dual squad: dev team (Laravel/Vue) + operations/marketing team (Shopify store)"
156
- },
157
- "tech_stack": {
158
- "frontend": ["Vue 3.5", "Inertia.js 3", "TypeScript", "Tailwind CSS 4", "Nuxt UI 4", "TipTap 3", "TanStack Table", "Unovis"],
159
- "backend": ["PHP 8.4", "Laravel 13", "Laravel Horizon", "Laravel Reverb", "Laravel Fortify", "Laravel Pennant"],
160
- "databases": ["PostgreSQL", "Redis", "SQLite (dev)"],
161
- "ai": ["Laravel AI SDK", "Claude/Anthropic", "OpenRouter", "OpenAI"],
162
- "import": ["Maatwebsite Excel", "WebSocket progress"],
163
- "testing": ["Pest 5", "Playwright", "Larastan", "Rector", "Pint"],
164
- "build": ["Bun", "Vite"],
165
- "shopify": ["Shopify GraphQL Admin API", "Shopify MCP"]
166
- },
167
- "codebase_stats": {
168
- "models": 43,
169
- "actions": 75,
170
- "controllers": 42,
171
- "vue_pages": 44,
172
- "migrations": 72,
173
- "tests": 943,
174
- "assertions": 2997,
175
- "updated": "2026-04-07"
176
- },
177
- "capabilities": {
178
- "dev": ["Supplier integration (API + CSV)", "Product CRUD with variants/offers", "AI system (providers/agents/personas/triggers)", "Bulk import (Excel + WebSocket)", "E-commerce settings", "Multi-locale translations"],
179
- "store": ["Shopify MCP", "Product management", "CSV bulk operations", "Pricing strategy (min 35% margin)", "Stock management (15min sync, 5% buffer)", "Translations"],
180
- "marketing": ["Social media (Instagram, LinkedIn, TikTok, X)", "Email campaigns", "Google Ads", "Meta Ads", "Content calendars", "Reels/Shorts scripts"],
181
- "analytics": ["Google Analytics 4", "Google Ads", "Shopify Analytics", "Meta Pixel"],
182
- "knowledge": ["KB personas for content voice", "Market research", "Competitor analysis", "Trend analysis"],
183
- "automation": ["Bulk product updates", "Price optimization", "Translation automation", "Ad creative generation"]
184
- },
185
- "created_at": "2026-03-17",
186
- "updated_at": "2026-04-07"
187
- },
188
- "wizardingcode": {
189
- "name": "WizardingCode Internal",
190
- "description": "Internal growth engine. Revenue target: 1M EUR by Dec 2026. Micro-SaaS, AI tools, content creation, financial management, trend scouting.",
191
- "client": "WizardingCode (internal)",
192
- "type": "internal",
193
- "status": "active",
194
- "projects": [
195
- "lora-tester",
196
- "purz-comfyui-workflows"
197
- ],
198
- "squad": {
199
- "roles": [
200
- "ceo-copilot",
201
- "creative-director",
202
- "marketing-lead",
203
- "data-analyst",
204
- "market-scout",
205
- "content-creator",
206
- "financial-controller",
207
- "full-stack-builder",
208
- "growth-hacker",
209
- "community-manager"
210
- ],
211
- "description": "Growth team — strategy, content, finance, and product development"
212
- },
213
- "revenue_target": {
214
- "amount": 1000000,
215
- "currency": "EUR",
216
- "deadline": "2026-12-31",
217
- "monthly_target": 83333
218
- },
219
- "capabilities": {
220
- "strategy": ["Idea evaluation", "OKRs", "Roadmap", "Market analysis"],
221
- "product": ["Micro-SaaS", "AI tools", "ARKA OS Pro", "Landing pages"],
222
- "content": ["AI articles", "Entrepreneurship", "YouTube", "LinkedIn", "Newsletter"],
223
- "finance": ["Gmail accounting", "Revenue tracking", "Investment plans", "Invoicing"],
224
- "marketing": ["Social media", "Email funnels", "Google Ads", "Growth hacking"]
225
- },
226
- "integrations": ["Gmail (accounting)", "Google Calendar", "ClickUp", "InvoiceExpress"],
227
- "created_at": "2026-03-17"
228
- },
229
- "rothbard100": {
230
- "name": "Rothbard 100",
231
- "description": "Libertarian event platform celebrating the 100th anniversary of Murray Rothbard. Landing page, future registration app, and event CRM. Organized by Cataláxia EDITORA. Event: Porto, 27 Jun 2026.",
232
- "client": "Cataláxia EDITORA",
233
- "type": "internal",
234
- "status": "active",
235
- "projects": [
236
- "rothbard100-landing"
237
- ],
238
- "squad": {
239
- "roles": [
240
- "project-manager",
241
- "frontend-developer",
242
- "content-creator",
243
- "seo-marketing",
244
- "security-engineer",
245
- "qa-tester",
246
- "devops"
247
- ],
248
- "description": "Dedicated Rothbard 100 squad for event platform — landing page focus"
249
- },
250
- "tech_stack": {
251
- "frontend": ["Nuxt 4.4.2", "Vue 3", "TypeScript", "Tailwind CSS 4", "Nuxt UI v4.5.1"],
252
- "i18n": ["@nuxtjs/i18n (pt, en, fr, es, de)"],
253
- "content": ["@nuxt/content v3"],
254
- "images": ["@nuxt/image v2"],
255
- "icons": ["Iconify (lucide + simple-icons)"],
256
- "infra": ["Cloudflare Pages", "pnpm"],
257
- "build": ["SSG (Nitro prerender)"]
258
- },
259
- "brand": {
260
- "primary_color": "#FFC939",
261
- "secondary_color": "#000000",
262
- "theme": "dark-premium-revolutionary",
263
- "style": "Silicon Valley event level",
264
- "font": "Inter (400-900)",
265
- "mode": "light-only"
266
- },
267
- "created_at": "2026-03-26",
268
- "updated_at": "2026-04-07"
269
- },
270
- "cascais24horas": {
271
- "name": "Cascais 24 Horas",
272
- "description": "Local news and events portal for Cascais, Portugal. Security-critical rebuild after WordPress hack. CMS backend with admin panel and public-facing Nuxt frontend.",
273
- "client": "WizardingCode (internal project)",
274
- "type": "internal",
275
- "status": "active",
276
- "projects": [
277
- "cascais24horas-cms",
278
- "cascais24horas-web"
279
- ],
280
- "squad": {
281
- "roles": [
282
- "project-manager",
283
- "backend-developer",
284
- "frontend-developer-cms",
285
- "frontend-developer-web",
286
- "content-creator",
287
- "seo-marketing",
288
- "security-engineer",
289
- "qa-tester"
290
- ],
291
- "description": "Dedicated Cascais24Horas squad for news portal rebuild"
292
- },
293
- "tech_stack": {
294
- "frontend_cms": ["Vue 3", "Inertia.js 3", "TypeScript", "Tailwind CSS 4", "TipTap"],
295
- "frontend_web": ["Nuxt 4", "Nuxt UI 4", "Vue 3", "TypeScript", "Tailwind CSS 4"],
296
- "backend": ["PHP 8.4", "Laravel 12"],
297
- "databases": ["SQLite (dev)", "PostgreSQL (prod)", "Redis"],
298
- "search": ["Laravel Scout"],
299
- "media": ["Spatie MediaLibrary"],
300
- "auth": ["Sanctum", "Spatie Permission"],
301
- "seo": ["Spatie Sitemap", "Nuxt SEO", "Google News"],
302
- "content": ["@nuxt/content v3", "TipTap", "HTML Purifier"]
303
- },
304
- "security_context": "Rebuilt after WordPress hack — security is first-class concern",
305
- "created_at": "2026-03-31"
306
- },
307
- "marlon": {
308
- "name": "Marlon",
309
- "description": "Services and consulting client of WizardingCode. Web application ecosystem with Nuxt/Vue frontend. Dedicated squad and orchestrator.",
310
- "client": "Marlon",
311
- "type": "client",
312
- "status": "active",
313
- "projects": [],
314
- "squad": {
315
- "roles": [
316
- "project-manager",
317
- "backend-developer",
318
- "frontend-developer",
319
- "security-engineer",
320
- "qa-tester",
321
- "devops"
322
- ],
323
- "description": "Dedicated Marlon squad for services/consulting web platform"
324
- },
325
- "tech_stack": {
326
- "frontend": ["Nuxt 4", "Vue 3", "TypeScript", "Tailwind CSS 4", "Nuxt UI 4"],
327
- "backend": ["PHP 8.4", "Laravel 12"],
328
- "databases": ["PostgreSQL", "SQLite (dev)", "Redis"],
329
- "auth": ["Sanctum", "Spatie Permissions"],
330
- "infra": ["Docker", "pnpm", "Vercel/Netlify"]
331
- },
332
- "created_at": "2026-04-06"
333
- },
334
- "zugatv": {
335
- "name": "ZugaTV",
336
- "description": "Portuguese content/media partner. Viral interactive content and audience growth funnels. First project: Raio-X Ideologico — political ideology quiz for follower growth.",
337
- "client": "ZugaTV",
338
- "type": "partner",
339
- "status": "active",
340
- "projects": [
341
- "raiox-ideologico"
342
- ],
343
- "squad": {
344
- "roles": [
345
- "project-manager",
346
- "frontend-developer",
347
- "content-creator",
348
- "seo-marketing",
349
- "security-engineer",
350
- "qa-tester"
351
- ],
352
- "description": "Dedicated ZugaTV squad for viral content platforms"
353
- },
354
- "tech_stack": {
355
- "frontend": ["Nuxt 4", "Vue 3", "TypeScript", "Tailwind CSS 4", "Nuxt UI 4", "Chart.js", "vue-chartjs"],
356
- "content": ["@nuxt/content v3"],
357
- "composables": ["@vueuse/nuxt"],
358
- "seo": ["@nuxtjs/seo", "@nuxtjs/robots", "nuxt-og-image"],
359
- "analytics": ["nuxt-plausible"],
360
- "fonts": ["@nuxt/fonts (Inter)"],
361
- "testing": ["Vitest", "@vue/test-utils", "happy-dom"],
362
- "build": ["pnpm", "SSR/SPA hybrid", "Vercel or Cloudflare Pages"]
363
- },
364
- "constraints": {
365
- "architecture": "100% client-side scoring — NO backend, NO database, NO auth",
366
- "privacy": "RGPD by design — no personal data stored server-side",
367
- "language": "Portuguese (pt-PT) only — no i18n"
368
- },
369
- "created_at": "2026-03-28"
370
- }
371
- }
8
+ "ecosystems": {}
372
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkaos",
3
- "version": "2.17.5",
3
+ "version": "2.18.1",
4
4
  "description": "The Operating System for AI Agent Teams",
5
5
  "type": "module",
6
6
  "bin": {
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "arkaos-core"
3
- version = "2.17.3"
3
+ version = "2.18.1"
4
4
  description = "Core engine for ArkaOS — The Operating System for AI Agent Teams"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}