arkaos 4.30.0 → 4.32.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 (47) hide show
  1. package/README.md +1 -1
  2. package/THE-ARKAOS-GUIDE.md +1 -1
  3. package/VERSION +1 -1
  4. package/arka/SKILL.md +1 -1
  5. package/config/claude-agents/brand-director.md +1 -1
  6. package/config/claude-agents/content-strategist.md +1 -1
  7. package/config/claude-agents/frontend-dev.md +1 -1
  8. package/config/claude-agents/marketing-director.md +1 -1
  9. package/config/claude-agents/scriptwriter.md +1 -1
  10. package/config/claude-agents/trends-analyst.md +1 -1
  11. package/config/claude-agents/video-producer.md +1 -1
  12. package/config/skills-curated.yaml +2 -1
  13. package/config/skills-provenance.yaml +6 -0
  14. package/core/governance/evidence_checks.py +185 -1
  15. package/core/keys.py +17 -5
  16. package/departments/brand/agents/brand-director.yaml +1 -0
  17. package/departments/brand/skills/design-review/SKILL.md +6 -0
  18. package/departments/brand/skills/ux-audit/SKILL.md +4 -1
  19. package/departments/content/agents/content-strategist.yaml +1 -0
  20. package/departments/content/agents/production/trends-analyst.yaml +1 -0
  21. package/departments/content/agents/production/video-producer.yaml +1 -0
  22. package/departments/content/agents/scriptwriter.yaml +1 -0
  23. package/departments/dev/agents/frontend-dev.yaml +1 -0
  24. package/departments/dev/skills/animated-website/SKILL.md +14 -1
  25. package/departments/dev/skills/watch/SKILL.md +162 -0
  26. package/departments/dev/skills/watch/references/claude-video.LICENSE +21 -0
  27. package/departments/dev/skills/watch/scripts/config.py +145 -0
  28. package/departments/dev/skills/watch/scripts/download.py +179 -0
  29. package/departments/dev/skills/watch/scripts/frames.py +762 -0
  30. package/departments/dev/skills/watch/scripts/setup.py +373 -0
  31. package/departments/dev/skills/watch/scripts/transcribe.py +95 -0
  32. package/departments/dev/skills/watch/scripts/watch.py +531 -0
  33. package/departments/dev/skills/watch/scripts/whisper.py +466 -0
  34. package/departments/marketing/agents/marketing-director.yaml +1 -0
  35. package/departments/marketing/skills/ad-creative/SKILL.md +5 -0
  36. package/harness/codex/AGENTS.md +1 -1
  37. package/harness/copilot/copilot-instructions.md +1 -1
  38. package/harness/cursor/rules/arkaos.mdc +2 -2
  39. package/harness/gemini/GEMINI.md +1 -1
  40. package/harness/opencode/AGENTS.md +1 -1
  41. package/harness/zed/.rules +1 -1
  42. package/installer/doctor.js +38 -4
  43. package/installer/frontend-tooling.js +36 -0
  44. package/knowledge/agents-registry-v2.json +8 -1
  45. package/knowledge/skills-manifest.json +14 -1
  46. package/package.json +1 -1
  47. package/pyproject.toml +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "version": "2.0.0",
4
- "generated": "2026-07-21T23:13:55.387821",
4
+ "generated": "2026-07-22T09:33:03.145247",
5
5
  "total_agents": 89,
6
6
  "generator": "core/agents/registry_gen.py",
7
7
  "tiers": {
@@ -73,6 +73,7 @@
73
73
  },
74
74
  "expertise_domains": [
75
75
  "brand identity creation",
76
+ "reference-video visual analysis via dev/watch (complete frames + transcript — motion and art direction judged on evidence, never on screenshots)",
76
77
  "visual design direction",
77
78
  "UX/UI strategy",
78
79
  "design systems",
@@ -784,6 +785,7 @@
784
785
  },
785
786
  "expertise_domains": [
786
787
  "viral content design",
788
+ "reference-video analysis via dev/watch (frames + timestamped transcript before judging any video)",
787
789
  "hook writing & packaging",
788
790
  "script structure",
789
791
  "content operating systems",
@@ -934,6 +936,7 @@
934
936
  "authority": {},
935
937
  "expertise_domains": [
936
938
  "trend detection across platforms (Agent-Reach: X, Reddit, YouTube, RSS, Exa)",
939
+ "viral-video deconstruction via dev/watch (scene-aware frames + transcript, timestamp-cited)",
937
940
  "niche viability scoring (audience size, competition density, monetization path, brand fit)",
938
941
  "platform algorithm shift monitoring",
939
942
  "whitespace analysis for new channels and formats",
@@ -986,6 +989,7 @@
986
989
  },
987
990
  "expertise_domains": [
988
991
  "video production pipelines (script → storyboard → assets → edit → render)",
992
+ "cut review via dev/watch (frame + transcript evidence on own renders before the Quality Gate)",
989
993
  "Hyperframes video-as-code editing (HTML/CSS/JS + GSAP → MP4)",
990
994
  "Higgsfield generation orchestration (image, video, audio, motion control, upscale, reframe)",
991
995
  "shot lists and EDLs (scene/shot/VO/on-screen-text columns)",
@@ -1088,6 +1092,7 @@
1088
1092
  "authority": {},
1089
1093
  "expertise_domains": [
1090
1094
  "video scriptwriting (YouTube, Reels, TikTok)",
1095
+ "reference-video teardown via dev/watch (hook, pacing and beat analysis from frames + transcript)",
1091
1096
  "cinematic narrative for short and long-form",
1092
1097
  "storyboard-ready scene writing (scene/shot/VO/on-screen-text columns)",
1093
1098
  "narrative structure (hook-bridge-body-CTA; beat sheets; story circles)",
@@ -1744,6 +1749,7 @@
1744
1749
  },
1745
1750
  "expertise_domains": [
1746
1751
  "Vue 3 (Composition API)",
1752
+ "motion-reference analysis via dev/watch (scroll/animation benchmarks from frames + transcript before implementing)",
1747
1753
  "Nuxt 3",
1748
1754
  "React 19 / Next.js 15",
1749
1755
  "TypeScript",
@@ -3171,6 +3177,7 @@
3171
3177
  },
3172
3178
  "expertise_domains": [
3173
3179
  "growth strategy",
3180
+ "video-ad teardown via dev/watch (hook, pacing and spoken-copy evidence from frames + transcript)",
3174
3181
  "content marketing",
3175
3182
  "SEO",
3176
3183
  "paid acquisition",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "generator": "scripts/marketplace_gen.py",
4
- "version": "4.30.0",
4
+ "version": "4.32.0",
5
5
  "marketplace": "arkaos"
6
6
  },
7
7
  "structural": {
@@ -3751,6 +3751,19 @@
3751
3751
  "origin": "arkaos"
3752
3752
  }
3753
3753
  },
3754
+ "watch": {
3755
+ "depts": [
3756
+ "dev"
3757
+ ],
3758
+ "curated": true,
3759
+ "plugins": [],
3760
+ "collision": false,
3761
+ "provenance": {
3762
+ "origin": "community",
3763
+ "source": "https://github.com/bradautomates/claude-video",
3764
+ "license": "MIT"
3765
+ }
3766
+ },
3754
3767
  "webinar-funnel": {
3755
3768
  "depts": [
3756
3769
  "landing"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkaos",
3
- "version": "4.30.0",
3
+ "version": "4.32.0",
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 = "4.30.0"
3
+ version = "4.32.0"
4
4
  description = "Core engine for ArkaOS — The Operating System for AI Agent Teams"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}