arkaos 4.12.0 → 4.13.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.
- package/README.md +2 -2
- package/VERSION +1 -1
- package/arka/SKILL.md +1 -1
- package/arka/skills/flow/SKILL.md +11 -4
- package/config/claude-agents/content-researcher.md +51 -0
- package/config/claude-agents/frontend-dev.md +1 -1
- package/config/claude-agents/info-compiler.md +51 -0
- package/config/claude-agents/scriptwriter.md +9 -7
- package/config/claude-agents/trends-analyst.md +51 -0
- package/config/claude-agents/ux-designer.md +1 -1
- package/config/claude-agents/video-producer.md +51 -0
- package/config/claude-agents/visual-designer.md +1 -1
- package/config/constitution.yaml +1 -0
- package/config/mcp-policy.yaml +8 -0
- package/core/governance/__pycache__/evidence_checks.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-314.pyc +0 -0
- package/core/governance/evidence_checks.py +70 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-314.pyc +0 -0
- package/core/hooks/pre_tool_use.py +8 -2
- package/core/runtime/__pycache__/model_routing_context.cpython-313.pyc +0 -0
- package/core/runtime/model_routing_context.py +4 -0
- package/core/workflow/__pycache__/frontend_gate.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate_telemetry.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate_telemetry_cli.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/plan_approval.cpython-314.pyc +0 -0
- package/core/workflow/frontend_gate.py +118 -25
- package/core/workflow/frontend_gate_telemetry.py +129 -0
- package/core/workflow/frontend_gate_telemetry_cli.py +53 -0
- package/departments/brand/agents/ux-designer.yaml +1 -1
- package/departments/brand/agents/visual-designer.yaml +1 -1
- package/departments/brand/references/uiux-knowledge-and-tools.md +73 -0
- package/departments/brand/skills/colors/SKILL.md +76 -3
- package/departments/brand/skills/design-review/SKILL.md +81 -31
- package/departments/brand/skills/design-system/SKILL.md +32 -0
- package/departments/brand/skills/identity-system/SKILL.md +65 -4
- package/departments/brand/skills/logo-brief/SKILL.md +81 -3
- package/departments/brand/skills/mockup-generate/SKILL.md +82 -3
- package/departments/brand/skills/ux-audit/SKILL.md +74 -5
- package/departments/brand/skills/wireframe/SKILL.md +75 -3
- package/departments/content/SKILL.md +16 -2
- package/departments/content/agents/production/content-researcher.yaml +68 -0
- package/departments/content/agents/production/info-compiler.yaml +68 -0
- package/departments/content/agents/production/trends-analyst.yaml +69 -0
- package/departments/content/agents/production/video-producer.yaml +77 -0
- package/departments/content/agents/scriptwriter.yaml +29 -10
- package/departments/content/skills/research-compile/SKILL.md +75 -0
- package/departments/content/skills/short-form/SKILL.md +3 -1
- package/departments/content/skills/trend-hunt/SKILL.md +74 -0
- package/departments/content/skills/video-produce/SKILL.md +98 -0
- package/departments/content/skills/video-setup/SKILL.md +91 -0
- package/departments/content/squad.yaml +6 -0
- package/departments/content/workflows/shorts-social.yaml +83 -0
- package/departments/content/workflows/video-production.yaml +142 -0
- package/departments/content/workflows/youtube.yaml +3 -0
- package/departments/dev/agents/frontend-dev.yaml +1 -1
- package/installer/doctor.js +56 -1
- package/knowledge/agents-registry-v2.json +209 -14
- package/knowledge/commands-keywords.json +1388 -234
- package/knowledge/commands-registry.json +132 -3
- package/package.json +1 -1
- package/pyproject.toml +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_meta": {
|
|
3
3
|
"version": "3.0.0",
|
|
4
|
-
"generated": "2026-07-
|
|
5
|
-
"total_commands":
|
|
4
|
+
"generated": "2026-07-10T13:12:22Z",
|
|
5
|
+
"total_commands": 269,
|
|
6
6
|
"generator": "core/registry/generator.py",
|
|
7
7
|
"departments": {
|
|
8
8
|
"arka": 21,
|
|
9
9
|
"brand": 12,
|
|
10
10
|
"community": 14,
|
|
11
|
-
"content":
|
|
11
|
+
"content": 19,
|
|
12
12
|
"dev": 36,
|
|
13
13
|
"ecom": 18,
|
|
14
14
|
"fin": 10,
|
|
@@ -1251,6 +1251,135 @@
|
|
|
1251
1251
|
"requires_branch": false,
|
|
1252
1252
|
"modifies_code": false
|
|
1253
1253
|
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "content-video",
|
|
1256
|
+
"command": "/content video <topic>",
|
|
1257
|
+
"department": "content",
|
|
1258
|
+
"description": "End-to-end video production (research → script → assets → render)",
|
|
1259
|
+
"lead_agent": "arka-content",
|
|
1260
|
+
"keywords": [
|
|
1261
|
+
"produce video",
|
|
1262
|
+
"video production",
|
|
1263
|
+
"produz um vídeo",
|
|
1264
|
+
"faz um vídeo",
|
|
1265
|
+
"edit video",
|
|
1266
|
+
"edita o vídeo",
|
|
1267
|
+
"render video",
|
|
1268
|
+
"monta o vídeo",
|
|
1269
|
+
"hyperframes"
|
|
1270
|
+
],
|
|
1271
|
+
"examples": [
|
|
1272
|
+
"produz um vídeo sobre agentes de AI",
|
|
1273
|
+
"produce a video about our launch",
|
|
1274
|
+
"edita este vídeo com legendas e b-roll"
|
|
1275
|
+
],
|
|
1276
|
+
"source": "builtin",
|
|
1277
|
+
"tier": 2,
|
|
1278
|
+
"requires_branch": false,
|
|
1279
|
+
"modifies_code": false
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"id": "content-trends",
|
|
1283
|
+
"command": "/content trends <niche>",
|
|
1284
|
+
"department": "content",
|
|
1285
|
+
"description": "Demand-first trend and niche analysis with STEPPS scoring",
|
|
1286
|
+
"lead_agent": "arka-content",
|
|
1287
|
+
"keywords": [
|
|
1288
|
+
"trends",
|
|
1289
|
+
"trending",
|
|
1290
|
+
"niche analysis",
|
|
1291
|
+
"análise de nicho",
|
|
1292
|
+
"que trends",
|
|
1293
|
+
"what's trending",
|
|
1294
|
+
"encontra um nicho",
|
|
1295
|
+
"trend hunt",
|
|
1296
|
+
"nichos"
|
|
1297
|
+
],
|
|
1298
|
+
"examples": [
|
|
1299
|
+
"que trends há em fitness agora",
|
|
1300
|
+
"find me a profitable faceless niche",
|
|
1301
|
+
"analisa o nicho de finanças pessoais"
|
|
1302
|
+
],
|
|
1303
|
+
"source": "builtin",
|
|
1304
|
+
"tier": 2,
|
|
1305
|
+
"requires_branch": false,
|
|
1306
|
+
"modifies_code": false
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"id": "content-research",
|
|
1310
|
+
"command": "/content research <topic>",
|
|
1311
|
+
"department": "content",
|
|
1312
|
+
"description": "Sourced research compiled into a production brief",
|
|
1313
|
+
"lead_agent": "arka-content",
|
|
1314
|
+
"keywords": [
|
|
1315
|
+
"research topic",
|
|
1316
|
+
"pesquisa o tema",
|
|
1317
|
+
"production brief",
|
|
1318
|
+
"brief de produção",
|
|
1319
|
+
"research for video",
|
|
1320
|
+
"pesquisa para o vídeo",
|
|
1321
|
+
"fact check topic"
|
|
1322
|
+
],
|
|
1323
|
+
"examples": [
|
|
1324
|
+
"faz o research para o vídeo sobre LLMs",
|
|
1325
|
+
"research this topic with sources",
|
|
1326
|
+
"prepara o brief de produção do episódio 3"
|
|
1327
|
+
],
|
|
1328
|
+
"source": "builtin",
|
|
1329
|
+
"tier": 2,
|
|
1330
|
+
"requires_branch": false,
|
|
1331
|
+
"modifies_code": false
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"id": "content-video-setup",
|
|
1335
|
+
"command": "/content video-setup",
|
|
1336
|
+
"department": "content",
|
|
1337
|
+
"description": "Video production environment bootstrap (Hyperframes, Agent-Reach, Higgsfield)",
|
|
1338
|
+
"lead_agent": "arka-content",
|
|
1339
|
+
"keywords": [
|
|
1340
|
+
"video setup",
|
|
1341
|
+
"setup video environment",
|
|
1342
|
+
"instala hyperframes",
|
|
1343
|
+
"configura produção de vídeo",
|
|
1344
|
+
"agent-reach setup",
|
|
1345
|
+
"video prerequisites"
|
|
1346
|
+
],
|
|
1347
|
+
"examples": [
|
|
1348
|
+
"prepara o ambiente de produção de vídeo",
|
|
1349
|
+
"install hyperframes and agent-reach",
|
|
1350
|
+
"video-setup"
|
|
1351
|
+
],
|
|
1352
|
+
"source": "builtin",
|
|
1353
|
+
"tier": 2,
|
|
1354
|
+
"requires_branch": false,
|
|
1355
|
+
"modifies_code": false
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"id": "content-shorts",
|
|
1359
|
+
"command": "/content shorts <niche>",
|
|
1360
|
+
"department": "content",
|
|
1361
|
+
"description": "Batch production of 3-5 rendered shorts with posting schedule",
|
|
1362
|
+
"lead_agent": "arka-content",
|
|
1363
|
+
"keywords": [
|
|
1364
|
+
"shorts batch",
|
|
1365
|
+
"produce shorts",
|
|
1366
|
+
"produz shorts",
|
|
1367
|
+
"reels batch",
|
|
1368
|
+
"tiktok batch",
|
|
1369
|
+
"faz-me uns shorts",
|
|
1370
|
+
"render shorts",
|
|
1371
|
+
"lote de shorts"
|
|
1372
|
+
],
|
|
1373
|
+
"examples": [
|
|
1374
|
+
"produz um lote de 5 shorts sobre finanças",
|
|
1375
|
+
"produce a batch of shorts for the launch",
|
|
1376
|
+
"faz-me shorts desta masterclass"
|
|
1377
|
+
],
|
|
1378
|
+
"source": "builtin",
|
|
1379
|
+
"tier": 2,
|
|
1380
|
+
"requires_branch": false,
|
|
1381
|
+
"modifies_code": false
|
|
1382
|
+
},
|
|
1254
1383
|
{
|
|
1255
1384
|
"id": "dev-feature",
|
|
1256
1385
|
"command": "/dev feature <description>",
|
package/package.json
CHANGED