@pennyfarthing/core 7.9.5 → 8.0.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.
Files changed (631) hide show
  1. package/LICENSE +14 -0
  2. package/README.md +209 -0
  3. package/package.json +32 -37
  4. package/{dist → packages/core/dist}/cli/utils/files.d.ts +6 -2
  5. package/{dist → packages/core/dist}/cli/utils/files.d.ts.map +1 -1
  6. package/{dist → packages/core/dist}/cli/utils/files.js +12 -4
  7. package/{dist → packages/core/dist}/cli/utils/files.js.map +1 -1
  8. package/{dist → packages/core/dist}/cli/workspace.test.js +3 -1
  9. package/{dist → packages/core/dist}/cli/workspace.test.js.map +1 -1
  10. package/pennyfarthing-dist/agents/README.md +12 -12
  11. package/pennyfarthing-dist/agents/architect.md +1 -1
  12. package/pennyfarthing-dist/agents/dev.md +2 -2
  13. package/pennyfarthing-dist/agents/devops.md +1 -1
  14. package/pennyfarthing-dist/agents/handoff.md +2 -2
  15. package/pennyfarthing-dist/agents/pm.md +1 -1
  16. package/pennyfarthing-dist/agents/reviewer.md +2 -2
  17. package/pennyfarthing-dist/agents/sm-setup.md +5 -5
  18. package/pennyfarthing-dist/agents/sm.md +6 -6
  19. package/pennyfarthing-dist/agents/tea.md +2 -2
  20. package/pennyfarthing-dist/agents/tech-writer.md +1 -1
  21. package/pennyfarthing-dist/agents/testing-runner.md +4 -4
  22. package/pennyfarthing-dist/agents/ux-designer.md +1 -1
  23. package/pennyfarthing-dist/agents/workflow-status-check.md +2 -2
  24. package/pennyfarthing-dist/commands/architect.md +1 -1
  25. package/pennyfarthing-dist/commands/create-branches-from-story.md +5 -5
  26. package/pennyfarthing-dist/commands/dev.md +1 -1
  27. package/pennyfarthing-dist/commands/devops.md +1 -1
  28. package/pennyfarthing-dist/commands/health-check.md +3 -3
  29. package/pennyfarthing-dist/commands/orchestrator.md +1 -1
  30. package/pennyfarthing-dist/commands/parallel-work.md +4 -4
  31. package/pennyfarthing-dist/commands/pm.md +1 -1
  32. package/pennyfarthing-dist/commands/release.md +1 -1
  33. package/pennyfarthing-dist/commands/repo-status.md +2 -2
  34. package/pennyfarthing-dist/commands/retro.md +2 -2
  35. package/pennyfarthing-dist/commands/reviewer.md +1 -1
  36. package/pennyfarthing-dist/commands/set-theme.md +1 -1
  37. package/pennyfarthing-dist/commands/sm.md +1 -1
  38. package/pennyfarthing-dist/commands/sprint.md +7 -7
  39. package/pennyfarthing-dist/commands/start-epic.md +3 -3
  40. package/pennyfarthing-dist/commands/sync-epic-to-jira.md +4 -4
  41. package/pennyfarthing-dist/commands/tea.md +1 -1
  42. package/pennyfarthing-dist/commands/tech-writer.md +1 -1
  43. package/pennyfarthing-dist/commands/ux-designer.md +1 -1
  44. package/pennyfarthing-dist/commands/work.md +1 -1
  45. package/pennyfarthing-dist/guides/agent-behavior.md +11 -11
  46. package/pennyfarthing-dist/guides/agent-tag-taxonomy.md +1 -1
  47. package/pennyfarthing-dist/guides/agent-template-strategic.md +1 -1
  48. package/pennyfarthing-dist/guides/agent-template-tactical.md +2 -2
  49. package/pennyfarthing-dist/guides/worktree-mode.md +3 -3
  50. package/pennyfarthing-dist/guides/xml-tags.md +1 -1
  51. package/pennyfarthing-dist/personas/themes/mash.yaml +2 -2
  52. package/pennyfarthing-dist/personas/themes/star-trek-tos.yaml +1 -1
  53. package/pennyfarthing-dist/scripts/README.md +6 -6
  54. package/pennyfarthing-dist/scripts/core/README.md +3 -4
  55. package/pennyfarthing-dist/scripts/core/phase-check-start.sh +12 -17
  56. package/pennyfarthing-dist/scripts/cyclist/is-cyclist.sh +1 -1
  57. package/pennyfarthing-dist/scripts/git/README.md +2 -2
  58. package/pennyfarthing-dist/scripts/git/install-git-hooks.sh +3 -15
  59. package/pennyfarthing-dist/scripts/git/release.sh +1 -1
  60. package/pennyfarthing-dist/scripts/health/drift-detection.sh +1 -1
  61. package/pennyfarthing-dist/scripts/hooks/README.md +1 -1
  62. package/pennyfarthing-dist/scripts/hooks/__pycache__/question_reflector_check.cpython-314.pyc +0 -0
  63. package/pennyfarthing-dist/scripts/hooks/post-merge.sh +3 -12
  64. package/pennyfarthing-dist/scripts/hooks/pre-push.sh +3 -15
  65. package/pennyfarthing-dist/scripts/jira/README.md +2 -2
  66. package/pennyfarthing-dist/scripts/jira/create-jira-epic.sh +1 -1
  67. package/pennyfarthing-dist/scripts/jira/create-jira-story.sh +1 -1
  68. package/pennyfarthing-dist/scripts/jira/jira-reconcile.sh +2 -2
  69. package/pennyfarthing-dist/scripts/lib/find-root.sh +46 -25
  70. package/pennyfarthing-dist/scripts/misc/README.md +2 -2
  71. package/pennyfarthing-dist/scripts/misc/backlog.sh +3 -17
  72. package/pennyfarthing-dist/scripts/misc/generate-skill-docs.sh +4 -30
  73. package/pennyfarthing-dist/scripts/misc/log-skill-usage.sh +1 -1
  74. package/pennyfarthing-dist/scripts/misc/run-ci.sh +3 -10
  75. package/pennyfarthing-dist/scripts/misc/skill-usage-report.sh +1 -1
  76. package/pennyfarthing-dist/scripts/misc/uninstall.sh +6 -1
  77. package/pennyfarthing-dist/scripts/portraits/generate-portraits.py +19 -2
  78. package/pennyfarthing-dist/scripts/sprint/README.md +2 -2
  79. package/pennyfarthing-dist/scripts/sprint/archive-story.sh +5 -5
  80. package/pennyfarthing-dist/scripts/sprint/available-stories.sh +2 -2
  81. package/pennyfarthing-dist/scripts/sprint/check-story.sh +1 -1
  82. package/pennyfarthing-dist/scripts/sprint/get-epic-field.sh +5 -5
  83. package/pennyfarthing-dist/scripts/sprint/get-story-field.sh +5 -5
  84. package/pennyfarthing-dist/scripts/sprint/list-future.sh +2 -2
  85. package/pennyfarthing-dist/scripts/sprint/new-sprint.sh +3 -3
  86. package/pennyfarthing-dist/scripts/sprint/promote-epic.sh +4 -4
  87. package/pennyfarthing-dist/scripts/sprint/sprint-common.sh +11 -17
  88. package/pennyfarthing-dist/scripts/sprint/sprint-info.sh +2 -2
  89. package/pennyfarthing-dist/scripts/sprint/sprint-metrics.sh +3 -14
  90. package/pennyfarthing-dist/scripts/sprint/sprint-status.sh +4 -4
  91. package/pennyfarthing-dist/scripts/story/README.md +2 -2
  92. package/pennyfarthing-dist/scripts/test/README.md +1 -1
  93. package/pennyfarthing-dist/scripts/theme/README.md +1 -1
  94. package/pennyfarthing-dist/scripts/workflow/README.md +2 -2
  95. package/pennyfarthing-dist/scripts/workflow/finish-story.sh +1 -1
  96. package/pennyfarthing-dist/scripts/workflow/fix-session-phase.sh +1 -1
  97. package/pennyfarthing-dist/scripts/workflow/get-workflow-type.sh +1 -1
  98. package/pennyfarthing-dist/scripts/workflow/list-workflows.sh +2 -2
  99. package/pennyfarthing-dist/scripts/workflow/resume-workflow.sh +2 -2
  100. package/pennyfarthing-dist/scripts/workflow/show-workflow.sh +2 -2
  101. package/pennyfarthing-dist/scripts/workflow/start-workflow.sh +2 -2
  102. package/pennyfarthing-dist/scripts/workflow/workflow-status.sh +2 -2
  103. package/pennyfarthing-dist/skills/cyclist/SKILL.md +2 -2
  104. package/pennyfarthing-dist/skills/jira/SKILL.md +15 -15
  105. package/pennyfarthing-dist/skills/judge/SKILL.md +1 -1
  106. package/pennyfarthing-dist/skills/sprint/scripts/archive-story.sh +3 -3
  107. package/pennyfarthing-dist/skills/sprint/scripts/available-stories.sh +2 -2
  108. package/pennyfarthing-dist/skills/sprint/scripts/check-story.sh +2 -2
  109. package/pennyfarthing-dist/skills/sprint/scripts/create-jira-epic.sh +1 -1
  110. package/pennyfarthing-dist/skills/sprint/scripts/new-sprint.sh +3 -3
  111. package/pennyfarthing-dist/skills/sprint/scripts/promote-epic.sh +4 -4
  112. package/pennyfarthing-dist/skills/sprint/scripts/sprint-info.sh +2 -2
  113. package/pennyfarthing-dist/skills/sprint/scripts/sprint-status.sh +2 -2
  114. package/pennyfarthing-dist/skills/sprint/scripts/sync-epic-jira.sh +4 -4
  115. package/pennyfarthing-dist/skills/sprint/skill.md +30 -30
  116. package/pennyfarthing-dist/skills/story/skill.md +16 -16
  117. package/pennyfarthing-dist/skills/workflow/scripts/list-workflows.sh +2 -2
  118. package/pennyfarthing-dist/skills/workflow/scripts/resume-workflow.sh +2 -2
  119. package/pennyfarthing-dist/skills/workflow/scripts/show-workflow.sh +2 -2
  120. package/pennyfarthing-dist/skills/workflow/scripts/start-workflow.sh +2 -2
  121. package/pennyfarthing-dist/skills/workflow/scripts/workflow-status.sh +2 -2
  122. package/pennyfarthing-dist/skills/workflow/skill.md +14 -14
  123. package/pennyfarthing-dist/workflows/epics-and-stories/steps/step-05-import-to-future.md +2 -2
  124. package/pennyfarthing-dist/workflows/git-cleanup/steps/step-01-analyze.md +2 -2
  125. package/pennyfarthing-dist/workflows/git-cleanup/steps/step-04-verify.md +1 -1
  126. package/pennyfarthing-dist/workflows/git-cleanup/steps/step-05-complete.md +1 -1
  127. package/pennyfarthing_scripts/README.md +66 -0
  128. package/pennyfarthing_scripts/__init__.py +17 -0
  129. package/pennyfarthing_scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  130. package/pennyfarthing_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
  131. package/pennyfarthing_scripts/__pycache__/config.cpython-314.pyc +0 -0
  132. package/pennyfarthing_scripts/__pycache__/jira.cpython-314.pyc +0 -0
  133. package/pennyfarthing_scripts/__pycache__/jira_epic_creation.cpython-314.pyc +0 -0
  134. package/pennyfarthing_scripts/__pycache__/jira_sync.cpython-314.pyc +0 -0
  135. package/pennyfarthing_scripts/__pycache__/jira_sync_story.cpython-314.pyc +0 -0
  136. package/pennyfarthing_scripts/__pycache__/sprint.cpython-314.pyc +0 -0
  137. package/pennyfarthing_scripts/__pycache__/workflow.cpython-311.pyc +0 -0
  138. package/pennyfarthing_scripts/__pycache__/workflow.cpython-314.pyc +0 -0
  139. package/pennyfarthing_scripts/bellmode_hook.py +154 -0
  140. package/pennyfarthing_scripts/brownfield/__init__.py +35 -0
  141. package/pennyfarthing_scripts/brownfield/__main__.py +7 -0
  142. package/pennyfarthing_scripts/brownfield/__pycache__/__init__.cpython-314.pyc +0 -0
  143. package/pennyfarthing_scripts/brownfield/__pycache__/__main__.cpython-314.pyc +0 -0
  144. package/pennyfarthing_scripts/brownfield/__pycache__/cli.cpython-314.pyc +0 -0
  145. package/pennyfarthing_scripts/brownfield/__pycache__/discover.cpython-314.pyc +0 -0
  146. package/pennyfarthing_scripts/brownfield/cli.py +131 -0
  147. package/pennyfarthing_scripts/brownfield/discover.py +753 -0
  148. package/pennyfarthing_scripts/common/__init__.py +49 -0
  149. package/pennyfarthing_scripts/common/__pycache__/__init__.cpython-314.pyc +0 -0
  150. package/pennyfarthing_scripts/common/__pycache__/config.cpython-314.pyc +0 -0
  151. package/pennyfarthing_scripts/common/__pycache__/output.cpython-314.pyc +0 -0
  152. package/pennyfarthing_scripts/common/config.py +91 -0
  153. package/pennyfarthing_scripts/common/output.py +180 -0
  154. package/pennyfarthing_scripts/config.py +21 -0
  155. package/pennyfarthing_scripts/git/__init__.py +29 -0
  156. package/pennyfarthing_scripts/git/__pycache__/__init__.cpython-314.pyc +0 -0
  157. package/pennyfarthing_scripts/git/__pycache__/create_branches.cpython-314.pyc +0 -0
  158. package/pennyfarthing_scripts/git/__pycache__/status_all.cpython-314.pyc +0 -0
  159. package/pennyfarthing_scripts/git/create_branches.py +439 -0
  160. package/pennyfarthing_scripts/git/status_all.py +310 -0
  161. package/pennyfarthing_scripts/hooks.py +455 -0
  162. package/pennyfarthing_scripts/jira/__init__.py +93 -0
  163. package/pennyfarthing_scripts/jira/__main__.py +10 -0
  164. package/pennyfarthing_scripts/jira/__pycache__/__init__.cpython-314.pyc +0 -0
  165. package/pennyfarthing_scripts/jira/__pycache__/__main__.cpython-314.pyc +0 -0
  166. package/pennyfarthing_scripts/jira/__pycache__/bidirectional.cpython-314.pyc +0 -0
  167. package/pennyfarthing_scripts/jira/__pycache__/claim.cpython-314.pyc +0 -0
  168. package/pennyfarthing_scripts/jira/__pycache__/cli.cpython-314.pyc +0 -0
  169. package/pennyfarthing_scripts/jira/__pycache__/client.cpython-314.pyc +0 -0
  170. package/pennyfarthing_scripts/jira/__pycache__/compat.cpython-314.pyc +0 -0
  171. package/pennyfarthing_scripts/jira/__pycache__/epic.cpython-314.pyc +0 -0
  172. package/pennyfarthing_scripts/jira/__pycache__/mappings.cpython-314.pyc +0 -0
  173. package/pennyfarthing_scripts/jira/__pycache__/models.cpython-314.pyc +0 -0
  174. package/pennyfarthing_scripts/jira/__pycache__/story.cpython-314.pyc +0 -0
  175. package/pennyfarthing_scripts/jira/__pycache__/sync.cpython-314.pyc +0 -0
  176. package/pennyfarthing_scripts/jira/bidirectional.py +561 -0
  177. package/pennyfarthing_scripts/jira/claim.py +211 -0
  178. package/pennyfarthing_scripts/jira/cli.py +150 -0
  179. package/pennyfarthing_scripts/jira/client.py +613 -0
  180. package/pennyfarthing_scripts/jira/epic.py +176 -0
  181. package/pennyfarthing_scripts/jira/story.py +219 -0
  182. package/pennyfarthing_scripts/jira/sync.py +350 -0
  183. package/pennyfarthing_scripts/jira_bidirectional_sync.py +37 -0
  184. package/pennyfarthing_scripts/jira_epic_creation.py +30 -0
  185. package/pennyfarthing_scripts/jira_sync.py +36 -0
  186. package/pennyfarthing_scripts/jira_sync_story.py +30 -0
  187. package/pennyfarthing_scripts/output.py +37 -0
  188. package/pennyfarthing_scripts/preflight/__init__.py +17 -0
  189. package/pennyfarthing_scripts/preflight/__main__.py +10 -0
  190. package/pennyfarthing_scripts/preflight/__pycache__/__init__.cpython-314.pyc +0 -0
  191. package/pennyfarthing_scripts/preflight/__pycache__/__main__.cpython-314.pyc +0 -0
  192. package/pennyfarthing_scripts/preflight/__pycache__/cli.cpython-314.pyc +0 -0
  193. package/pennyfarthing_scripts/preflight/__pycache__/finish.cpython-314.pyc +0 -0
  194. package/pennyfarthing_scripts/preflight/cli.py +141 -0
  195. package/pennyfarthing_scripts/preflight/finish.py +382 -0
  196. package/pennyfarthing_scripts/pretooluse_hook.py +142 -0
  197. package/pennyfarthing_scripts/prime/__init__.py +125 -0
  198. package/pennyfarthing_scripts/prime/__main__.py +8 -0
  199. package/pennyfarthing_scripts/prime/__pycache__/__init__.cpython-314.pyc +0 -0
  200. package/pennyfarthing_scripts/prime/__pycache__/__main__.cpython-314.pyc +0 -0
  201. package/pennyfarthing_scripts/prime/__pycache__/cli.cpython-314.pyc +0 -0
  202. package/pennyfarthing_scripts/prime/__pycache__/loader.cpython-314.pyc +0 -0
  203. package/pennyfarthing_scripts/prime/__pycache__/models.cpython-314.pyc +0 -0
  204. package/pennyfarthing_scripts/prime/__pycache__/persona.cpython-314.pyc +0 -0
  205. package/pennyfarthing_scripts/prime/__pycache__/session.cpython-314.pyc +0 -0
  206. package/pennyfarthing_scripts/prime/__pycache__/workflow.cpython-314.pyc +0 -0
  207. package/pennyfarthing_scripts/prime/cli.py +375 -0
  208. package/pennyfarthing_scripts/prime/loader.py +239 -0
  209. package/pennyfarthing_scripts/prime/models.py +169 -0
  210. package/pennyfarthing_scripts/prime/persona.py +288 -0
  211. package/pennyfarthing_scripts/prime/session.py +183 -0
  212. package/pennyfarthing_scripts/prime/workflow.py +275 -0
  213. package/pennyfarthing_scripts/sprint/__init__.py +66 -0
  214. package/pennyfarthing_scripts/sprint/__main__.py +10 -0
  215. package/pennyfarthing_scripts/sprint/__pycache__/__init__.cpython-314.pyc +0 -0
  216. package/pennyfarthing_scripts/sprint/__pycache__/__main__.cpython-314.pyc +0 -0
  217. package/pennyfarthing_scripts/sprint/__pycache__/archive.cpython-314.pyc +0 -0
  218. package/pennyfarthing_scripts/sprint/__pycache__/cli.cpython-314.pyc +0 -0
  219. package/pennyfarthing_scripts/sprint/__pycache__/loader.cpython-314.pyc +0 -0
  220. package/pennyfarthing_scripts/sprint/__pycache__/status.cpython-314.pyc +0 -0
  221. package/pennyfarthing_scripts/sprint/__pycache__/validator.cpython-314.pyc +0 -0
  222. package/pennyfarthing_scripts/sprint/__pycache__/work.cpython-314.pyc +0 -0
  223. package/pennyfarthing_scripts/sprint/archive.py +108 -0
  224. package/pennyfarthing_scripts/sprint/cli.py +124 -0
  225. package/pennyfarthing_scripts/sprint/loader.py +193 -0
  226. package/pennyfarthing_scripts/sprint/status.py +122 -0
  227. package/pennyfarthing_scripts/sprint/validator.py +405 -0
  228. package/pennyfarthing_scripts/sprint/work.py +192 -0
  229. package/pennyfarthing_scripts/story/__init__.py +67 -0
  230. package/pennyfarthing_scripts/story/__main__.py +10 -0
  231. package/pennyfarthing_scripts/story/cli.py +105 -0
  232. package/pennyfarthing_scripts/story/create.py +167 -0
  233. package/pennyfarthing_scripts/story/size.py +113 -0
  234. package/pennyfarthing_scripts/story/template.py +151 -0
  235. package/pennyfarthing_scripts/swebench.py +216 -0
  236. package/pennyfarthing_scripts/tests/__init__.py +1 -0
  237. package/pennyfarthing_scripts/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  238. package/pennyfarthing_scripts/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  239. package/pennyfarthing_scripts/tests/__pycache__/test_brownfield.cpython-314-pytest-9.0.2.pyc +0 -0
  240. package/pennyfarthing_scripts/tests/__pycache__/test_git_utils.cpython-314-pytest-9.0.2.pyc +0 -0
  241. package/pennyfarthing_scripts/tests/__pycache__/test_prime.cpython-314-pytest-9.0.2.pyc +0 -0
  242. package/pennyfarthing_scripts/tests/__pycache__/test_sprint_validator.cpython-314-pytest-9.0.2.pyc +0 -0
  243. package/pennyfarthing_scripts/tests/conftest.py +106 -0
  244. package/pennyfarthing_scripts/tests/test_brownfield.py +842 -0
  245. package/pennyfarthing_scripts/tests/test_cli_modules.py +245 -0
  246. package/pennyfarthing_scripts/tests/test_common.py +180 -0
  247. package/pennyfarthing_scripts/tests/test_git_utils.py +866 -0
  248. package/pennyfarthing_scripts/tests/test_jira_package.py +334 -0
  249. package/pennyfarthing_scripts/tests/test_package_structure.py +372 -0
  250. package/pennyfarthing_scripts/tests/test_prime.py +1050 -0
  251. package/pennyfarthing_scripts/tests/test_sprint_package.py +236 -0
  252. package/pennyfarthing_scripts/tests/test_sprint_validator.py +675 -0
  253. package/pennyfarthing_scripts/tests/test_story_package.py +156 -0
  254. package/pennyfarthing_scripts/welcome_hook.py +157 -0
  255. package/pennyfarthing_scripts/workflow.py +183 -0
  256. package/pennyfarthing-dist/personas/BENCHMARK-METHODOLOGY.md +0 -105
  257. package/pennyfarthing-dist/personas/OCEAN-BENCHMARKING.md +0 -210
  258. package/pennyfarthing-dist/personas/TRAIL-OCEAN-MAPPING.md +0 -168
  259. package/pennyfarthing-dist/personas/ZEITGEIST-ANALYSIS.md +0 -171
  260. package/pennyfarthing-dist/personas/attributes.yaml +0 -69
  261. package/pennyfarthing-dist/personas/scripts/add-zeitgeist-calibrated.py +0 -81
  262. package/pennyfarthing-dist/personas/scripts/add-zeitgeist-scores.sh +0 -56
  263. package/pennyfarthing-dist/personas/zeitgeist-scores.yaml +0 -1172
  264. package/pennyfarthing-dist/scripts/core/run.sh +0 -92
  265. /package/{bin → packages/core/bin}/pennyfarthing.js +0 -0
  266. /package/{dist → packages/core/dist}/bmad/context-reader.d.ts +0 -0
  267. /package/{dist → packages/core/dist}/bmad/context-reader.d.ts.map +0 -0
  268. /package/{dist → packages/core/dist}/bmad/context-reader.js +0 -0
  269. /package/{dist → packages/core/dist}/bmad/context-reader.js.map +0 -0
  270. /package/{dist → packages/core/dist}/bmad/context-reader.test.d.ts +0 -0
  271. /package/{dist → packages/core/dist}/bmad/context-reader.test.d.ts.map +0 -0
  272. /package/{dist → packages/core/dist}/bmad/context-reader.test.js +0 -0
  273. /package/{dist → packages/core/dist}/bmad/context-reader.test.js.map +0 -0
  274. /package/{dist → packages/core/dist}/bmad/epics-parser.d.ts +0 -0
  275. /package/{dist → packages/core/dist}/bmad/epics-parser.d.ts.map +0 -0
  276. /package/{dist → packages/core/dist}/bmad/epics-parser.js +0 -0
  277. /package/{dist → packages/core/dist}/bmad/epics-parser.js.map +0 -0
  278. /package/{dist → packages/core/dist}/bmad/epics-parser.test.d.ts +0 -0
  279. /package/{dist → packages/core/dist}/bmad/epics-parser.test.d.ts.map +0 -0
  280. /package/{dist → packages/core/dist}/bmad/epics-parser.test.js +0 -0
  281. /package/{dist → packages/core/dist}/bmad/epics-parser.test.js.map +0 -0
  282. /package/{dist → packages/core/dist}/bmad/index.d.ts +0 -0
  283. /package/{dist → packages/core/dist}/bmad/index.d.ts.map +0 -0
  284. /package/{dist → packages/core/dist}/bmad/index.js +0 -0
  285. /package/{dist → packages/core/dist}/bmad/index.js.map +0 -0
  286. /package/{dist → packages/core/dist}/bmad/status-sync.d.ts +0 -0
  287. /package/{dist → packages/core/dist}/bmad/status-sync.d.ts.map +0 -0
  288. /package/{dist → packages/core/dist}/bmad/status-sync.js +0 -0
  289. /package/{dist → packages/core/dist}/bmad/status-sync.js.map +0 -0
  290. /package/{dist → packages/core/dist}/bmad/status-sync.test.d.ts +0 -0
  291. /package/{dist → packages/core/dist}/bmad/status-sync.test.d.ts.map +0 -0
  292. /package/{dist → packages/core/dist}/bmad/status-sync.test.js +0 -0
  293. /package/{dist → packages/core/dist}/bmad/status-sync.test.js.map +0 -0
  294. /package/{dist → packages/core/dist}/bmad/story-exporter.d.ts +0 -0
  295. /package/{dist → packages/core/dist}/bmad/story-exporter.d.ts.map +0 -0
  296. /package/{dist → packages/core/dist}/bmad/story-exporter.js +0 -0
  297. /package/{dist → packages/core/dist}/bmad/story-exporter.js.map +0 -0
  298. /package/{dist → packages/core/dist}/bmad/story-exporter.test.d.ts +0 -0
  299. /package/{dist → packages/core/dist}/bmad/story-exporter.test.d.ts.map +0 -0
  300. /package/{dist → packages/core/dist}/bmad/story-exporter.test.js +0 -0
  301. /package/{dist → packages/core/dist}/bmad/story-exporter.test.js.map +0 -0
  302. /package/{dist → packages/core/dist}/bmad/story-parser.d.ts +0 -0
  303. /package/{dist → packages/core/dist}/bmad/story-parser.d.ts.map +0 -0
  304. /package/{dist → packages/core/dist}/bmad/story-parser.js +0 -0
  305. /package/{dist → packages/core/dist}/bmad/story-parser.js.map +0 -0
  306. /package/{dist → packages/core/dist}/bmad/story-parser.test.d.ts +0 -0
  307. /package/{dist → packages/core/dist}/bmad/story-parser.test.d.ts.map +0 -0
  308. /package/{dist → packages/core/dist}/bmad/story-parser.test.js +0 -0
  309. /package/{dist → packages/core/dist}/bmad/story-parser.test.js.map +0 -0
  310. /package/{dist → packages/core/dist}/cli/commands/command.d.ts +0 -0
  311. /package/{dist → packages/core/dist}/cli/commands/command.d.ts.map +0 -0
  312. /package/{dist → packages/core/dist}/cli/commands/command.js +0 -0
  313. /package/{dist → packages/core/dist}/cli/commands/command.js.map +0 -0
  314. /package/{dist → packages/core/dist}/cli/commands/cyclist.d.ts +0 -0
  315. /package/{dist → packages/core/dist}/cli/commands/cyclist.d.ts.map +0 -0
  316. /package/{dist → packages/core/dist}/cli/commands/cyclist.js +0 -0
  317. /package/{dist → packages/core/dist}/cli/commands/cyclist.js.map +0 -0
  318. /package/{dist → packages/core/dist}/cli/commands/cyclist.test.d.ts +0 -0
  319. /package/{dist → packages/core/dist}/cli/commands/cyclist.test.d.ts.map +0 -0
  320. /package/{dist → packages/core/dist}/cli/commands/cyclist.test.js +0 -0
  321. /package/{dist → packages/core/dist}/cli/commands/cyclist.test.js.map +0 -0
  322. /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.d.ts +0 -0
  323. /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.d.ts.map +0 -0
  324. /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.js +0 -0
  325. /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.js.map +0 -0
  326. /package/{dist → packages/core/dist}/cli/commands/doctor.d.ts +0 -0
  327. /package/{dist → packages/core/dist}/cli/commands/doctor.d.ts.map +0 -0
  328. /package/{dist → packages/core/dist}/cli/commands/doctor.js +0 -0
  329. /package/{dist → packages/core/dist}/cli/commands/doctor.js.map +0 -0
  330. /package/{dist → packages/core/dist}/cli/commands/init.d.ts +0 -0
  331. /package/{dist → packages/core/dist}/cli/commands/init.d.ts.map +0 -0
  332. /package/{dist → packages/core/dist}/cli/commands/init.js +0 -0
  333. /package/{dist → packages/core/dist}/cli/commands/init.js.map +0 -0
  334. /package/{dist → packages/core/dist}/cli/commands/skill.d.ts +0 -0
  335. /package/{dist → packages/core/dist}/cli/commands/skill.d.ts.map +0 -0
  336. /package/{dist → packages/core/dist}/cli/commands/skill.js +0 -0
  337. /package/{dist → packages/core/dist}/cli/commands/skill.js.map +0 -0
  338. /package/{dist → packages/core/dist}/cli/commands/theme.d.ts +0 -0
  339. /package/{dist → packages/core/dist}/cli/commands/theme.d.ts.map +0 -0
  340. /package/{dist → packages/core/dist}/cli/commands/theme.js +0 -0
  341. /package/{dist → packages/core/dist}/cli/commands/theme.js.map +0 -0
  342. /package/{dist → packages/core/dist}/cli/commands/uninstall.d.ts +0 -0
  343. /package/{dist → packages/core/dist}/cli/commands/uninstall.d.ts.map +0 -0
  344. /package/{dist → packages/core/dist}/cli/commands/uninstall.js +0 -0
  345. /package/{dist → packages/core/dist}/cli/commands/uninstall.js.map +0 -0
  346. /package/{dist → packages/core/dist}/cli/commands/update.d.ts +0 -0
  347. /package/{dist → packages/core/dist}/cli/commands/update.d.ts.map +0 -0
  348. /package/{dist → packages/core/dist}/cli/commands/update.js +0 -0
  349. /package/{dist → packages/core/dist}/cli/commands/update.js.map +0 -0
  350. /package/{dist → packages/core/dist}/cli/commands/version.d.ts +0 -0
  351. /package/{dist → packages/core/dist}/cli/commands/version.d.ts.map +0 -0
  352. /package/{dist → packages/core/dist}/cli/commands/version.js +0 -0
  353. /package/{dist → packages/core/dist}/cli/commands/version.js.map +0 -0
  354. /package/{dist → packages/core/dist}/cli/customization.test.d.ts +0 -0
  355. /package/{dist → packages/core/dist}/cli/customization.test.d.ts.map +0 -0
  356. /package/{dist → packages/core/dist}/cli/customization.test.js +0 -0
  357. /package/{dist → packages/core/dist}/cli/customization.test.js.map +0 -0
  358. /package/{dist → packages/core/dist}/cli/cyclist-migration.test.d.ts +0 -0
  359. /package/{dist → packages/core/dist}/cli/cyclist-migration.test.d.ts.map +0 -0
  360. /package/{dist → packages/core/dist}/cli/cyclist-migration.test.js +0 -0
  361. /package/{dist → packages/core/dist}/cli/cyclist-migration.test.js.map +0 -0
  362. /package/{dist → packages/core/dist}/cli/index.d.ts +0 -0
  363. /package/{dist → packages/core/dist}/cli/index.d.ts.map +0 -0
  364. /package/{dist → packages/core/dist}/cli/index.js +0 -0
  365. /package/{dist → packages/core/dist}/cli/index.js.map +0 -0
  366. /package/{dist → packages/core/dist}/cli/ocean-profiles.test.d.ts +0 -0
  367. /package/{dist → packages/core/dist}/cli/ocean-profiles.test.d.ts.map +0 -0
  368. /package/{dist → packages/core/dist}/cli/ocean-profiles.test.js +0 -0
  369. /package/{dist → packages/core/dist}/cli/ocean-profiles.test.js.map +0 -0
  370. /package/{dist → packages/core/dist}/cli/theme-maker.test.d.ts +0 -0
  371. /package/{dist → packages/core/dist}/cli/theme-maker.test.d.ts.map +0 -0
  372. /package/{dist → packages/core/dist}/cli/theme-maker.test.js +0 -0
  373. /package/{dist → packages/core/dist}/cli/theme-maker.test.js.map +0 -0
  374. /package/{dist → packages/core/dist}/cli/utils/constants.d.ts +0 -0
  375. /package/{dist → packages/core/dist}/cli/utils/constants.d.ts.map +0 -0
  376. /package/{dist → packages/core/dist}/cli/utils/constants.js +0 -0
  377. /package/{dist → packages/core/dist}/cli/utils/constants.js.map +0 -0
  378. /package/{dist → packages/core/dist}/cli/utils/logger.d.ts +0 -0
  379. /package/{dist → packages/core/dist}/cli/utils/logger.d.ts.map +0 -0
  380. /package/{dist → packages/core/dist}/cli/utils/logger.js +0 -0
  381. /package/{dist → packages/core/dist}/cli/utils/logger.js.map +0 -0
  382. /package/{dist → packages/core/dist}/cli/utils/manifest.d.ts +0 -0
  383. /package/{dist → packages/core/dist}/cli/utils/manifest.d.ts.map +0 -0
  384. /package/{dist → packages/core/dist}/cli/utils/manifest.js +0 -0
  385. /package/{dist → packages/core/dist}/cli/utils/manifest.js.map +0 -0
  386. /package/{dist → packages/core/dist}/cli/utils/node-modules.d.ts +0 -0
  387. /package/{dist → packages/core/dist}/cli/utils/node-modules.d.ts.map +0 -0
  388. /package/{dist → packages/core/dist}/cli/utils/node-modules.js +0 -0
  389. /package/{dist → packages/core/dist}/cli/utils/node-modules.js.map +0 -0
  390. /package/{dist → packages/core/dist}/cli/utils/prompts.d.ts +0 -0
  391. /package/{dist → packages/core/dist}/cli/utils/prompts.d.ts.map +0 -0
  392. /package/{dist → packages/core/dist}/cli/utils/prompts.js +0 -0
  393. /package/{dist → packages/core/dist}/cli/utils/prompts.js.map +0 -0
  394. /package/{dist → packages/core/dist}/cli/utils/symlinks.d.ts +0 -0
  395. /package/{dist → packages/core/dist}/cli/utils/symlinks.d.ts.map +0 -0
  396. /package/{dist → packages/core/dist}/cli/utils/symlinks.js +0 -0
  397. /package/{dist → packages/core/dist}/cli/utils/symlinks.js.map +0 -0
  398. /package/{dist → packages/core/dist}/cli/utils/themes.d.ts +0 -0
  399. /package/{dist → packages/core/dist}/cli/utils/themes.d.ts.map +0 -0
  400. /package/{dist → packages/core/dist}/cli/utils/themes.js +0 -0
  401. /package/{dist → packages/core/dist}/cli/utils/themes.js.map +0 -0
  402. /package/{dist → packages/core/dist}/cli/utils/themes.test.d.ts +0 -0
  403. /package/{dist → packages/core/dist}/cli/utils/themes.test.d.ts.map +0 -0
  404. /package/{dist → packages/core/dist}/cli/utils/themes.test.js +0 -0
  405. /package/{dist → packages/core/dist}/cli/utils/themes.test.js.map +0 -0
  406. /package/{dist → packages/core/dist}/cli/utils/version.d.ts +0 -0
  407. /package/{dist → packages/core/dist}/cli/utils/version.d.ts.map +0 -0
  408. /package/{dist → packages/core/dist}/cli/utils/version.js +0 -0
  409. /package/{dist → packages/core/dist}/cli/utils/version.js.map +0 -0
  410. /package/{dist → packages/core/dist}/cli/workspace.test.d.ts +0 -0
  411. /package/{dist → packages/core/dist}/cli/workspace.test.d.ts.map +0 -0
  412. /package/{dist → packages/core/dist}/index.d.ts +0 -0
  413. /package/{dist → packages/core/dist}/index.d.ts.map +0 -0
  414. /package/{dist → packages/core/dist}/index.js +0 -0
  415. /package/{dist → packages/core/dist}/index.js.map +0 -0
  416. /package/{dist → packages/core/dist}/jira/jira-epic-creation.d.ts +0 -0
  417. /package/{dist → packages/core/dist}/jira/jira-epic-creation.d.ts.map +0 -0
  418. /package/{dist → packages/core/dist}/jira/jira-epic-creation.js +0 -0
  419. /package/{dist → packages/core/dist}/jira/jira-epic-creation.js.map +0 -0
  420. /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.d.ts +0 -0
  421. /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.d.ts.map +0 -0
  422. /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.js +0 -0
  423. /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.js.map +0 -0
  424. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.d.ts +0 -0
  425. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.d.ts.map +0 -0
  426. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.js +0 -0
  427. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.js.map +0 -0
  428. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.d.ts +0 -0
  429. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.d.ts.map +0 -0
  430. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.js +0 -0
  431. /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.js.map +0 -0
  432. /package/{dist → packages/core/dist}/permissions/index.d.ts +0 -0
  433. /package/{dist → packages/core/dist}/permissions/index.d.ts.map +0 -0
  434. /package/{dist → packages/core/dist}/permissions/index.js +0 -0
  435. /package/{dist → packages/core/dist}/permissions/index.js.map +0 -0
  436. /package/{dist → packages/core/dist}/permissions/permission-schema.d.ts +0 -0
  437. /package/{dist → packages/core/dist}/permissions/permission-schema.d.ts.map +0 -0
  438. /package/{dist → packages/core/dist}/permissions/permission-schema.js +0 -0
  439. /package/{dist → packages/core/dist}/permissions/permission-schema.js.map +0 -0
  440. /package/{dist → packages/core/dist}/permissions/permission-schema.test.d.ts +0 -0
  441. /package/{dist → packages/core/dist}/permissions/permission-schema.test.d.ts.map +0 -0
  442. /package/{dist → packages/core/dist}/permissions/permission-schema.test.js +0 -0
  443. /package/{dist → packages/core/dist}/permissions/permission-schema.test.js.map +0 -0
  444. /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.d.ts +0 -0
  445. /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.d.ts.map +0 -0
  446. /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.js +0 -0
  447. /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.js.map +0 -0
  448. /package/{dist → packages/core/dist}/scripts/benchmark-integration.d.ts +0 -0
  449. /package/{dist → packages/core/dist}/scripts/benchmark-integration.d.ts.map +0 -0
  450. /package/{dist → packages/core/dist}/scripts/benchmark-integration.js +0 -0
  451. /package/{dist → packages/core/dist}/scripts/benchmark-integration.js.map +0 -0
  452. /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.d.ts +0 -0
  453. /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.d.ts.map +0 -0
  454. /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.js +0 -0
  455. /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.js.map +0 -0
  456. /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.d.ts +0 -0
  457. /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.d.ts.map +0 -0
  458. /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.js +0 -0
  459. /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.js.map +0 -0
  460. /package/{dist → packages/core/dist}/scripts/generate-all-spiders.d.ts +0 -0
  461. /package/{dist → packages/core/dist}/scripts/generate-all-spiders.d.ts.map +0 -0
  462. /package/{dist → packages/core/dist}/scripts/generate-all-spiders.js +0 -0
  463. /package/{dist → packages/core/dist}/scripts/generate-all-spiders.js.map +0 -0
  464. /package/{dist → packages/core/dist}/scripts/generate-report.d.ts +0 -0
  465. /package/{dist → packages/core/dist}/scripts/generate-report.d.ts.map +0 -0
  466. /package/{dist → packages/core/dist}/scripts/generate-report.js +0 -0
  467. /package/{dist → packages/core/dist}/scripts/generate-report.js.map +0 -0
  468. /package/{dist → packages/core/dist}/scripts/generate-report.test.d.ts +0 -0
  469. /package/{dist → packages/core/dist}/scripts/generate-report.test.d.ts.map +0 -0
  470. /package/{dist → packages/core/dist}/scripts/generate-report.test.js +0 -0
  471. /package/{dist → packages/core/dist}/scripts/generate-report.test.js.map +0 -0
  472. /package/{dist → packages/core/dist}/scripts/generate-spider-report.d.ts +0 -0
  473. /package/{dist → packages/core/dist}/scripts/generate-spider-report.d.ts.map +0 -0
  474. /package/{dist → packages/core/dist}/scripts/generate-spider-report.js +0 -0
  475. /package/{dist → packages/core/dist}/scripts/generate-spider-report.js.map +0 -0
  476. /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.d.ts +0 -0
  477. /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.d.ts.map +0 -0
  478. /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.js +0 -0
  479. /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.js.map +0 -0
  480. /package/{dist → packages/core/dist}/scripts/generate-spider.d.ts +0 -0
  481. /package/{dist → packages/core/dist}/scripts/generate-spider.d.ts.map +0 -0
  482. /package/{dist → packages/core/dist}/scripts/generate-spider.js +0 -0
  483. /package/{dist → packages/core/dist}/scripts/generate-spider.js.map +0 -0
  484. /package/{dist → packages/core/dist}/scripts/generate-spider.test.d.ts +0 -0
  485. /package/{dist → packages/core/dist}/scripts/generate-spider.test.d.ts.map +0 -0
  486. /package/{dist → packages/core/dist}/scripts/generate-spider.test.js +0 -0
  487. /package/{dist → packages/core/dist}/scripts/generate-spider.test.js.map +0 -0
  488. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.d.ts +0 -0
  489. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.d.ts.map +0 -0
  490. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.js +0 -0
  491. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.js.map +0 -0
  492. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.d.ts +0 -0
  493. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.d.ts.map +0 -0
  494. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.js +0 -0
  495. /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.js.map +0 -0
  496. /package/{dist → packages/core/dist}/scripts/run-ci.test.d.ts +0 -0
  497. /package/{dist → packages/core/dist}/scripts/run-ci.test.d.ts.map +0 -0
  498. /package/{dist → packages/core/dist}/scripts/run-ci.test.js +0 -0
  499. /package/{dist → packages/core/dist}/scripts/run-ci.test.js.map +0 -0
  500. /package/{dist → packages/core/dist}/scripts/theme-detail.test.d.ts +0 -0
  501. /package/{dist → packages/core/dist}/scripts/theme-detail.test.d.ts.map +0 -0
  502. /package/{dist → packages/core/dist}/scripts/theme-detail.test.js +0 -0
  503. /package/{dist → packages/core/dist}/scripts/theme-detail.test.js.map +0 -0
  504. /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.d.ts +0 -0
  505. /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.d.ts.map +0 -0
  506. /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.js +0 -0
  507. /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.js.map +0 -0
  508. /package/{dist → packages/core/dist}/workflow/gate-handler.d.ts +0 -0
  509. /package/{dist → packages/core/dist}/workflow/gate-handler.d.ts.map +0 -0
  510. /package/{dist → packages/core/dist}/workflow/gate-handler.js +0 -0
  511. /package/{dist → packages/core/dist}/workflow/gate-handler.js.map +0 -0
  512. /package/{dist → packages/core/dist}/workflow/gate-handler.test.d.ts +0 -0
  513. /package/{dist → packages/core/dist}/workflow/gate-handler.test.d.ts.map +0 -0
  514. /package/{dist → packages/core/dist}/workflow/gate-handler.test.js +0 -0
  515. /package/{dist → packages/core/dist}/workflow/gate-handler.test.js.map +0 -0
  516. /package/{dist → packages/core/dist}/workflow/generic-sm-finish.d.ts +0 -0
  517. /package/{dist → packages/core/dist}/workflow/generic-sm-finish.d.ts.map +0 -0
  518. /package/{dist → packages/core/dist}/workflow/generic-sm-finish.js +0 -0
  519. /package/{dist → packages/core/dist}/workflow/generic-sm-finish.js.map +0 -0
  520. /package/{dist → packages/core/dist}/workflow/generic-sm-setup.d.ts +0 -0
  521. /package/{dist → packages/core/dist}/workflow/generic-sm-setup.d.ts.map +0 -0
  522. /package/{dist → packages/core/dist}/workflow/generic-sm-setup.js +0 -0
  523. /package/{dist → packages/core/dist}/workflow/generic-sm-setup.js.map +0 -0
  524. /package/{dist → packages/core/dist}/workflow/handoff.d.ts +0 -0
  525. /package/{dist → packages/core/dist}/workflow/handoff.d.ts.map +0 -0
  526. /package/{dist → packages/core/dist}/workflow/handoff.js +0 -0
  527. /package/{dist → packages/core/dist}/workflow/handoff.js.map +0 -0
  528. /package/{dist → packages/core/dist}/workflow/handoff.test.d.ts +0 -0
  529. /package/{dist → packages/core/dist}/workflow/handoff.test.d.ts.map +0 -0
  530. /package/{dist → packages/core/dist}/workflow/handoff.test.js +0 -0
  531. /package/{dist → packages/core/dist}/workflow/handoff.test.js.map +0 -0
  532. /package/{dist → packages/core/dist}/workflow/index.d.ts +0 -0
  533. /package/{dist → packages/core/dist}/workflow/index.d.ts.map +0 -0
  534. /package/{dist → packages/core/dist}/workflow/index.js +0 -0
  535. /package/{dist → packages/core/dist}/workflow/index.js.map +0 -0
  536. /package/{dist → packages/core/dist}/workflow/session-state.d.ts +0 -0
  537. /package/{dist → packages/core/dist}/workflow/session-state.d.ts.map +0 -0
  538. /package/{dist → packages/core/dist}/workflow/session-state.js +0 -0
  539. /package/{dist → packages/core/dist}/workflow/session-state.js.map +0 -0
  540. /package/{dist → packages/core/dist}/workflow/session-state.test.d.ts +0 -0
  541. /package/{dist → packages/core/dist}/workflow/session-state.test.d.ts.map +0 -0
  542. /package/{dist → packages/core/dist}/workflow/session-state.test.js +0 -0
  543. /package/{dist → packages/core/dist}/workflow/session-state.test.js.map +0 -0
  544. /package/{dist → packages/core/dist}/workflow/sm-subagents.test.d.ts +0 -0
  545. /package/{dist → packages/core/dist}/workflow/sm-subagents.test.d.ts.map +0 -0
  546. /package/{dist → packages/core/dist}/workflow/sm-subagents.test.js +0 -0
  547. /package/{dist → packages/core/dist}/workflow/sm-subagents.test.js.map +0 -0
  548. /package/{dist → packages/core/dist}/workflow/step-parser.d.ts +0 -0
  549. /package/{dist → packages/core/dist}/workflow/step-parser.d.ts.map +0 -0
  550. /package/{dist → packages/core/dist}/workflow/step-parser.js +0 -0
  551. /package/{dist → packages/core/dist}/workflow/step-parser.js.map +0 -0
  552. /package/{dist → packages/core/dist}/workflow/step-parser.test.d.ts +0 -0
  553. /package/{dist → packages/core/dist}/workflow/step-parser.test.d.ts.map +0 -0
  554. /package/{dist → packages/core/dist}/workflow/step-parser.test.js +0 -0
  555. /package/{dist → packages/core/dist}/workflow/step-parser.test.js.map +0 -0
  556. /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.d.ts +0 -0
  557. /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.d.ts.map +0 -0
  558. /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.js +0 -0
  559. /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.js.map +0 -0
  560. /package/{dist → packages/core/dist}/workflow/test-cache.d.ts +0 -0
  561. /package/{dist → packages/core/dist}/workflow/test-cache.d.ts.map +0 -0
  562. /package/{dist → packages/core/dist}/workflow/test-cache.js +0 -0
  563. /package/{dist → packages/core/dist}/workflow/test-cache.js.map +0 -0
  564. /package/{dist → packages/core/dist}/workflow/test-cache.test.d.ts +0 -0
  565. /package/{dist → packages/core/dist}/workflow/test-cache.test.d.ts.map +0 -0
  566. /package/{dist → packages/core/dist}/workflow/test-cache.test.js +0 -0
  567. /package/{dist → packages/core/dist}/workflow/test-cache.test.js.map +0 -0
  568. /package/{dist → packages/core/dist}/workflow/trimodal.d.ts +0 -0
  569. /package/{dist → packages/core/dist}/workflow/trimodal.d.ts.map +0 -0
  570. /package/{dist → packages/core/dist}/workflow/trimodal.js +0 -0
  571. /package/{dist → packages/core/dist}/workflow/trimodal.js.map +0 -0
  572. /package/{dist → packages/core/dist}/workflow/trimodal.test.d.ts +0 -0
  573. /package/{dist → packages/core/dist}/workflow/trimodal.test.d.ts.map +0 -0
  574. /package/{dist → packages/core/dist}/workflow/trimodal.test.js +0 -0
  575. /package/{dist → packages/core/dist}/workflow/trimodal.test.js.map +0 -0
  576. /package/{dist → packages/core/dist}/workflow/variable-resolver.d.ts +0 -0
  577. /package/{dist → packages/core/dist}/workflow/variable-resolver.d.ts.map +0 -0
  578. /package/{dist → packages/core/dist}/workflow/variable-resolver.js +0 -0
  579. /package/{dist → packages/core/dist}/workflow/variable-resolver.js.map +0 -0
  580. /package/{dist → packages/core/dist}/workflow/variable-resolver.test.d.ts +0 -0
  581. /package/{dist → packages/core/dist}/workflow/variable-resolver.test.d.ts.map +0 -0
  582. /package/{dist → packages/core/dist}/workflow/variable-resolver.test.js +0 -0
  583. /package/{dist → packages/core/dist}/workflow/variable-resolver.test.js.map +0 -0
  584. /package/{dist → packages/core/dist}/workflow/workflow-executor.d.ts +0 -0
  585. /package/{dist → packages/core/dist}/workflow/workflow-executor.d.ts.map +0 -0
  586. /package/{dist → packages/core/dist}/workflow/workflow-executor.js +0 -0
  587. /package/{dist → packages/core/dist}/workflow/workflow-executor.js.map +0 -0
  588. /package/{dist → packages/core/dist}/workflow/workflow-executor.test.d.ts +0 -0
  589. /package/{dist → packages/core/dist}/workflow/workflow-executor.test.d.ts.map +0 -0
  590. /package/{dist → packages/core/dist}/workflow/workflow-executor.test.js +0 -0
  591. /package/{dist → packages/core/dist}/workflow/workflow-executor.test.js.map +0 -0
  592. /package/{dist → packages/core/dist}/workflow/workflow-loader.d.ts +0 -0
  593. /package/{dist → packages/core/dist}/workflow/workflow-loader.d.ts.map +0 -0
  594. /package/{dist → packages/core/dist}/workflow/workflow-loader.js +0 -0
  595. /package/{dist → packages/core/dist}/workflow/workflow-loader.js.map +0 -0
  596. /package/{dist → packages/core/dist}/workflow/workflow-loader.test.d.ts +0 -0
  597. /package/{dist → packages/core/dist}/workflow/workflow-loader.test.d.ts.map +0 -0
  598. /package/{dist → packages/core/dist}/workflow/workflow-loader.test.js +0 -0
  599. /package/{dist → packages/core/dist}/workflow/workflow-loader.test.js.map +0 -0
  600. /package/{dist → packages/core/dist}/workflow/workflow-migration.test.d.ts +0 -0
  601. /package/{dist → packages/core/dist}/workflow/workflow-migration.test.d.ts.map +0 -0
  602. /package/{dist → packages/core/dist}/workflow/workflow-migration.test.js +0 -0
  603. /package/{dist → packages/core/dist}/workflow/workflow-migration.test.js.map +0 -0
  604. /package/{dist → packages/core/dist}/workflow/workflow-permissions.d.ts +0 -0
  605. /package/{dist → packages/core/dist}/workflow/workflow-permissions.d.ts.map +0 -0
  606. /package/{dist → packages/core/dist}/workflow/workflow-permissions.js +0 -0
  607. /package/{dist → packages/core/dist}/workflow/workflow-permissions.js.map +0 -0
  608. /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.d.ts +0 -0
  609. /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.d.ts.map +0 -0
  610. /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.js +0 -0
  611. /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.js.map +0 -0
  612. /package/{dist → packages/core/dist}/workflow/workflow-router.d.ts +0 -0
  613. /package/{dist → packages/core/dist}/workflow/workflow-router.d.ts.map +0 -0
  614. /package/{dist → packages/core/dist}/workflow/workflow-router.js +0 -0
  615. /package/{dist → packages/core/dist}/workflow/workflow-router.js.map +0 -0
  616. /package/{dist → packages/core/dist}/workflow/workflow-router.test.d.ts +0 -0
  617. /package/{dist → packages/core/dist}/workflow/workflow-router.test.d.ts.map +0 -0
  618. /package/{dist → packages/core/dist}/workflow/workflow-router.test.js +0 -0
  619. /package/{dist → packages/core/dist}/workflow/workflow-router.test.js.map +0 -0
  620. /package/{dist → packages/core/dist}/workflow/workflow-schema.d.ts +0 -0
  621. /package/{dist → packages/core/dist}/workflow/workflow-schema.d.ts.map +0 -0
  622. /package/{dist → packages/core/dist}/workflow/workflow-schema.js +0 -0
  623. /package/{dist → packages/core/dist}/workflow/workflow-schema.js.map +0 -0
  624. /package/{dist → packages/core/dist}/workflow/workflow-schema.test.d.ts +0 -0
  625. /package/{dist → packages/core/dist}/workflow/workflow-schema.test.d.ts.map +0 -0
  626. /package/{dist → packages/core/dist}/workflow/workflow-schema.test.js +0 -0
  627. /package/{dist → packages/core/dist}/workflow/workflow-schema.test.js.map +0 -0
  628. /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.d.ts +0 -0
  629. /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.d.ts.map +0 -0
  630. /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.js +0 -0
  631. /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.js.map +0 -0
@@ -1,1172 +0,0 @@
1
- # Zeitgeist Score Assignments - Full Calibration
2
- # Measuring persona articulation depth (NOT quality or preference)
3
- # Fully calibrated: 2026-01-23
4
- #
5
- # Scale (recalibrated for better spread):
6
- # exceptional (90-100): Maximum articulation - speech patterns, authentic quotes, named helpers
7
- # rich (70-89): Strong characterization - mostly authentic, good distinctiveness
8
- # moderate (50-69): Adequate characterization - functional but some generic elements
9
- # thin (30-49): Shallow characterization - concept helpers, object agents, adaptations over quotes
10
- # minimal (0-29): Insufficient articulation - baseline or incoherent source
11
- #
12
- # Rubric dimensions:
13
- # - Behavioral Specificity (25%): specific vs generic quirks
14
- # - Speech Pattern Signal (25%): accent, case rules, verbal tics, vocabulary
15
- # - Catchphrase Authenticity (20%): actual quotes vs adaptations
16
- # - Helper Characterization (15%): named characters vs concepts
17
- # - Agent Distinctiveness (15%): voice differentiation
18
- #
19
- # Purpose: Correlate with OCEAN profiles and benchmark performance
20
- # Reference: ZEITGEIST-ANALYSIS.md
21
-
22
- # ============================================================
23
- # FULLY CALIBRATED THEMES (with rubric breakdowns)
24
- # ============================================================
25
-
26
- calibrated:
27
- # EXCEPTIONAL (90-100)
28
- discworld:
29
- composite: 98.0
30
- rating: exceptional
31
- breakdown:
32
- behavioral: 100
33
- speech: 100 # DEATH's CAPITALS, Igor's lisp
34
- catchphrases: 90
35
- helpers: 100
36
- distinctiveness: 100
37
- notes: "Gold standard - DEATH's CAPITALS, Igor's 'yeth marthter', all named helpers with personality"
38
-
39
- the-expanse:
40
- composite: 91.0
41
- rating: exceptional
42
- breakdown:
43
- behavioral: 100 # 5+ specific behaviors per agent
44
- speech: 100 # Belter Creole explicitly encoded
45
- catchphrases: 90
46
- helpers: 73
47
- distinctiveness: 100
48
- notes: "Belter Creole encoding ('Oye, Beltalowda!'), Amos's flat affect, Avasarala's profane elegance"
49
-
50
- princess-bride:
51
- composite: 91.0
52
- rating: exceptional
53
- breakdown:
54
- behavioral: 95
55
- speech: 80 # Vizzini's condescension, Inigo's Spanish formality
56
- catchphrases: 100 # All iconic quotes perfectly used
57
- helpers: 85 # Valerie has actual personality
58
- distinctiveness: 95
59
- notes: "Perfect catchphrase integration - 'Inconceivable!', 'Hello. My name is...', 'As you wish'"
60
-
61
- # RICH (70-89) - Top Tier
62
- a-team:
63
- composite: 89.0
64
- rating: rich
65
- breakdown:
66
- behavioral: 95 # Billy the imaginary dog, drugging B.A. to fly
67
- speech: 75 # B.A.'s 'fool/sucka', Murdock's accents
68
- catchphrases: 95
69
- helpers: 85
70
- distinctiveness: 90
71
- notes: "80s action TV perfection - B.A.'s milk, Murdock's Billy, Face's schmoozing"
72
-
73
- twin-peaks:
74
- composite: 88.0
75
- rating: rich
76
- breakdown:
77
- behavioral: 95 # Talks to Diane, Tibetan rock throwing, Log speaks
78
- speech: 75 # Cooper's enthusiasm, Log Lady's cryptic patterns
79
- catchphrases: 95
80
- helpers: 80
81
- distinctiveness: 90
82
- notes: "Outstanding surrealist capture - 'Damn fine coffee', 'The owls are not what they seem'"
83
-
84
- ted-lasso:
85
- composite: 88.0
86
- rating: rich
87
- breakdown:
88
- behavioral: 90
89
- speech: 100 # Kansas folksy vs British accents
90
- catchphrases: 95
91
- helpers: 67
92
- distinctiveness: 80
93
- notes: "Outstanding folksy wisdom - 'Be curious, not judgmental'"
94
-
95
- doctor-who:
96
- composite: 87.0
97
- rating: rich
98
- breakdown:
99
- behavioral: 88
100
- speech: 100 # Each Doctor has distinct verbal patterns
101
- catchphrases: 95
102
- helpers: 73
103
- distinctiveness: 80
104
- notes: "Multiple Doctor incarnations well-differentiated - 'Allons-y!', 'Spoilers!'"
105
-
106
- arcane:
107
- composite: 87.0
108
- rating: rich
109
- breakdown:
110
- behavioral: 88
111
- speech: 88
112
- catchphrases: 85
113
- helpers: 67
114
- distinctiveness: 80
115
- notes: "Modern execution with character-arc-aware quirks"
116
-
117
- futurama:
118
- composite: 86.5
119
- rating: rich
120
- breakdown:
121
- behavioral: 90
122
- speech: 85 # Bender's contempt, Kif's sighs, Scruffy's third-person
123
- catchphrases: 95
124
- helpers: 75
125
- distinctiveness: 90
126
- notes: "Near-perfect - 'Good news, everyone!', 'Bite my shiny metal ass!'"
127
-
128
- deadwood:
129
- composite: 86.0
130
- rating: rich
131
- breakdown:
132
- behavioral: 90 # Monologues to severed heads, Wu's pidgin
133
- speech: 75 # Profanity integrated
134
- catchphrases: 90
135
- helpers: 85
136
- distinctiveness: 85
137
- notes: "Exceptional Milch dialogue - 'Welcome to f***ing Deadwood'"
138
-
139
- star-trek-tng:
140
- composite: 86.0
141
- rating: rich
142
- breakdown:
143
- behavioral: 85
144
- speech: 100 # Trek terminology throughout
145
- catchphrases: 90
146
- helpers: 80
147
- distinctiveness: 80
148
- notes: "Data's 47 precision, O'Brien's temporal mechanics complaints"
149
-
150
- parks-and-rec:
151
- composite: 86.0
152
- rating: rich
153
- breakdown:
154
- behavioral: 88
155
- speech: 100 # Chris's LITERALLY, Ron's deadpan, Tom's slang
156
- catchphrases: 90
157
- helpers: 67
158
- distinctiveness: 80
159
- notes: "Excellent speech variety - 'TREAT YO SELF', 'I know what I'm about, son'"
160
-
161
- hitchhikers-guide:
162
- composite: 86.0
163
- rating: rich
164
- breakdown:
165
- behavioral: 85
166
- speech: 88
167
- catchphrases: 95
168
- helpers: 73
169
- distinctiveness: 80
170
- notes: "Perfect Adams absurdism - 'Brain the size of a planet', '42', 'Don't Panic'"
171
-
172
- succession:
173
- composite: 85.5
174
- rating: rich
175
- breakdown:
176
- behavioral: 90
177
- speech: 85 # Greg's rambling, Roman's cutting, Logan's brutal brevity
178
- catchphrases: 85
179
- helpers: 75
180
- distinctiveness: 90
181
- notes: "Highest agent distinctiveness - each Roy sibling unmistakable"
182
-
183
- the-simpsons:
184
- composite: 85.5
185
- rating: rich
186
- breakdown:
187
- behavioral: 90
188
- speech: 90 # D'oh!, Excellent..., Willie's Scottish
189
- catchphrases: 90
190
- helpers: 75
191
- distinctiveness: 85
192
- notes: "35 years of iconic quotes - Sideshow Bob as reviewer is perfect"
193
-
194
- expeditionary-force:
195
- composite: 85.0
196
- rating: rich
197
- breakdown:
198
- behavioral: 90
199
- speech: 90 # Skippy's 'filthy monkeys'
200
- catchphrases: 85
201
- helpers: 75
202
- distinctiveness: 90
203
- notes: "Skippy's magnificent ego dominates - 'Trust the awesomeness'"
204
-
205
- sherlock-holmes:
206
- composite: 85.0
207
- rating: rich
208
- breakdown:
209
- behavioral: 85
210
- speech: 88 # Victorian formal diction
211
- catchphrases: 95
212
- helpers: 73
213
- distinctiveness: 80
214
- notes: "'Data! Data! Data!', 'When you have eliminated the impossible...'"
215
-
216
- mass-effect:
217
- composite: 85.0
218
- rating: rich
219
- breakdown:
220
- behavioral: 85
221
- speech: 88 # Mordin's rapid-fire, Wrex's terse authority
222
- catchphrases: 95
223
- helpers: 67
224
- distinctiveness: 80
225
- notes: "'Had to be me, someone else might have gotten it wrong', 'Keelah se'lai'"
226
-
227
- alice-in-wonderland:
228
- composite: 85.0
229
- rating: rich
230
- breakdown:
231
- behavioral: 90
232
- speech: 85
233
- catchphrases: 95
234
- helpers: 80
235
- distinctiveness: 85
236
- notes: "Best-in-class catchphrase authenticity - 'We're all mad here', 'Off with their heads!'"
237
-
238
- the-matrix:
239
- composite: 85.0
240
- rating: rich
241
- breakdown:
242
- behavioral: 85
243
- speech: 75 # Architect's 'Concordantly, vis-a-vis'
244
- catchphrases: 95
245
- helpers: 75
246
- distinctiveness: 85
247
- notes: "'Free your mind', 'There is no spoon'"
248
-
249
- west-wing:
250
- composite: 84.5
251
- rating: rich
252
- breakdown:
253
- behavioral: 85
254
- speech: 75 # Walk-and-talk rhythm implied
255
- catchphrases: 90
256
- helpers: 90 # Nearly all named with personality
257
- distinctiveness: 85
258
- notes: "Best helper characterization - Charlie, Margaret, Donna all defined"
259
-
260
- hannibal:
261
- composite: 84.5
262
- rating: rich
263
- breakdown:
264
- behavioral: 90
265
- speech: 85 # Hannibal's refined menace
266
- catchphrases: 90
267
- helpers: 75
268
- distinctiveness: 85
269
- notes: "'This is my design.' - psychological horror tone preserved"
270
-
271
- blade-runner:
272
- composite: 84.0
273
- rating: rich
274
- breakdown:
275
- behavioral: 90 # Baseline test rhythm
276
- speech: 75
277
- catchphrases: 90
278
- helpers: 80
279
- distinctiveness: 80
280
- notes: "'Tears in rain', 'More human than human'"
281
-
282
- big-lebowski:
283
- composite: 84.1
284
- rating: rich
285
- breakdown:
286
- behavioral: 88
287
- speech: 85 # Dude's drawl, Walter's fury, Nihilists' German
288
- catchphrases: 90
289
- helpers: 80
290
- distinctiveness: 90
291
- notes: "Tier A - perfect character-to-role mappings, 'The Dude abides'"
292
-
293
- the-good-place:
294
- composite: 84.0
295
- rating: rich
296
- breakdown:
297
- behavioral: 85
298
- speech: 80 # Fork-censored swearing
299
- catchphrases: 85
300
- helpers: 80
301
- distinctiveness: 90
302
- notes: "Ethics focus translates well - 'Oh dip!', Derek as chaotic DevOps"
303
-
304
- fargo:
305
- composite: 84.0
306
- rating: rich
307
- breakdown:
308
- behavioral: 85
309
- speech: 85 # Malvo's menace, Molly's 'Aw, heck'
310
- catchphrases: 85
311
- helpers: 70
312
- distinctiveness: 90
313
- notes: "Anthology structure creates natural voice variety"
314
-
315
- better-call-saul:
316
- composite: 83.0
317
- rating: rich
318
- breakdown:
319
- behavioral: 80
320
- speech: 88 # Mike's minimal words, Jimmy's showman patter
321
- catchphrases: 85
322
- helpers: 60
323
- distinctiveness: 100
324
- notes: "Perfect agent distinctiveness - Mike vs Jimmy vs Chuck utterly different"
325
-
326
- sandman:
327
- composite: 83.0
328
- rating: rich
329
- breakdown:
330
- behavioral: 85
331
- speech: 80
332
- catchphrases: 85
333
- helpers: 80
334
- distinctiveness: 85
335
- notes: "Gaiman literary tone - each Endless has unique voice"
336
-
337
- superfriends:
338
- composite: 82.75
339
- rating: rich
340
- breakdown:
341
- behavioral: 85
342
- speech: 75
343
- catchphrases: 90
344
- helpers: 80
345
- distinctiveness: 85
346
- notes: "50 years of well-established catchphrases - 'Great Scott!', 'Booyah!'"
347
-
348
- firefly:
349
- composite: 82.3
350
- rating: rich
351
- breakdown:
352
- behavioral: 75
353
- speech: 75 # Chinese-Western fusion slang
354
- catchphrases: 90
355
- helpers: 80
356
- distinctiveness: 85
357
- notes: "Strong Whedon dialogue but speech patterns not explicitly encoded"
358
-
359
- the-office:
360
- composite: 82.5
361
- rating: rich
362
- breakdown:
363
- behavioral: 85
364
- speech: 85 # Kevin's 'few word', Dwight's 'False.'
365
- catchphrases: 90
366
- helpers: 70
367
- distinctiveness: 85
368
- notes: "'That's what she said' implicit - Kevin as Dev with unclear methods"
369
-
370
- his-dark-materials:
371
- composite: 82.5
372
- rating: rich
373
- breakdown:
374
- behavioral: 85
375
- speech: 80
376
- catchphrases: 80
377
- helpers: 90 # Daemons as helpers
378
- distinctiveness: 80
379
- notes: "Daemon integration excellent - all named with defined forms"
380
-
381
- monty-python:
382
- composite: 82.3
383
- rating: rich
384
- breakdown:
385
- behavioral: 94
386
- speech: 25 # British tone implied but not encoded
387
- catchphrases: 100 # Perfect Python quotes
388
- helpers: 10 # All concept-based
389
- distinctiveness: 80
390
- notes: "Strong behavioral quirks from sketches, concept-only helpers drag score"
391
-
392
- avatar-the-last-airbender:
393
- composite: 82.0
394
- rating: rich
395
- breakdown:
396
- behavioral: 85
397
- speech: 75
398
- catchphrases: 90
399
- helpers: 80
400
- distinctiveness: 80
401
- notes: "Excellent elemental theme integration - 'Flameo, hotman!'"
402
-
403
- mad-men:
404
- composite: 82.0
405
- rating: rich
406
- breakdown:
407
- behavioral: 85
408
- speech: 75 # 1960s formal business speech
409
- catchphrases: 85
410
- helpers: 75
411
- distinctiveness: 85
412
- notes: "Period specificity excellent - office-as-character"
413
-
414
- babylon-5:
415
- composite: 82.0
416
- rating: rich
417
- breakdown:
418
- behavioral: 78
419
- speech: 88 # Kosh's cryptic riddles, G'Kar's prophecy
420
- catchphrases: 85
421
- helpers: 67
422
- distinctiveness: 80
423
- notes: "'The avalanche has already started' - strong character arcs"
424
-
425
- x-files:
426
- composite: 82.0
427
- rating: rich
428
- breakdown:
429
- behavioral: 85
430
- speech: 50
431
- catchphrases: 90
432
- helpers: 75
433
- distinctiveness: 85
434
- notes: "'The truth is out there', 'Trust no one'"
435
-
436
- russian-masters:
437
- composite: 81.5
438
- rating: rich
439
- breakdown:
440
- behavioral: 85
441
- speech: 78
442
- catchphrases: 85
443
- helpers: 70
444
- distinctiveness: 85
445
- notes: "Russian literary depth - Ivan's doubt vs Alyosha's love"
446
-
447
- battlestar-galactica:
448
- composite: 81.0
449
- rating: rich
450
- breakdown:
451
- behavioral: 78
452
- speech: 75 # 'So say we all', 'Frak'
453
- catchphrases: 85
454
- helpers: 60
455
- distinctiveness: 80
456
- notes: "Military/crisis tone consistent"
457
-
458
- snow-crash:
459
- composite: 81.5
460
- rating: rich
461
- breakdown:
462
- behavioral: 85
463
- speech: 75
464
- catchphrases: 80
465
- helpers: 75
466
- distinctiveness: 85
467
- notes: "Stephenson satire preserved - Raven as nuclear-deterrent DevOps"
468
-
469
- harry-potter:
470
- composite: 81.0
471
- rating: rich
472
- breakdown:
473
- behavioral: 78
474
- speech: 75
475
- catchphrases: 85
476
- helpers: 67
477
- distinctiveness: 80
478
- notes: "'Have a biscuit', 'Turn to page 394'"
479
-
480
- the-wire:
481
- composite: 81.3
482
- rating: rich
483
- breakdown:
484
- behavioral: 80
485
- speech: 85 # Baltimore vernacular
486
- catchphrases: 90
487
- helpers: 70
488
- distinctiveness: 80
489
- notes: "Iconic dialogue but lacks explicit speech encoding - 'All the pieces matter'"
490
-
491
- peaky-blinders:
492
- composite: 81.0
493
- rating: rich
494
- breakdown:
495
- behavioral: 80
496
- speech: 50 # Missing Birmingham accent notation
497
- catchphrases: 90
498
- helpers: 75
499
- distinctiveness: 85
500
- notes: "Alfie's unpredictable monologue style well-rendered"
501
-
502
- lovecraft-mythos:
503
- composite: 80.75
504
- rating: rich
505
- breakdown:
506
- behavioral: 85
507
- speech: 80 # Eldritch, cyclopean, blasphemous
508
- catchphrases: 85
509
- helpers: 70
510
- distinctiveness: 80
511
- notes: "Cosmic entities as agents - 'Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn'"
512
-
513
- watchmen:
514
- composite: 80.5
515
- rating: rich
516
- breakdown:
517
- behavioral: 80
518
- speech: 80
519
- catchphrases: 85
520
- helpers: 75
521
- distinctiveness: 80
522
- notes: "'Never compromise', Manhattan's detached omniscience"
523
-
524
- rome:
525
- composite: 80.0
526
- rating: rich
527
- breakdown:
528
- behavioral: 85
529
- speech: 50 # Missing Latin phrases
530
- catchphrases: 85
531
- helpers: 80
532
- distinctiveness: 85
533
- notes: "Strong historical character capture - 'The die is cast'"
534
-
535
- lord-of-the-rings:
536
- composite: 80.0
537
- rating: rich
538
- breakdown:
539
- behavioral: 78
540
- speech: 75
541
- catchphrases: 80
542
- helpers: 60
543
- distinctiveness: 80
544
- notes: "'AND MY AXE!' - epic fantasy voice maintained"
545
-
546
- breaking-bad:
547
- composite: 79.8
548
- rating: rich
549
- breakdown:
550
- behavioral: 80
551
- speech: 70 # Jesse's 'Yo' verbal tic
552
- catchphrases: 85
553
- helpers: 60
554
- distinctiveness: 85
555
- notes: "Character voices distinctive - Gus's cold precision vs Jesse's chaos"
556
-
557
- don-quixote:
558
- composite: 79.75
559
- rating: rich
560
- breakdown:
561
- behavioral: 85
562
- speech: 80 # Chivalric vocabulary, Sancho's proverbs
563
- catchphrases: 85
564
- helpers: 65
565
- distinctiveness: 80
566
- notes: "Metafictional elements translate well"
567
-
568
- mad-max:
569
- composite: 79.7
570
- rating: rich
571
- breakdown:
572
- behavioral: 82
573
- speech: 72 # Apocalyptic vocabulary
574
- catchphrases: 85
575
- helpers: 75
576
- distinctiveness: 80
577
- notes: "'MEDIOCRE!', 'Witness me!' - wasteland metaphors"
578
-
579
- greek-mythology:
580
- composite: 79.5
581
- rating: rich
582
- breakdown:
583
- behavioral: 80
584
- speech: 80 # Divine epithets
585
- catchphrases: 85
586
- helpers: 70
587
- distinctiveness: 80
588
- notes: "Gods map well to agent roles"
589
-
590
- game-of-thrones:
591
- composite: 79.3
592
- rating: rich
593
- breakdown:
594
- behavioral: 75
595
- speech: 70
596
- catchphrases: 85
597
- helpers: 80
598
- distinctiveness: 80
599
- notes: "'Chaos is a ladder', 'I drink and I know things'"
600
-
601
- arthurian-mythos:
602
- composite: 79.25
603
- rating: rich
604
- breakdown:
605
- behavioral: 80
606
- speech: 80
607
- catchphrases: 85
608
- helpers: 70
609
- distinctiveness: 80
610
- notes: "Good balance of knights and magical figures"
611
-
612
- neuromancer:
613
- composite: 79.5
614
- rating: rich
615
- breakdown:
616
- behavioral: 80
617
- speech: 75
618
- catchphrases: 80
619
- helpers: 70
620
- distinctiveness: 80
621
- notes: "Canonical cyberpunk - 'Cyberspace. A consensual hallucination.'"
622
-
623
- shakespeare:
624
- composite: 79.0
625
- rating: rich
626
- breakdown:
627
- behavioral: 80
628
- speech: 85
629
- catchphrases: 90
630
- helpers: 70
631
- distinctiveness: 75
632
- notes: "Strong quotes, strong helpers"
633
-
634
- norse-mythology:
635
- composite: 79.0
636
- rating: rich
637
- breakdown:
638
- behavioral: 80
639
- speech: 75
640
- catchphrases: 80
641
- helpers: 70
642
- distinctiveness: 80
643
- notes: "Ragnarok themes well-integrated"
644
-
645
- the-sopranos:
646
- composite: 78.8
647
- rating: rich
648
- breakdown:
649
- behavioral: 75
650
- speech: 75 # NJ Italian-American cadence
651
- catchphrases: 80
652
- helpers: 60
653
- distinctiveness: 85
654
- notes: "Tony's therapy-speak contrast with mob violence"
655
-
656
- bobiverse:
657
- composite: 78.5
658
- rating: rich
659
- breakdown:
660
- behavioral: 75
661
- speech: 75
662
- catchphrases: 80
663
- helpers: 70
664
- distinctiveness: 85
665
- notes: "Personality drift from common origin well-portrayed"
666
-
667
- legion-of-doom:
668
- composite: 78.5
669
- rating: rich # UPGRADED from thin
670
- breakdown:
671
- behavioral: 82
672
- speech: 78 # Lex's megalomania, Riddler's questions
673
- catchphrases: 80
674
- helpers: 70
675
- distinctiveness: 85
676
- notes: "Supervillain camp surprisingly effective for voice distinction"
677
-
678
- jane-austen:
679
- composite: 78.5
680
- rating: rich
681
- breakdown:
682
- behavioral: 75
683
- speech: 85
684
- catchphrases: 90
685
- helpers: 70
686
- distinctiveness: 75
687
- notes: "Regency wit preserved"
688
-
689
- justified:
690
- composite: 78.0
691
- rating: rich
692
- breakdown:
693
- behavioral: 75
694
- speech: 50 # Missing Kentucky accent notation
695
- catchphrases: 85
696
- helpers: 70
697
- distinctiveness: 80
698
- notes: "Strong Elmore Leonard dialogue flavor"
699
-
700
- foundation:
701
- composite: 78.0
702
- rating: rich
703
- breakdown:
704
- behavioral: 75
705
- speech: 75
706
- catchphrases: 80
707
- helpers: 53
708
- distinctiveness: 80
709
- notes: "'Violence is the last refuge of the incompetent'"
710
-
711
- dickens:
712
- composite: 77.5
713
- rating: rich
714
- breakdown:
715
- behavioral: 80
716
- speech: 75
717
- catchphrases: 85
718
- helpers: 65
719
- distinctiveness: 80
720
- notes: "Victorian character depth"
721
-
722
- dune:
723
- composite: 77.5
724
- rating: rich
725
- breakdown:
726
- behavioral: 75
727
- speech: 70 # Mentat computation phrases
728
- catchphrases: 80
729
- helpers: 70
730
- distinctiveness: 85
731
- notes: "'Fear is the mind-killer' - heavy Dune vocabulary"
732
-
733
- great-gatsby:
734
- composite: 77.25
735
- rating: rich
736
- breakdown:
737
- behavioral: 80
738
- speech: 80
739
- catchphrases: 85
740
- helpers: 60
741
- distinctiveness: 75
742
- notes: "Jazz Age ambiguity preserved"
743
-
744
- renaissance-masters:
745
- composite: 77.3
746
- rating: rich
747
- breakdown:
748
- behavioral: 80
749
- speech: 70
750
- catchphrases: 78
751
- helpers: 65
752
- distinctiveness: 80
753
- notes: "Leonardo's curiosity vs Machiavelli's pragmatism"
754
-
755
- the-odyssey:
756
- composite: 77.0
757
- rating: rich
758
- breakdown:
759
- behavioral: 75
760
- speech: 75 # Epic vocabulary, epithets
761
- catchphrases: 80
762
- helpers: 65
763
- distinctiveness: 75
764
- notes: "Polytropos theme well-captured"
765
-
766
- moby-dick:
767
- composite: 76.75
768
- rating: rich
769
- breakdown:
770
- behavioral: 80
771
- speech: 75
772
- catchphrases: 85
773
- helpers: 55
774
- distinctiveness: 80
775
- notes: "Maritime obsession preserved"
776
-
777
- star-wars:
778
- composite: 76.8
779
- rating: rich
780
- breakdown:
781
- behavioral: 70
782
- speech: 80 # Yoda's inverted syntax
783
- catchphrases: 85
784
- helpers: 65
785
- distinctiveness: 80
786
- notes: "Yoda's syntax standout - heavy reliance on iconic quotes"
787
-
788
- star-trek-tos:
789
- composite: 84.75
790
- rating: rich
791
- breakdown:
792
- behavioral: 100
793
- speech: 75
794
- catchphrases: 100
795
- helpers: 60
796
- distinctiveness: 80
797
- notes: "Strong authentic quotes, weaker helper characterization"
798
-
799
- film-auteurs:
800
- composite: 76.5
801
- rating: rich
802
- breakdown:
803
- behavioral: 78
804
- speech: 72
805
- catchphrases: 78
806
- helpers: 60
807
- distinctiveness: 82
808
- notes: "Kubrick obsessive vs Miyazaki wonder vs Lynch surreal"
809
-
810
- black-sails:
811
- composite: 76.0
812
- rating: rich
813
- breakdown:
814
- behavioral: 75
815
- speech: 50 # Missing period naval speech
816
- catchphrases: 80
817
- helpers: 70
818
- distinctiveness: 75
819
- notes: "Philosophical pirates - Flint's obsession vs Silver's manipulation"
820
-
821
- wwii-leaders:
822
- composite: 76.0
823
- rating: rich
824
- breakdown:
825
- behavioral: 80
826
- speech: 50
827
- catchphrases: 85
828
- helpers: 70
829
- distinctiveness: 80
830
- notes: "Churchill's rhetoric, Turing's genius"
831
-
832
- ancient-philosophers:
833
- composite: 76.8
834
- rating: rich
835
- breakdown:
836
- behavioral: 78
837
- speech: 70 # Socratic questioning
838
- catchphrases: 80
839
- helpers: 65
840
- distinctiveness: 80
841
- notes: "'I know that I know nothing', 'Stand out of my sunlight'"
842
-
843
- world-explorers:
844
- composite: 75.8
845
- rating: rich
846
- breakdown:
847
- behavioral: 78
848
- speech: 68
849
- catchphrases: 78
850
- helpers: 60
851
- distinctiveness: 78
852
- notes: "Shackleton survival vs Amundsen preparation"
853
-
854
- vorkosigan-saga:
855
- composite: 76.0
856
- rating: rich
857
- breakdown:
858
- behavioral: 75
859
- speech: 70
860
- catchphrases: 80
861
- helpers: 70
862
- distinctiveness: 80
863
- notes: "Miles's manic energy vs Cordelia's Betan clarity"
864
-
865
- 1984:
866
- composite: 75.5
867
- rating: rich
868
- breakdown:
869
- behavioral: 75
870
- speech: 80 # Newspeak, doublethink
871
- catchphrases: 85
872
- helpers: 55
873
- distinctiveness: 70
874
- notes: "Party slogans as catchphrases - 'War is Peace'"
875
-
876
- ancient-strategists:
877
- composite: 75.2
878
- rating: rich
879
- breakdown:
880
- behavioral: 75
881
- speech: 68
882
- catchphrases: 82
883
- helpers: 60
884
- distinctiveness: 78
885
- notes: "'Supreme excellence is breaking resistance without fighting'"
886
-
887
- gothic-literature:
888
- composite: 75.0
889
- rating: rich
890
- breakdown:
891
- behavioral: 75
892
- speech: 70
893
- catchphrases: 80
894
- helpers: 60
895
- distinctiveness: 75
896
- notes: "Multiple classic sources - Creature's Paradise Lost education"
897
-
898
- cowboy-bebop:
899
- composite: 74.5
900
- rating: rich
901
- breakdown:
902
- behavioral: 75
903
- speech: 70
904
- catchphrases: 80
905
- helpers: 65
906
- distinctiveness: 75
907
- notes: "Jazz noir tone - Ed's chaotic reviewer role inspired"
908
-
909
- enlightenment-thinkers:
910
- composite: 74.5
911
- rating: rich
912
- breakdown:
913
- behavioral: 73
914
- speech: 68
915
- catchphrases: 78
916
- helpers: 55
917
- distinctiveness: 78
918
- notes: "Voltaire's wit vs Kant's rigidity"
919
-
920
- mash:
921
- composite: 74.25
922
- rating: rich
923
- breakdown:
924
- behavioral: 70
925
- speech: 65
926
- catchphrases: 85
927
- helpers: 50
928
- distinctiveness: 80
929
- notes: "Korean War medical humor"
930
-
931
- the-crown:
932
- composite: 74.0
933
- rating: rich
934
- breakdown:
935
- behavioral: 75
936
- speech: 50 # Missing British royal formality
937
- catchphrases: 75
938
- helpers: 65
939
- distinctiveness: 70
940
- notes: "Margaret's rebellion vs Philip's frustration"
941
-
942
- classical-composers:
943
- composite: 73.8
944
- rating: rich
945
- breakdown:
946
- behavioral: 72
947
- speech: 65
948
- catchphrases: 75
949
- helpers: 55
950
- distinctiveness: 80
951
- notes: "Beethoven's fury vs Mozart's playfulness"
952
-
953
- count-of-monte-cristo:
954
- composite: 73.5
955
- rating: rich
956
- breakdown:
957
- behavioral: 75
958
- speech: 70
959
- catchphrases: 80
960
- helpers: 60
961
- distinctiveness: 70
962
- notes: "'All human wisdom: Wait and Hope'"
963
-
964
- military-commanders:
965
- composite: 73.2
966
- rating: rich
967
- breakdown:
968
- behavioral: 75
969
- speech: 68
970
- catchphrases: 78
971
- helpers: 55
972
- distinctiveness: 78
973
- notes: "Sun Tzu philosophical vs Patton aggressive"
974
-
975
- all-stars:
976
- composite: 73.2
977
- rating: rich # UPGRADED from minimal
978
- breakdown:
979
- behavioral: 75
980
- speech: 68
981
- catchphrases: 75
982
- helpers: 70
983
- distinctiveness: 72
984
- notes: "Cross-franchise characters bring their source characterization"
985
-
986
- house-md:
987
- composite: 73.0
988
- rating: rich
989
- breakdown:
990
- behavioral: 75
991
- speech: 50
992
- catchphrases: 85
993
- helpers: 60
994
- distinctiveness: 75
995
- notes: "'Everybody lies', 'It's not lupus'"
996
-
997
- the-witcher:
998
- composite: 72.5
999
- rating: rich
1000
- breakdown:
1001
- behavioral: 70
1002
- speech: 65 # Geralt's 'Hmm'
1003
- catchphrases: 75
1004
- helpers: 70
1005
- distinctiveness: 75
1006
- notes: "Geralt's minimalism well-executed"
1007
-
1008
- the-americans:
1009
- composite: 72.0
1010
- rating: rich
1011
- breakdown:
1012
- behavioral: 70
1013
- speech: 50 # Missing Russian accent hints
1014
- catchphrases: 75
1015
- helpers: 60
1016
- distinctiveness: 70
1017
- notes: "Elizabeth's ideology vs Philip's doubt"
1018
-
1019
- software-pioneers:
1020
- composite: 72.0
1021
- rating: rich
1022
- breakdown:
1023
- behavioral: 80
1024
- speech: 50
1025
- catchphrases: 90 # Authentic quotes
1026
- helpers: 60
1027
- distinctiveness: 70
1028
- notes: "'Premature optimization', 'Show me the code'"
1029
-
1030
- marvel-mcu:
1031
- composite: 72.0
1032
- rating: rich
1033
- breakdown:
1034
- behavioral: 70
1035
- speech: 65
1036
- catchphrases: 75
1037
- helpers: 70
1038
- distinctiveness: 75
1039
- notes: "Character breadth dilutes individual voice strength"
1040
-
1041
- gilligans-island:
1042
- composite: 71.8
1043
- rating: rich # UPGRADED from thin
1044
- breakdown:
1045
- behavioral: 78
1046
- speech: 70
1047
- catchphrases: 72
1048
- helpers: 60
1049
- distinctiveness: 75
1050
- notes: "Surprising depth - 'GILLIGAN!', 'three-hour tour'"
1051
-
1052
- agatha-christie:
1053
- composite: 71.75
1054
- rating: rich
1055
- breakdown:
1056
- behavioral: 70
1057
- speech: 75
1058
- catchphrases: 80
1059
- helpers: 60
1060
- distinctiveness: 70
1061
- notes: "Detective fiction conventions"
1062
-
1063
- imperial-radch:
1064
- composite: 70.0
1065
- rating: rich
1066
- breakdown:
1067
- behavioral: 75
1068
- speech: 50 # Missing pronoun complexity
1069
- catchphrases: 70
1070
- helpers: 60
1071
- distinctiveness: 70
1072
- notes: "Would benefit from pronoun innovation integration"
1073
-
1074
- # MODERATE (50-69)
1075
- scientific-revolutionaries:
1076
- composite: 68.5
1077
- rating: moderate
1078
- breakdown:
1079
- behavioral: 68
1080
- speech: 62
1081
- catchphrases: 72
1082
- helpers: 50
1083
- distinctiveness: 70
1084
- notes: "Scientists blend together, need stronger individual voices"
1085
-
1086
- jazz-legends:
1087
- composite: 68.2
1088
- rating: moderate
1089
- breakdown:
1090
- behavioral: 65
1091
- speech: 60
1092
- catchphrases: 70
1093
- helpers: 55
1094
- distinctiveness: 70
1095
- notes: "Jazz vocabulary shared too much between agents"
1096
-
1097
- inspector-morse:
1098
- composite: 68.0
1099
- rating: moderate
1100
- breakdown:
1101
- behavioral: 70
1102
- speech: 50
1103
- catchphrases: 65
1104
- helpers: 55
1105
- distinctiveness: 65
1106
- notes: "Melancholy detective theme but lacking distinctive speech"
1107
-
1108
- les-miserables:
1109
- composite: 67.75
1110
- rating: moderate
1111
- breakdown:
1112
- behavioral: 65
1113
- speech: 60
1114
- catchphrases: 70
1115
- helpers: 50
1116
- distinctiveness: 65
1117
- notes: "OCEAN profiles may be swapped, helpers purely conceptual"
1118
-
1119
- historical-figures:
1120
- composite: 66.8
1121
- rating: moderate
1122
- breakdown:
1123
- behavioral: 65
1124
- speech: 60
1125
- catchphrases: 68
1126
- helpers: 45
1127
- distinctiveness: 68
1128
- notes: "Too broad, lacks cohesion, overlaps with other historical themes"
1129
-
1130
- # MINIMAL (0-29)
1131
- control:
1132
- composite: 8.0
1133
- rating: minimal
1134
- breakdown:
1135
- behavioral: 0
1136
- speech: 0
1137
- catchphrases: 0
1138
- helpers: 10
1139
- distinctiveness: 20
1140
- notes: "Intentional scientific baseline - zero persona elements by design"
1141
-
1142
- # ============================================================
1143
- # DISTRIBUTION SUMMARY
1144
- # ============================================================
1145
- #
1146
- # exceptional (90-100): 3 themes
1147
- # - discworld (98.0)
1148
- # - the-expanse (91.0)
1149
- # - princess-bride (91.0)
1150
- #
1151
- # rich (70-89): 93 themes
1152
- # - Range: 71.8 - 89.0
1153
- # - Median: ~78.0
1154
- #
1155
- # moderate (50-69): 5 themes
1156
- # - scientific-revolutionaries (68.5)
1157
- # - jazz-legends (68.2)
1158
- # - inspector-morse (68.0)
1159
- # - les-miserables (67.75)
1160
- # - historical-figures (66.8)
1161
- #
1162
- # thin (30-49): 0 themes (recalibrated out)
1163
- #
1164
- # minimal (0-29): 1 theme
1165
- # - control (8.0) - intentional baseline
1166
- #
1167
- # CALIBRATION NOTES:
1168
- # - gilligans-island: UPGRADED thin→rich (71.8) - more depth than expected
1169
- # - legion-of-doom: UPGRADED thin→rich (78.5) - villain camp works well
1170
- # - all-stars: UPGRADED minimal→rich (73.2) - cross-franchise brings characterization
1171
- # - Many "moderate" literary themes UPGRADED to rich - stronger than anticipated
1172
- # - Several "exceptional" themes DOWNGRADED to rich - lacked explicit speech encoding