@pennyfarthing/core 11.3.6 → 11.3.8

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 (163) hide show
  1. package/README.md +1 -1
  2. package/package.json +14 -16
  3. package/packages/core/dist/cli/commands/init.d.ts +1 -1
  4. package/packages/core/dist/cli/commands/init.js +6 -6
  5. package/packages/core/dist/cli/commands/init.js.map +1 -1
  6. package/packages/core/dist/cli/commands/pyproject-install.test.d.ts +1 -1
  7. package/packages/core/dist/cli/commands/pyproject-install.test.js +5 -5
  8. package/packages/core/dist/cli/commands/pyproject-install.test.js.map +1 -1
  9. package/packages/core/dist/cli/commands/update.js +1 -1
  10. package/packages/core/dist/cli/commands/version-sentinel.test.d.ts +1 -1
  11. package/packages/core/dist/cli/commands/version-sentinel.test.js +1 -1
  12. package/packages/core/dist/cli/utils/constants.d.ts +7 -1
  13. package/packages/core/dist/cli/utils/constants.d.ts.map +1 -1
  14. package/packages/core/dist/cli/utils/constants.js +4 -2
  15. package/packages/core/dist/cli/utils/constants.js.map +1 -1
  16. package/packages/core/dist/cli/utils/python.js +3 -3
  17. package/packages/core/dist/cli/utils/python.js.map +1 -1
  18. package/packages/core/dist/cli/utils/symlinks.d.ts +1 -1
  19. package/packages/core/dist/cli/utils/symlinks.js +1 -1
  20. package/packages/core/dist/server/api/code-markers.js +2 -2
  21. package/packages/core/dist/server/api/code-markers.js.map +1 -1
  22. package/packages/core/dist/server/api/complexity.js +2 -2
  23. package/packages/core/dist/server/api/complexity.js.map +1 -1
  24. package/packages/core/dist/server/api/dead-code.js +2 -2
  25. package/packages/core/dist/server/api/dead-code.js.map +1 -1
  26. package/packages/core/dist/server/api/dependencies.js +2 -2
  27. package/packages/core/dist/server/api/dependencies.js.map +1 -1
  28. package/packages/core/dist/server/api/health-score.js +8 -8
  29. package/packages/core/dist/server/api/health-score.js.map +1 -1
  30. package/packages/core/dist/server/api/hotspots.js +2 -2
  31. package/packages/core/dist/server/api/hotspots.js.map +1 -1
  32. package/packages/core/dist/server/paths.d.ts.map +1 -1
  33. package/packages/core/dist/server/paths.js +15 -2
  34. package/packages/core/dist/server/paths.js.map +1 -1
  35. package/pennyfarthing-dist/pf/bikerack/__pycache__/audit_log_panel.cpython-314.pyc +0 -0
  36. package/pennyfarthing-dist/pf/bikerack/__pycache__/background_panel.cpython-314.pyc +0 -0
  37. package/pennyfarthing-dist/pf/bikerack/__pycache__/base_panel.cpython-314.pyc +0 -0
  38. package/pennyfarthing-dist/pf/bikerack/__pycache__/changed_panel.cpython-314.pyc +0 -0
  39. package/pennyfarthing-dist/pf/bikerack/__pycache__/context_meter_footer.cpython-314.pyc +0 -0
  40. package/pennyfarthing-dist/pf/bikerack/__pycache__/debug_panel.cpython-314.pyc +0 -0
  41. package/pennyfarthing-dist/pf/bikerack/__pycache__/diffs_panel.cpython-314.pyc +0 -0
  42. package/pennyfarthing-dist/pf/bikerack/__pycache__/events.cpython-314.pyc +0 -0
  43. package/pennyfarthing-dist/pf/bikerack/__pycache__/git_panel.cpython-314.pyc +0 -0
  44. package/pennyfarthing-dist/pf/bikerack/__pycache__/portrait_resolver.cpython-314.pyc +0 -0
  45. package/pennyfarthing-dist/pf/bikerack/__pycache__/progress_panel.cpython-314.pyc +0 -0
  46. package/pennyfarthing-dist/pf/bikerack/__pycache__/sprint_panel.cpython-314.pyc +0 -0
  47. package/pennyfarthing-dist/pf/bikerack/__pycache__/tui.cpython-314.pyc +0 -0
  48. package/pennyfarthing-dist/pf/bikerack/__pycache__/ws_client.cpython-314.pyc +0 -0
  49. package/pennyfarthing-dist/pf/common/__pycache__/themes.cpython-314.pyc +0 -0
  50. package/pennyfarthing-dist/pf/hooks/__pycache__/session_start.cpython-314.pyc +0 -0
  51. package/pennyfarthing-dist/pf/hooks/cyclist-pretooluse-hook.sh +0 -0
  52. package/pennyfarthing-dist/pf/prime/__pycache__/__init__.cpython-314.pyc +0 -0
  53. package/pennyfarthing-dist/pf/prime/__pycache__/cli.cpython-314.pyc +0 -0
  54. package/pennyfarthing-dist/pf/prime/__pycache__/loader.cpython-314.pyc +0 -0
  55. package/pennyfarthing-dist/pf/prime/__pycache__/models.cpython-314.pyc +0 -0
  56. package/pennyfarthing-dist/pf/prime/__pycache__/persona.cpython-314.pyc +0 -0
  57. package/pennyfarthing-dist/pf/prime/__pycache__/session.cpython-314.pyc +0 -0
  58. package/pennyfarthing-dist/pf/prime/__pycache__/tiers.cpython-314.pyc +0 -0
  59. package/pennyfarthing-dist/pf/prime/__pycache__/workflow.cpython-314.pyc +0 -0
  60. package/pennyfarthing-dist/pf/workflow/__pycache__/helpers.cpython-314.pyc +0 -0
  61. package/pennyfarthing-dist/scripts/core/agent-session.sh +0 -0
  62. package/pennyfarthing-dist/scripts/core/check-context.sh +0 -0
  63. package/pennyfarthing-dist/scripts/core/dialogue-manager.sh +0 -0
  64. package/pennyfarthing-dist/scripts/core/pf.sh +0 -0
  65. package/pennyfarthing-dist/scripts/core/phase-check-start.sh +0 -0
  66. package/pennyfarthing-dist/scripts/core/prime.sh +0 -0
  67. package/pennyfarthing-dist/scripts/cyclist/is-cyclist.sh +0 -0
  68. package/pennyfarthing-dist/scripts/git/create-feature-branches.sh +0 -0
  69. package/pennyfarthing-dist/scripts/git/git-status-all.sh +0 -0
  70. package/pennyfarthing-dist/scripts/git/install-git-hooks.sh +0 -0
  71. package/pennyfarthing-dist/scripts/git/release.sh +0 -0
  72. package/pennyfarthing-dist/scripts/git/worktree-manager.sh +0 -0
  73. package/pennyfarthing-dist/scripts/health/drift-detection.sh +0 -0
  74. package/pennyfarthing-dist/scripts/hooks/bell-mode-hook.sh +0 -0
  75. package/pennyfarthing-dist/scripts/hooks/context-circuit-breaker.sh +0 -0
  76. package/pennyfarthing-dist/scripts/hooks/context-warning.sh +0 -0
  77. package/pennyfarthing-dist/scripts/hooks/cyclist-pretooluse-hook.sh +0 -0
  78. package/pennyfarthing-dist/scripts/hooks/dispatcher-template.sh +0 -0
  79. package/pennyfarthing-dist/scripts/hooks/otel-auto-config.sh +0 -0
  80. package/pennyfarthing-dist/scripts/hooks/post-merge.sh +0 -0
  81. package/pennyfarthing-dist/scripts/hooks/pre-commit.sh +0 -0
  82. package/pennyfarthing-dist/scripts/hooks/pre-edit-check.sh +0 -0
  83. package/pennyfarthing-dist/scripts/hooks/pre-push.sh +0 -0
  84. package/pennyfarthing-dist/scripts/hooks/question-reflector-check.sh +0 -0
  85. package/pennyfarthing-dist/scripts/hooks/question_reflector_check.py +0 -0
  86. package/pennyfarthing-dist/scripts/hooks/schema-validation.sh +0 -0
  87. package/pennyfarthing-dist/scripts/hooks/session-start.sh +0 -0
  88. package/pennyfarthing-dist/scripts/hooks/session-stop.sh +0 -0
  89. package/pennyfarthing-dist/scripts/hooks/sprint-yaml-validation.sh +0 -0
  90. package/pennyfarthing-dist/scripts/hooks/welcome-hook.sh +0 -0
  91. package/pennyfarthing-dist/scripts/jira/create-jira-epic.sh +0 -0
  92. package/pennyfarthing-dist/scripts/jira/create-jira-story.sh +0 -0
  93. package/pennyfarthing-dist/scripts/jira/jira-claim-story.sh +0 -0
  94. package/pennyfarthing-dist/scripts/jira/jira-reconcile.sh +0 -0
  95. package/pennyfarthing-dist/scripts/jira/jira-sync-story.sh +0 -0
  96. package/pennyfarthing-dist/scripts/jira/sync-epic-jira.sh +0 -0
  97. package/pennyfarthing-dist/scripts/lib/background-tasks.sh +0 -0
  98. package/pennyfarthing-dist/scripts/lib/checkpoint.sh +0 -0
  99. package/pennyfarthing-dist/scripts/lib/common.sh +0 -0
  100. package/pennyfarthing-dist/scripts/lib/env.sh +0 -0
  101. package/pennyfarthing-dist/scripts/lib/file-lock.sh +0 -0
  102. package/pennyfarthing-dist/scripts/lib/logging.sh +0 -0
  103. package/pennyfarthing-dist/scripts/lib/retry.sh +0 -0
  104. package/pennyfarthing-dist/scripts/lib/run-pf.sh +0 -0
  105. package/pennyfarthing-dist/scripts/maintenance/migrate-theme-schema.mjs +0 -0
  106. package/pennyfarthing-dist/scripts/maintenance/sidecar-health.sh +0 -0
  107. package/pennyfarthing-dist/scripts/misc/add-short-names.sh +0 -0
  108. package/pennyfarthing-dist/scripts/misc/add_short_names.py +0 -0
  109. package/pennyfarthing-dist/scripts/misc/backlog.sh +0 -0
  110. package/pennyfarthing-dist/scripts/misc/check-status.sh +0 -0
  111. package/pennyfarthing-dist/scripts/misc/find-related-work.sh +0 -0
  112. package/pennyfarthing-dist/scripts/misc/generate-skill-docs.sh +0 -0
  113. package/pennyfarthing-dist/scripts/misc/log-skill-usage.sh +0 -0
  114. package/pennyfarthing-dist/scripts/misc/migrate-bmad-workflow.sh +0 -0
  115. package/pennyfarthing-dist/scripts/misc/migrate_bmad_workflow.py +0 -0
  116. package/pennyfarthing-dist/scripts/misc/repo-scan.sh +0 -0
  117. package/pennyfarthing-dist/scripts/misc/repo-utils.sh +0 -0
  118. package/pennyfarthing-dist/scripts/misc/run-ci.sh +0 -0
  119. package/pennyfarthing-dist/scripts/misc/run-timestamp.sh +0 -0
  120. package/pennyfarthing-dist/scripts/misc/session-cleanup.sh +0 -0
  121. package/pennyfarthing-dist/scripts/misc/skill-usage-report.sh +0 -0
  122. package/pennyfarthing-dist/scripts/misc/statusline.sh +0 -0
  123. package/pennyfarthing-dist/scripts/misc/uninstall.sh +0 -0
  124. package/pennyfarthing-dist/scripts/misc/validate-subagent-frontmatter.sh +0 -0
  125. package/pennyfarthing-dist/scripts/portraits/generate-portraits.sh +0 -0
  126. package/pennyfarthing-dist/scripts/portraits/generate-tandem-portraits.sh +0 -0
  127. package/pennyfarthing-dist/scripts/story/create-story.sh +0 -0
  128. package/pennyfarthing-dist/scripts/story/size-story.sh +0 -0
  129. package/pennyfarthing-dist/scripts/story/story-template.sh +0 -0
  130. package/pennyfarthing-dist/scripts/tests/check.test.sh +0 -0
  131. package/pennyfarthing-dist/scripts/tests/dev-story-workflow-import.test.sh +0 -0
  132. package/pennyfarthing-dist/scripts/tests/epics-and-stories-workflow-import.test.sh +0 -0
  133. package/pennyfarthing-dist/scripts/tests/handoff-phase-update.test.sh +0 -0
  134. package/pennyfarthing-dist/scripts/tests/implementation-readiness-workflow-import.test.sh +0 -0
  135. package/pennyfarthing-dist/scripts/tests/migrate-bmad-workflow.test.sh +0 -0
  136. package/pennyfarthing-dist/scripts/tests/prd-workflow-import.test.sh +0 -0
  137. package/pennyfarthing-dist/scripts/tests/project-context-workflow-import.test.sh +0 -0
  138. package/pennyfarthing-dist/scripts/tests/test-character-voice.sh +0 -0
  139. package/pennyfarthing-dist/scripts/tests/test-drift-detection.sh +0 -0
  140. package/pennyfarthing-dist/scripts/tests/test-post-merge-hook.sh +0 -0
  141. package/pennyfarthing-dist/scripts/tests/test-session-checkpoint.sh +0 -0
  142. package/pennyfarthing-dist/scripts/tests/test-solo-command.sh +0 -0
  143. package/pennyfarthing-dist/scripts/tests/ux-design-workflow-import.test.sh +0 -0
  144. package/pennyfarthing-dist/scripts/theme/list-themes.sh +0 -0
  145. package/pennyfarthing-dist/scripts/validation/validate-agent-schema.sh +0 -0
  146. package/pennyfarthing-dist/scripts/workflow/check.py +0 -0
  147. package/pennyfarthing-dist/scripts/workflow/check.sh +0 -0
  148. package/pennyfarthing-dist/scripts/workflow/complete-step.py +0 -0
  149. package/pennyfarthing-dist/scripts/workflow/finish-story.sh +0 -0
  150. package/pennyfarthing-dist/scripts/workflow/fix-session-phase.sh +0 -0
  151. package/pennyfarthing-dist/scripts/workflow/get-workflow-type.py +0 -0
  152. package/pennyfarthing-dist/scripts/workflow/get-workflow-type.sh +0 -0
  153. package/pennyfarthing-dist/scripts/workflow/list-workflows.sh +0 -0
  154. package/pennyfarthing-dist/scripts/workflow/phase-owner.sh +0 -0
  155. package/pennyfarthing-dist/scripts/workflow/resume-workflow.sh +0 -0
  156. package/pennyfarthing-dist/scripts/workflow/show-workflow.sh +0 -0
  157. package/pennyfarthing-dist/scripts/workflow/start-workflow.sh +0 -0
  158. package/pennyfarthing-dist/scripts/workflow/workflow-status.sh +0 -0
  159. package/pennyfarthing-dist/skills/pf-story/scripts/create-story.sh +0 -0
  160. package/pennyfarthing-dist/skills/pf-story/scripts/size-story.sh +0 -0
  161. package/pennyfarthing-dist/skills/pf-story/scripts/story-template.sh +0 -0
  162. package/pennyfarthing-dist/workflows/release/steps/step-10-publish.md +41 -9
  163. package/scripts/README.md +0 -41
package/scripts/README.md DELETED
@@ -1,41 +0,0 @@
1
- # Meta Scripts
2
-
3
- **These scripts are NOT distributed to users.** They are for Pennyfarthing framework development only.
4
-
5
- ## Contents
6
-
7
- | Script | Purpose |
8
- |--------|---------|
9
- | `deploy.sh` | Release Pennyfarthing (version bump, tag, push, GitHub release) |
10
- | `cyclist-debug.mjs` | Debug Cyclist connection |
11
- | `handoff-cli.{sh,js}` | Test handoff flow |
12
- | `verify-visual-mapping.js` | Verify theme visual mappings |
13
- | `migrate-assets-to-slug.sh` | One-time migration script |
14
- | `resize-portraits.sh` | Resize portrait images |
15
- | `resolve-portrait.mjs` | Portrait resolution logic |
16
- | `validate-refs.js` | Validate internal references |
17
-
18
- > Benchmark scripts have been moved to `packages/benchmark/`.
19
-
20
- ## Usage
21
-
22
- Run from pennyfarthing repo root:
23
-
24
- ```bash
25
- # Release a new version
26
- ./scripts/deploy.sh --dry-run patch
27
- ./scripts/deploy.sh patch
28
- ```
29
-
30
- ## Where Should My Script Go?
31
-
32
- **Put it here if:**
33
- - It's for framework development/CI only
34
- - Users should NOT have access to it
35
- - It uses GPU/heavy dependencies (keep in meta, not distributed)
36
-
37
- **Put it in `pennyfarthing-dist/scripts/` if:**
38
- - Users need it for their workflows
39
- - It's part of the sprint/story/jira tooling
40
-
41
- See `CLAUDE.md` for the full decision tree.