@pennyfarthing/core 10.4.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +16 -14
- package/packages/core/dist/benchmark/benchmark-integration.d.ts +182 -0
- package/packages/core/dist/benchmark/benchmark-integration.d.ts.map +1 -0
- package/packages/core/dist/benchmark/benchmark-integration.js +710 -0
- package/packages/core/dist/benchmark/benchmark-integration.js.map +1 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.d.ts +6 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.d.ts.map +1 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.js +41 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.js.map +1 -0
- package/packages/core/dist/benchmark/index.d.ts +3 -0
- package/packages/core/dist/benchmark/index.d.ts.map +1 -0
- package/packages/core/dist/benchmark/index.js +5 -0
- package/packages/core/dist/benchmark/index.js.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.d.ts +150 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.d.ts.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.js +547 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.js.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.d.ts +6 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.d.ts.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.js +35 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.js.map +1 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.d.ts +17 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.d.ts.map +1 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.js +386 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.js.map +1 -0
- package/packages/core/dist/cli/commands/init.d.ts +6 -1
- package/packages/core/dist/cli/commands/init.d.ts.map +1 -1
- package/packages/core/dist/cli/commands/init.js +83 -30
- package/packages/core/dist/cli/commands/init.js.map +1 -1
- package/packages/core/dist/cli/commands/uninstall.d.ts.map +1 -1
- package/packages/core/dist/cli/commands/uninstall.js +20 -3
- package/packages/core/dist/cli/commands/uninstall.js.map +1 -1
- package/packages/core/dist/cli/commands/uninstall.test.d.ts +8 -0
- package/packages/core/dist/cli/commands/uninstall.test.d.ts.map +1 -0
- package/packages/core/dist/cli/commands/uninstall.test.js +120 -0
- package/packages/core/dist/cli/commands/uninstall.test.js.map +1 -0
- package/packages/core/dist/cli/commands/update.js +4 -4
- package/packages/core/dist/cli/commands/update.js.map +1 -1
- package/packages/core/dist/cli/cyclist-migration.test.js +2 -1
- package/packages/core/dist/cli/cyclist-migration.test.js.map +1 -1
- package/packages/core/dist/cli/ocean-profiles.test.js +5 -4
- package/packages/core/dist/cli/ocean-profiles.test.js.map +1 -1
- package/packages/core/dist/cli/theme-maker.test.js +5 -4
- package/packages/core/dist/cli/theme-maker.test.js.map +1 -1
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.d.ts +15 -0
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.js +295 -0
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.js.map +1 -0
- package/packages/core/dist/cli/utils/settings-consolidation.test.js +26 -0
- package/packages/core/dist/cli/utils/settings-consolidation.test.js.map +1 -1
- package/packages/core/dist/cli/utils/settings-merge.d.ts +128 -0
- package/packages/core/dist/cli/utils/settings-merge.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/settings-merge.js +303 -0
- package/packages/core/dist/cli/utils/settings-merge.js.map +1 -0
- package/packages/core/dist/cli/utils/settings-merge.test.d.ts +15 -0
- package/packages/core/dist/cli/utils/settings-merge.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/settings-merge.test.js +781 -0
- package/packages/core/dist/cli/utils/settings-merge.test.js.map +1 -0
- package/packages/core/dist/cli/utils/settings.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/settings.js +3 -0
- package/packages/core/dist/cli/utils/settings.js.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.d.ts +6 -16
- package/packages/core/dist/cli/utils/symlinks.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.js +100 -171
- package/packages/core/dist/cli/utils/symlinks.js.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.test.d.ts +10 -0
- package/packages/core/dist/cli/utils/symlinks.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/symlinks.test.js +266 -0
- package/packages/core/dist/cli/utils/symlinks.test.js.map +1 -0
- package/packages/core/dist/cli/utils/themes.js +1 -1
- package/packages/core/dist/cli/workspace.test.js +2 -5
- package/packages/core/dist/cli/workspace.test.js.map +1 -1
- package/packages/core/dist/consolidation.test.d.ts +11 -0
- package/packages/core/dist/consolidation.test.d.ts.map +1 -0
- package/packages/core/dist/consolidation.test.js +249 -0
- package/packages/core/dist/consolidation.test.js.map +1 -0
- package/packages/core/dist/index.d.ts +2 -0
- package/packages/core/dist/index.d.ts.map +1 -1
- package/packages/core/dist/index.js +4 -0
- package/packages/core/dist/index.js.map +1 -1
- package/packages/core/dist/plugins/plugin-discovery.js +1 -1
- package/packages/core/dist/plugins/plugin-discovery.js.map +1 -1
- package/packages/core/dist/plugins/plugin-discovery.test.d.ts +1 -1
- package/packages/core/dist/plugins/plugin-discovery.test.js +47 -36
- package/packages/core/dist/plugins/plugin-discovery.test.js.map +1 -1
- package/packages/core/dist/public/css/react.css +1 -0
- package/packages/core/dist/public/js/react/react.js +82 -0
- package/packages/core/dist/scripts/generate-report.test.js +2 -2
- package/packages/core/dist/scripts/generate-spider-report.test.js +2 -2
- package/packages/core/dist/scripts/generate-spider.test.js +2 -1
- package/packages/core/dist/scripts/generate-spider.test.js.map +1 -1
- package/packages/core/dist/server/agent-context.d.ts +5 -0
- package/packages/core/dist/server/agent-context.d.ts.map +1 -0
- package/packages/core/dist/server/agent-context.js +5 -0
- package/packages/core/dist/server/agent-context.js.map +1 -0
- package/packages/core/dist/server/agent-evaluation.d.ts +17 -0
- package/packages/core/dist/server/agent-evaluation.d.ts.map +1 -0
- package/packages/core/dist/server/agent-evaluation.js +15 -0
- package/packages/core/dist/server/agent-evaluation.js.map +1 -0
- package/packages/core/dist/server/api/agent-load.d.ts +3 -0
- package/packages/core/dist/server/api/agent-load.d.ts.map +1 -0
- package/packages/core/dist/server/api/agent-load.js +19 -0
- package/packages/core/dist/server/api/agent-load.js.map +1 -0
- package/packages/core/dist/server/api/audit-log.d.ts +3 -0
- package/packages/core/dist/server/api/audit-log.d.ts.map +1 -0
- package/packages/core/dist/server/api/audit-log.js +31 -0
- package/packages/core/dist/server/api/audit-log.js.map +1 -0
- package/packages/core/dist/server/api/background-tasks.d.ts +27 -0
- package/packages/core/dist/server/api/background-tasks.d.ts.map +1 -0
- package/packages/core/dist/server/api/background-tasks.js +56 -0
- package/packages/core/dist/server/api/background-tasks.js.map +1 -0
- package/packages/core/dist/server/api/bell.d.ts +19 -0
- package/packages/core/dist/server/api/bell.d.ts.map +1 -0
- package/packages/core/dist/server/api/bell.js +34 -0
- package/packages/core/dist/server/api/bell.js.map +1 -0
- package/packages/core/dist/server/api/code-markers.d.ts +9 -0
- package/packages/core/dist/server/api/code-markers.d.ts.map +1 -0
- package/packages/core/dist/server/api/code-markers.js +62 -0
- package/packages/core/dist/server/api/code-markers.js.map +1 -0
- package/packages/core/dist/server/api/complexity.d.ts +3 -0
- package/packages/core/dist/server/api/complexity.d.ts.map +1 -0
- package/packages/core/dist/server/api/complexity.js +47 -0
- package/packages/core/dist/server/api/complexity.js.map +1 -0
- package/packages/core/dist/server/api/context.d.ts +38 -0
- package/packages/core/dist/server/api/context.d.ts.map +1 -0
- package/packages/core/dist/server/api/context.js +144 -0
- package/packages/core/dist/server/api/context.js.map +1 -0
- package/packages/core/dist/server/api/dead-code.d.ts +3 -0
- package/packages/core/dist/server/api/dead-code.d.ts.map +1 -0
- package/packages/core/dist/server/api/dead-code.js +70 -0
- package/packages/core/dist/server/api/dead-code.js.map +1 -0
- package/packages/core/dist/server/api/dependencies.d.ts +3 -0
- package/packages/core/dist/server/api/dependencies.d.ts.map +1 -0
- package/packages/core/dist/server/api/dependencies.js +43 -0
- package/packages/core/dist/server/api/dependencies.js.map +1 -0
- package/packages/core/dist/server/api/evaluation.d.ts +3 -0
- package/packages/core/dist/server/api/evaluation.d.ts.map +1 -0
- package/packages/core/dist/server/api/evaluation.js +33 -0
- package/packages/core/dist/server/api/evaluation.js.map +1 -0
- package/packages/core/dist/server/api/file-browser.d.ts +9 -0
- package/packages/core/dist/server/api/file-browser.d.ts.map +1 -0
- package/packages/core/dist/server/api/file-browser.js +133 -0
- package/packages/core/dist/server/api/file-browser.js.map +1 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.d.ts +10 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.d.ts.map +1 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.js +30 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.js.map +1 -0
- package/packages/core/dist/server/api/git.d.ts +55 -0
- package/packages/core/dist/server/api/git.d.ts.map +1 -0
- package/packages/core/dist/server/api/git.js +382 -0
- package/packages/core/dist/server/api/git.js.map +1 -0
- package/packages/core/dist/server/api/health-score.d.ts +3 -0
- package/packages/core/dist/server/api/health-score.d.ts.map +1 -0
- package/packages/core/dist/server/api/health-score.js +47 -0
- package/packages/core/dist/server/api/health-score.js.map +1 -0
- package/packages/core/dist/server/api/hook-request.d.ts +41 -0
- package/packages/core/dist/server/api/hook-request.d.ts.map +1 -0
- package/packages/core/dist/server/api/hook-request.js +278 -0
- package/packages/core/dist/server/api/hook-request.js.map +1 -0
- package/packages/core/dist/server/api/hotspots.d.ts +3 -0
- package/packages/core/dist/server/api/hotspots.d.ts.map +1 -0
- package/packages/core/dist/server/api/hotspots.js +62 -0
- package/packages/core/dist/server/api/hotspots.js.map +1 -0
- package/packages/core/dist/server/api/identity.d.ts +17 -0
- package/packages/core/dist/server/api/identity.d.ts.map +1 -0
- package/packages/core/dist/server/api/identity.js +79 -0
- package/packages/core/dist/server/api/identity.js.map +1 -0
- package/packages/core/dist/server/api/index.d.ts +36 -0
- package/packages/core/dist/server/api/index.d.ts.map +1 -0
- package/packages/core/dist/server/api/index.js +47 -0
- package/packages/core/dist/server/api/index.js.map +1 -0
- package/packages/core/dist/server/api/mode.d.ts +24 -0
- package/packages/core/dist/server/api/mode.d.ts.map +1 -0
- package/packages/core/dist/server/api/mode.js +40 -0
- package/packages/core/dist/server/api/mode.js.map +1 -0
- package/packages/core/dist/server/api/otlp.d.ts +3 -0
- package/packages/core/dist/server/api/otlp.d.ts.map +1 -0
- package/packages/core/dist/server/api/otlp.js +40 -0
- package/packages/core/dist/server/api/otlp.js.map +1 -0
- package/packages/core/dist/server/api/permissions.d.ts +16 -0
- package/packages/core/dist/server/api/permissions.d.ts.map +1 -0
- package/packages/core/dist/server/api/permissions.js +67 -0
- package/packages/core/dist/server/api/permissions.js.map +1 -0
- package/packages/core/dist/server/api/persona.d.ts +9 -0
- package/packages/core/dist/server/api/persona.d.ts.map +1 -0
- package/packages/core/dist/server/api/persona.js +68 -0
- package/packages/core/dist/server/api/persona.js.map +1 -0
- package/packages/core/dist/server/api/portrait.d.ts +6 -0
- package/packages/core/dist/server/api/portrait.d.ts.map +1 -0
- package/packages/core/dist/server/api/portrait.js +28 -0
- package/packages/core/dist/server/api/portrait.js.map +1 -0
- package/packages/core/dist/server/api/settings.d.ts +14 -0
- package/packages/core/dist/server/api/settings.d.ts.map +1 -0
- package/packages/core/dist/server/api/settings.js +68 -0
- package/packages/core/dist/server/api/settings.js.map +1 -0
- package/packages/core/dist/server/api/spans.d.ts +3 -0
- package/packages/core/dist/server/api/spans.d.ts.map +1 -0
- package/packages/core/dist/server/api/spans.js +33 -0
- package/packages/core/dist/server/api/spans.js.map +1 -0
- package/packages/core/dist/server/api/stats.d.ts +13 -0
- package/packages/core/dist/server/api/stats.d.ts.map +1 -0
- package/packages/core/dist/server/api/stats.js +85 -0
- package/packages/core/dist/server/api/stats.js.map +1 -0
- package/packages/core/dist/server/api/story.d.ts +3 -0
- package/packages/core/dist/server/api/story.d.ts.map +1 -0
- package/packages/core/dist/server/api/story.js +15 -0
- package/packages/core/dist/server/api/story.js.map +1 -0
- package/packages/core/dist/server/api/telemetry.d.ts +3 -0
- package/packages/core/dist/server/api/telemetry.d.ts.map +1 -0
- package/packages/core/dist/server/api/telemetry.js +30 -0
- package/packages/core/dist/server/api/telemetry.js.map +1 -0
- package/packages/core/dist/server/api/theme-agents.d.ts +10 -0
- package/packages/core/dist/server/api/theme-agents.d.ts.map +1 -0
- package/packages/core/dist/server/api/theme-agents.js +39 -0
- package/packages/core/dist/server/api/theme-agents.js.map +1 -0
- package/packages/core/dist/server/api/todos.d.ts +33 -0
- package/packages/core/dist/server/api/todos.d.ts.map +1 -0
- package/packages/core/dist/server/api/todos.js +44 -0
- package/packages/core/dist/server/api/todos.js.map +1 -0
- package/packages/core/dist/server/api/token-stats.d.ts +8 -0
- package/packages/core/dist/server/api/token-stats.d.ts.map +1 -0
- package/packages/core/dist/server/api/token-stats.js +36 -0
- package/packages/core/dist/server/api/token-stats.js.map +1 -0
- package/packages/core/dist/server/api/welcome.d.ts +22 -0
- package/packages/core/dist/server/api/welcome.d.ts.map +1 -0
- package/packages/core/dist/server/api/welcome.js +35 -0
- package/packages/core/dist/server/api/welcome.js.map +1 -0
- package/packages/core/dist/server/bell-mode.d.ts +7 -0
- package/packages/core/dist/server/bell-mode.d.ts.map +1 -0
- package/packages/core/dist/server/bell-mode.js +7 -0
- package/packages/core/dist/server/bell-mode.js.map +1 -0
- package/packages/core/dist/server/dangerous-path.d.ts +36 -0
- package/packages/core/dist/server/dangerous-path.d.ts.map +1 -0
- package/packages/core/dist/server/dangerous-path.js +159 -0
- package/packages/core/dist/server/dangerous-path.js.map +1 -0
- package/packages/core/dist/server/enriched-span-exporter.d.ts +17 -0
- package/packages/core/dist/server/enriched-span-exporter.d.ts.map +1 -0
- package/packages/core/dist/server/enriched-span-exporter.js +12 -0
- package/packages/core/dist/server/enriched-span-exporter.js.map +1 -0
- package/packages/core/dist/server/env.d.ts +6 -0
- package/packages/core/dist/server/env.d.ts.map +1 -0
- package/packages/core/dist/server/env.js +10 -0
- package/packages/core/dist/server/env.js.map +1 -0
- package/packages/core/dist/server/file-browser.d.ts +17 -0
- package/packages/core/dist/server/file-browser.d.ts.map +1 -0
- package/packages/core/dist/server/file-browser.js +11 -0
- package/packages/core/dist/server/file-browser.js.map +1 -0
- package/packages/core/dist/server/otlp-receiver.d.ts +87 -0
- package/packages/core/dist/server/otlp-receiver.d.ts.map +1 -0
- package/packages/core/dist/server/otlp-receiver.js +106 -0
- package/packages/core/dist/server/otlp-receiver.js.map +1 -0
- package/packages/core/dist/server/parser.d.ts +11 -0
- package/packages/core/dist/server/parser.d.ts.map +1 -0
- package/packages/core/dist/server/parser.js +6 -0
- package/packages/core/dist/server/parser.js.map +1 -0
- package/packages/core/dist/server/paths.d.ts +37 -0
- package/packages/core/dist/server/paths.d.ts.map +1 -0
- package/packages/core/dist/server/paths.js +227 -0
- package/packages/core/dist/server/paths.js.map +1 -0
- package/packages/core/dist/server/pennyfarthing.d.ts +56 -0
- package/packages/core/dist/server/pennyfarthing.d.ts.map +1 -0
- package/packages/core/dist/server/pennyfarthing.js +356 -0
- package/packages/core/dist/server/pennyfarthing.js.map +1 -0
- package/packages/core/dist/server/plugin-loader.d.ts +22 -0
- package/packages/core/dist/server/plugin-loader.d.ts.map +1 -0
- package/packages/core/dist/server/plugin-loader.js +67 -0
- package/packages/core/dist/server/plugin-loader.js.map +1 -0
- package/packages/core/dist/server/prime.d.ts +12 -0
- package/packages/core/dist/server/prime.d.ts.map +1 -0
- package/packages/core/dist/server/prime.js +8 -0
- package/packages/core/dist/server/prime.js.map +1 -0
- package/packages/core/dist/server/server.d.ts +47 -0
- package/packages/core/dist/server/server.d.ts.map +1 -0
- package/packages/core/dist/server/server.js +353 -0
- package/packages/core/dist/server/server.js.map +1 -0
- package/packages/core/dist/server/server.test.d.ts +26 -0
- package/packages/core/dist/server/server.test.d.ts.map +1 -0
- package/packages/core/dist/server/server.test.js +447 -0
- package/packages/core/dist/server/server.test.js.map +1 -0
- package/packages/core/dist/server/settings-store.d.ts +195 -0
- package/packages/core/dist/server/settings-store.d.ts.map +1 -0
- package/packages/core/dist/server/settings-store.js +398 -0
- package/packages/core/dist/server/settings-store.js.map +1 -0
- package/packages/core/dist/server/settings.d.ts +136 -0
- package/packages/core/dist/server/settings.d.ts.map +1 -0
- package/packages/core/dist/server/settings.js +417 -0
- package/packages/core/dist/server/settings.js.map +1 -0
- package/packages/core/dist/server/span-hierarchy.d.ts +5 -0
- package/packages/core/dist/server/span-hierarchy.d.ts.map +1 -0
- package/packages/core/dist/server/span-hierarchy.js +5 -0
- package/packages/core/dist/server/span-hierarchy.js.map +1 -0
- package/packages/core/dist/server/story-context.d.ts +5 -0
- package/packages/core/dist/server/story-context.d.ts.map +1 -0
- package/packages/core/dist/server/story-context.js +5 -0
- package/packages/core/dist/server/story-context.js.map +1 -0
- package/packages/core/dist/server/story-parser.d.ts +74 -0
- package/packages/core/dist/server/story-parser.d.ts.map +1 -0
- package/packages/core/dist/server/story-parser.js +748 -0
- package/packages/core/dist/server/story-parser.js.map +1 -0
- package/packages/core/dist/server/tdd-metrics.d.ts +5 -0
- package/packages/core/dist/server/tdd-metrics.d.ts.map +1 -0
- package/packages/core/dist/server/tdd-metrics.js +5 -0
- package/packages/core/dist/server/tdd-metrics.js.map +1 -0
- package/packages/core/dist/server/ui-build.test.d.ts +19 -0
- package/packages/core/dist/server/ui-build.test.d.ts.map +1 -0
- package/packages/core/dist/server/ui-build.test.js +152 -0
- package/packages/core/dist/server/ui-build.test.js.map +1 -0
- package/packages/core/dist/server/websocket.d.ts +7 -0
- package/packages/core/dist/server/websocket.d.ts.map +1 -0
- package/packages/core/dist/server/websocket.js +8 -0
- package/packages/core/dist/server/websocket.js.map +1 -0
- package/packages/core/dist/shared/browser.d.ts +6 -0
- package/packages/core/dist/shared/browser.d.ts.map +1 -0
- package/packages/core/dist/shared/browser.js +8 -0
- package/packages/core/dist/shared/browser.js.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.d.ts +35 -0
- package/packages/core/dist/shared/generate-skill-docs.d.ts.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.js +442 -0
- package/packages/core/dist/shared/generate-skill-docs.js.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.test.d.ts +13 -0
- package/packages/core/dist/shared/generate-skill-docs.test.d.ts.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.test.js +519 -0
- package/packages/core/dist/shared/generate-skill-docs.test.js.map +1 -0
- package/packages/core/dist/shared/index.d.ts +11 -0
- package/packages/core/dist/shared/index.d.ts.map +1 -0
- package/packages/core/dist/shared/index.js +13 -0
- package/packages/core/dist/shared/index.js.map +1 -0
- package/packages/core/dist/shared/marker/constants.d.ts +39 -0
- package/packages/core/dist/shared/marker/constants.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/constants.js +46 -0
- package/packages/core/dist/shared/marker/constants.js.map +1 -0
- package/packages/core/dist/shared/marker/continue.test.d.ts +12 -0
- package/packages/core/dist/shared/marker/continue.test.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/continue.test.js +76 -0
- package/packages/core/dist/shared/marker/continue.test.js.map +1 -0
- package/packages/core/dist/shared/marker/detect.d.ts +25 -0
- package/packages/core/dist/shared/marker/detect.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/detect.js +53 -0
- package/packages/core/dist/shared/marker/detect.js.map +1 -0
- package/packages/core/dist/shared/marker/detect.test.d.ts +10 -0
- package/packages/core/dist/shared/marker/detect.test.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/detect.test.js +418 -0
- package/packages/core/dist/shared/marker/detect.test.js.map +1 -0
- package/packages/core/dist/shared/marker/index.d.ts +14 -0
- package/packages/core/dist/shared/marker/index.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/index.js +15 -0
- package/packages/core/dist/shared/marker/index.js.map +1 -0
- package/packages/core/dist/shared/marker/strip.d.ts +26 -0
- package/packages/core/dist/shared/marker/strip.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/strip.js +39 -0
- package/packages/core/dist/shared/marker/strip.js.map +1 -0
- package/packages/core/dist/shared/marker/types.d.ts +23 -0
- package/packages/core/dist/shared/marker/types.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/types.js +7 -0
- package/packages/core/dist/shared/marker/types.js.map +1 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.d.ts +8 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.d.ts.map +1 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.js +100 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.js.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.d.ts +35 -0
- package/packages/core/dist/shared/portrait-resolver.d.ts.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.js +259 -0
- package/packages/core/dist/shared/portrait-resolver.js.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.test.d.ts +2 -0
- package/packages/core/dist/shared/portrait-resolver.test.d.ts.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.test.js +157 -0
- package/packages/core/dist/shared/portrait-resolver.test.js.map +1 -0
- package/packages/core/dist/shared/repos-topology.d.ts +49 -0
- package/packages/core/dist/shared/repos-topology.d.ts.map +1 -0
- package/packages/core/dist/shared/repos-topology.js +101 -0
- package/packages/core/dist/shared/repos-topology.js.map +1 -0
- package/packages/core/dist/shared/repos-topology.test.d.ts +8 -0
- package/packages/core/dist/shared/repos-topology.test.d.ts.map +1 -0
- package/packages/core/dist/shared/repos-topology.test.js +250 -0
- package/packages/core/dist/shared/repos-topology.test.js.map +1 -0
- package/packages/core/dist/shared/skill-search.d.ts +36 -0
- package/packages/core/dist/shared/skill-search.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-search.js +300 -0
- package/packages/core/dist/shared/skill-search.js.map +1 -0
- package/packages/core/dist/shared/skill-search.test.d.ts +16 -0
- package/packages/core/dist/shared/skill-search.test.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-search.test.js +177 -0
- package/packages/core/dist/shared/skill-search.test.js.map +1 -0
- package/packages/core/dist/shared/skill-suggest.d.ts +76 -0
- package/packages/core/dist/shared/skill-suggest.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-suggest.js +256 -0
- package/packages/core/dist/shared/skill-suggest.js.map +1 -0
- package/packages/core/dist/shared/skill-suggest.test.d.ts +12 -0
- package/packages/core/dist/shared/skill-suggest.test.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-suggest.test.js +257 -0
- package/packages/core/dist/shared/skill-suggest.test.js.map +1 -0
- package/packages/core/dist/shared/theme-loader.d.ts +81 -0
- package/packages/core/dist/shared/theme-loader.d.ts.map +1 -0
- package/packages/core/dist/shared/theme-loader.js +491 -0
- package/packages/core/dist/shared/theme-loader.js.map +1 -0
- package/packages/core/dist/shared/theme-loader.test.d.ts +8 -0
- package/packages/core/dist/shared/theme-loader.test.d.ts.map +1 -0
- package/packages/core/dist/shared/theme-loader.test.js +62 -0
- package/packages/core/dist/shared/theme-loader.test.js.map +1 -0
- package/packages/core/dist/workflow/context-watch.test.js +1 -1
- package/packages/core/dist/workflow/context-watch.test.js.map +1 -1
- package/packages/core/dist/workflow/variable-resolver.test.js +1 -1
- package/packages/core/dist/workflow/variable-resolver.test.js.map +1 -1
- package/packages/core/dist/workflow/workflow-migration.test.js +4 -3
- package/packages/core/dist/workflow/workflow-migration.test.js.map +1 -1
- package/pennyfarthing-dist/agents/architect.md +1 -2
- package/pennyfarthing-dist/agents/ba.md +1 -1
- package/pennyfarthing-dist/agents/dev.md +2 -3
- package/pennyfarthing-dist/agents/devops.md +1 -1
- package/pennyfarthing-dist/agents/orchestrator.md +2 -3
- package/pennyfarthing-dist/agents/pm.md +2 -2
- package/pennyfarthing-dist/agents/reviewer.md +2 -2
- package/pennyfarthing-dist/agents/sm-setup.md +7 -7
- package/pennyfarthing-dist/agents/sm.md +19 -18
- package/pennyfarthing-dist/agents/tea.md +3 -2
- package/pennyfarthing-dist/agents/tech-writer.md +1 -1
- package/pennyfarthing-dist/agents/ux-designer.md +0 -1
- package/pennyfarthing-dist/commands/benchmark-control.md +69 -0
- package/pennyfarthing-dist/commands/benchmark.md +485 -0
- package/pennyfarthing-dist/commands/job-fair.md +102 -0
- package/pennyfarthing-dist/commands/{close-epic.md → pf-close-epic.md} +1 -1
- package/pennyfarthing-dist/commands/{new-work.md → pf-new-work.md} +4 -4
- package/pennyfarthing-dist/commands/{party-mode.md → pf-party-mode.md} +15 -2
- package/pennyfarthing-dist/commands/{patch.md → pf-patch.md} +3 -3
- package/pennyfarthing-dist/commands/{release.md → pf-release.md} +17 -10
- package/pennyfarthing-dist/commands/{setup.md → pf-setup.md} +2 -2
- package/pennyfarthing-dist/commands/{sprint.md → pf-sprint.md} +19 -19
- package/pennyfarthing-dist/commands/{standalone.md → pf-standalone.md} +2 -2
- package/pennyfarthing-dist/commands/{workflow.md → pf-workflow.md} +7 -7
- package/pennyfarthing-dist/commands/solo.md +447 -0
- package/pennyfarthing-dist/guides/agent-behavior.md +2 -2
- package/pennyfarthing-dist/guides/agent-tag-taxonomy.md +1 -2
- package/pennyfarthing-dist/guides/agent-template-strategic.md +1 -1
- package/pennyfarthing-dist/guides/agent-template-tactical.md +2 -2
- package/pennyfarthing-dist/guides/bikelane.md +6 -6
- package/pennyfarthing-dist/guides/permission-protocol.md +1 -1
- package/pennyfarthing-dist/guides/scale-levels.md +2 -2
- package/pennyfarthing-dist/guides/skill-schema.md +9 -9
- package/pennyfarthing-dist/guides/xml-tags.md +2 -2
- package/pennyfarthing-dist/personas/themes/dune.yaml +0 -1
- package/pennyfarthing-dist/personas/themes/hogans-heroes.yaml +260 -0
- package/pennyfarthing-dist/personas/themes/monty-python.yaml +312 -0
- package/pennyfarthing-dist/personas/themes/stephen-king.yaml +260 -0
- package/pennyfarthing-dist/scripts/core/agent-session.sh +0 -0
- package/pennyfarthing-dist/scripts/core/check-context.sh +0 -0
- package/pennyfarthing-dist/scripts/core/handoff-marker.sh +0 -0
- package/pennyfarthing-dist/scripts/core/phase-check-start.sh +0 -0
- package/pennyfarthing-dist/scripts/core/prime.sh +0 -0
- package/pennyfarthing-dist/scripts/cyclist/is-cyclist.sh +0 -0
- package/pennyfarthing-dist/scripts/git/create-feature-branches.sh +0 -0
- package/pennyfarthing-dist/scripts/git/git-status-all.sh +0 -0
- package/pennyfarthing-dist/scripts/git/install-git-hooks.sh +84 -21
- package/pennyfarthing-dist/scripts/git/release.sh +0 -0
- package/pennyfarthing-dist/scripts/git/worktree-manager.sh +0 -0
- package/pennyfarthing-dist/scripts/health/drift-detection.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/bell-mode-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/context-circuit-breaker.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/context-warning.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/cyclist-pretooluse-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/dispatcher-template.sh +45 -0
- package/pennyfarthing-dist/scripts/hooks/otel-auto-config.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/post-merge.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/pre-commit.sh +27 -2
- package/pennyfarthing-dist/scripts/hooks/pre-edit-check.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/pre-push.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/question-reflector-check.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/question_reflector_check.py +0 -0
- package/pennyfarthing-dist/scripts/hooks/schema-validation.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/session-start.sh +25 -89
- package/pennyfarthing-dist/scripts/hooks/session-stop.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/sprint-yaml-validation.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/welcome-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/README.md +1 -1
- package/pennyfarthing-dist/scripts/jira/create-jira-epic.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/create-jira-story.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/jira-claim-story.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/jira-reconcile.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/jira-sync-story.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/sync-epic-jira.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/background-tasks.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/checkpoint.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/common.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/file-lock.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/logging.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/retry.sh +0 -0
- package/pennyfarthing-dist/scripts/maintenance/migrate-theme-schema.mjs +0 -0
- package/pennyfarthing-dist/scripts/maintenance/sidecar-health.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/add-short-names.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/add_short_names.py +0 -0
- package/pennyfarthing-dist/scripts/misc/backlog.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/check-status.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/find-related-work.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/generate-skill-docs.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/log-skill-usage.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/migrate-bmad-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/migrate_bmad_workflow.py +0 -0
- package/pennyfarthing-dist/scripts/misc/repo-scan.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/repo-utils.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/run-ci.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/run-timestamp.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/session-cleanup.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/skill-usage-report.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/statusline.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/uninstall.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/validate-subagent-frontmatter.sh +0 -0
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.py +50 -26
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.sh +18 -6
- package/pennyfarthing-dist/scripts/sprint/README.md +1 -1
- package/pennyfarthing-dist/scripts/story/README.md +1 -1
- package/pennyfarthing-dist/scripts/story/create-story.sh +0 -0
- package/pennyfarthing-dist/scripts/story/size-story.sh +0 -0
- package/pennyfarthing-dist/scripts/story/story-template.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/check.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/dev-story-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/epics-and-stories-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/handoff-phase-update.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/implementation-readiness-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/migrate-bmad-workflow.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/prd-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/project-context-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-character-voice.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-drift-detection.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-post-merge-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-session-checkpoint.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-solo-command.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/ux-design-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/theme/list-themes.sh +0 -0
- package/pennyfarthing-dist/scripts/validation/validate-agent-schema.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/README.md +1 -1
- package/pennyfarthing-dist/scripts/workflow/check.py +0 -0
- package/pennyfarthing-dist/scripts/workflow/check.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/complete-step.py +0 -0
- package/pennyfarthing-dist/scripts/workflow/finish-story.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/fix-session-phase.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/get-workflow-type.py +0 -0
- package/pennyfarthing-dist/scripts/workflow/get-workflow-type.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/list-workflows.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/phase-owner.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/resume-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/show-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/start-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/workflow-status.sh +0 -0
- package/pennyfarthing-dist/skills/pf-bc/examples.md +83 -0
- package/pennyfarthing-dist/skills/pf-bc/skill.md +51 -0
- package/pennyfarthing-dist/skills/pf-bc/usage.md +113 -0
- package/pennyfarthing-dist/skills/{cyclist → pf-cyclist}/SKILL.md +5 -5
- package/pennyfarthing-dist/skills/pf-finalize-run/SKILL.md +261 -0
- package/pennyfarthing-dist/skills/pf-jira/SKILL.md +61 -0
- package/pennyfarthing-dist/skills/pf-jira/examples.md +163 -0
- package/pennyfarthing-dist/skills/pf-jira/usage.md +213 -0
- package/pennyfarthing-dist/skills/pf-judge/SKILL.md +644 -0
- package/pennyfarthing-dist/skills/{just → pf-just}/SKILL.md +23 -23
- package/pennyfarthing-dist/skills/{permissions → pf-permissions}/skill.md +8 -8
- package/pennyfarthing-dist/skills/pf-persona-benchmark/SKILL.md +187 -0
- package/pennyfarthing-dist/skills/pf-sprint/examples.md +189 -0
- package/pennyfarthing-dist/skills/pf-sprint/skill.md +85 -0
- package/pennyfarthing-dist/skills/pf-sprint/usage.md +293 -0
- package/pennyfarthing-dist/skills/{story → pf-story}/scripts/create-story.sh +0 -0
- package/pennyfarthing-dist/skills/{story → pf-story}/scripts/size-story.sh +0 -0
- package/pennyfarthing-dist/skills/{story → pf-story}/scripts/story-template.sh +0 -0
- package/pennyfarthing-dist/skills/pf-story/skill.md +27 -0
- package/pennyfarthing-dist/skills/{systematic-debugging → pf-systematic-debugging}/SKILL.md +5 -6
- package/pennyfarthing-dist/skills/pf-theme/examples.md +92 -0
- package/pennyfarthing-dist/skills/pf-theme/skill.md +42 -0
- package/pennyfarthing-dist/skills/pf-theme/usage.md +149 -0
- package/pennyfarthing-dist/skills/pf-workflow/examples.md +101 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/list-workflows.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/resume-workflow.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/show-workflow.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/start-workflow.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/workflow-status.sh +0 -0
- package/pennyfarthing-dist/skills/pf-workflow/skill.md +49 -0
- package/pennyfarthing-dist/skills/pf-workflow/usage.md +145 -0
- package/pennyfarthing-dist/skills/skill-registry.yaml +63 -81
- package/pennyfarthing-dist/workflows/architecture/data/domain-complexity.csv +13 -0
- package/pennyfarthing-dist/workflows/architecture/data/project-types.csv +7 -0
- package/pennyfarthing-dist/workflows/epics-and-stories/steps/step-05-import-to-future.md +40 -11
- package/pennyfarthing-dist/workflows/party-mode-roleplay/steps/step-01-agent-loading.md +99 -0
- package/pennyfarthing-dist/workflows/party-mode-roleplay/steps/step-02-discussion.md +130 -0
- package/pennyfarthing-dist/workflows/party-mode-roleplay/steps/step-03-exit.md +100 -0
- package/pennyfarthing-dist/workflows/party-mode-roleplay/workflow.yaml +62 -0
- package/pennyfarthing-dist/workflows/prd/data/domain-complexity.csv +2 -0
- package/pennyfarthing-dist/workflows/prd/data/prd-purpose.md +2 -0
- package/pennyfarthing-dist/workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +16 -0
- package/pennyfarthing-dist/workflows/project-setup/steps/step-04-claude-md.md +3 -3
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-01-understand.md +193 -0
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-02-investigate.md +148 -0
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-03-generate.md +141 -0
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-04-review.md +192 -0
- package/pennyfarthing-dist/workflows/quick-spec/tech-spec-template.md +74 -0
- package/pennyfarthing-dist/workflows/quick-spec/workflow.yaml +35 -0
- package/pennyfarthing-dist/workflows/release/steps/step-01-preflight.md +42 -3
- package/pennyfarthing-dist/workflows/release/steps/step-02-bump.md +10 -3
- package/pennyfarthing-dist/workflows/release/steps/step-03-changelog.md +1 -1
- package/pennyfarthing-dist/workflows/release/steps/step-07-commit.md +13 -4
- package/pennyfarthing-dist/workflows/release/steps/step-08-merge.md +31 -6
- package/pennyfarthing-dist/workflows/release/steps/step-09-push.md +12 -6
- package/pennyfarthing-dist/workflows/release/steps/step-10-publish.md +30 -5
- package/pennyfarthing-dist/workflows/release/steps/step-11-finalize.md +29 -0
- package/pennyfarthing-dist/workflows/release.yaml +7 -0
- package/pennyfarthing_scripts/CLAUDE.md +182 -0
- package/pennyfarthing_scripts/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/patch_mode.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/session_start_hook.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/__init__.py +1 -0
- package/pennyfarthing_scripts/bc/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/__pycache__/focus.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/cli.py +223 -0
- package/pennyfarthing_scripts/bc/focus.py +333 -0
- package/pennyfarthing_scripts/bikerack/__init__.py +8 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/background_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/base_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/changed_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/diffs_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/git_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/launcher.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/sprint_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/tui.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/ws_client.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/background_panel.py +81 -0
- package/pennyfarthing_scripts/bikerack/base_panel.py +100 -0
- package/pennyfarthing_scripts/bikerack/changed_panel.py +105 -0
- package/pennyfarthing_scripts/bikerack/cli.py +22 -24
- package/pennyfarthing_scripts/bikerack/diffs_panel.py +146 -0
- package/pennyfarthing_scripts/bikerack/git_panel.py +69 -0
- package/pennyfarthing_scripts/bikerack/launcher.py +63 -4
- package/pennyfarthing_scripts/bikerack/sprint_panel.py +72 -0
- package/pennyfarthing_scripts/bikerack/tui.py +193 -0
- package/pennyfarthing_scripts/bikerack/ws_client.py +176 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/discover.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/cli.py +60 -16
- package/pennyfarthing_scripts/codemarkers/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/create_branches.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/status_all.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/analyze.py +15 -1
- package/pennyfarthing_scripts/hooks/cyclist-pretooluse-hook.sh +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/cli.py +10 -2
- package/pennyfarthing_scripts/launch/__init__.py +1 -0
- package/pennyfarthing_scripts/launch/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/launch/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/launch/cli.py +231 -0
- package/pennyfarthing_scripts/preflight/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/preflight/__pycache__/finish.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/version_sentinel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/version_sentinel.py +0 -1
- package/pennyfarthing_scripts/session_start_hook.py +192 -0
- package/pennyfarthing_scripts/sprint/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/archive_epic.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/epic_add.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/epic_update.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/import_epic.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/loader.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/story_add.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/story_finish.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/story_update.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/validate_cmd.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/yaml_io.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/archive_epic.py +109 -1
- package/pennyfarthing_scripts/sprint/cli.py +30 -9
- package/pennyfarthing_scripts/sprint/epic_add.py +7 -1
- package/pennyfarthing_scripts/sprint/epic_update.py +148 -0
- package/pennyfarthing_scripts/sprint/loader.py +33 -0
- package/pennyfarthing_scripts/sprint/story_add.py +11 -1
- package/pennyfarthing_scripts/sprint/story_finish.py +14 -10
- package/pennyfarthing_scripts/sprint/story_update.py +7 -0
- package/pennyfarthing_scripts/sprint/validate_cmd.py +2 -1
- package/pennyfarthing_scripts/sprint/yaml_io.py +64 -6
- package/pennyfarthing_scripts/story/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/size.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/template.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_archive_epic.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_bc.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_bikerack.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_brownfield.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_cli_modules.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_cli_normalization.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_codemarkers.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_common.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_epic_shard_validation.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_git_utils.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_healthscore.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_jira_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_package_structure.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_patch_mode.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_prime.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_panel.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_validator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_story_add.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_story_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_story_update.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_tiers.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_token_counting.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_topology_loader.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_tui_focus.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_tui_panel_persistence.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_validate_cmd.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_version_sentinel.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_workflow_check.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_yaml_io.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/test_archive_epic.py +185 -0
- package/pennyfarthing_scripts/tests/test_bc.py +490 -0
- package/pennyfarthing_scripts/tests/test_cli_normalization.py +295 -0
- package/pennyfarthing_scripts/tests/test_sprint_panel.py +531 -0
- package/pennyfarthing_scripts/tests/test_tui_focus.py +411 -0
- package/pennyfarthing_scripts/tests/test_tui_panel_persistence.py +411 -0
- package/pennyfarthing_scripts/tests/test_version_sentinel.py +1 -5
- package/pennyfarthing_scripts/tests/test_yaml_io.py +5 -5
- package/pennyfarthing_scripts/theme/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/theme/cli.py +25 -2
- package/scripts/README.md +41 -0
- package/packages/core/dist/scripts/benchmark-integration.test.d.ts +0 -13
- package/packages/core/dist/scripts/benchmark-integration.test.d.ts.map +0 -1
- package/packages/core/dist/scripts/benchmark-integration.test.js +0 -680
- package/packages/core/dist/scripts/benchmark-integration.test.js.map +0 -1
- package/packages/core/dist/scripts/debugging-scenarios.test.d.ts +0 -18
- package/packages/core/dist/scripts/debugging-scenarios.test.d.ts.map +0 -1
- package/packages/core/dist/scripts/debugging-scenarios.test.js +0 -317
- package/packages/core/dist/scripts/debugging-scenarios.test.js.map +0 -1
- package/packages/core/dist/scripts/job-fair-aggregator.test.d.ts +0 -14
- package/packages/core/dist/scripts/job-fair-aggregator.test.d.ts.map +0 -1
- package/packages/core/dist/scripts/job-fair-aggregator.test.js +0 -616
- package/packages/core/dist/scripts/job-fair-aggregator.test.js.map +0 -1
- package/packages/core/dist/scripts/theme-detail.test.d.ts +0 -10
- package/packages/core/dist/scripts/theme-detail.test.js +0 -199
- package/pennyfarthing-dist/personas/themes/star-trek-tng.yaml +0 -392
- package/pennyfarthing-dist/skills/dev-patterns/SKILL.md +0 -461
- package/pennyfarthing-dist/skills/jira/SKILL.md +0 -207
- package/pennyfarthing-dist/skills/sprint/skill.md +0 -806
- package/pennyfarthing-dist/skills/story/skill.md +0 -27
- package/pennyfarthing-dist/skills/theme/skill.md +0 -356
- package/pennyfarthing-dist/skills/workflow/skill.md +0 -368
- /package/pennyfarthing-dist/commands/{architect.md → pf-architect.md} +0 -0
- /package/pennyfarthing-dist/commands/{ba.md → pf-ba.md} +0 -0
- /package/pennyfarthing-dist/commands/{brainstorming.md → pf-brainstorming.md} +0 -0
- /package/pennyfarthing-dist/commands/{check.md → pf-check.md} +0 -0
- /package/pennyfarthing-dist/commands/{chore.md → pf-chore.md} +0 -0
- /package/pennyfarthing-dist/commands/{continue-session.md → pf-continue-session.md} +0 -0
- /package/pennyfarthing-dist/commands/{create-branches-from-story.md → pf-create-branches-from-story.md} +0 -0
- /package/pennyfarthing-dist/commands/{create-theme.md → pf-create-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{dev.md → pf-dev.md} +0 -0
- /package/pennyfarthing-dist/commands/{devops.md → pf-devops.md} +0 -0
- /package/pennyfarthing-dist/commands/{fix-blocker.md → pf-fix-blocker.md} +0 -0
- /package/pennyfarthing-dist/commands/{git-cleanup.md → pf-git-cleanup.md} +0 -0
- /package/pennyfarthing-dist/commands/{health-check.md → pf-health-check.md} +0 -0
- /package/pennyfarthing-dist/commands/{help.md → pf-help.md} +0 -0
- /package/pennyfarthing-dist/commands/{list-themes.md → pf-list-themes.md} +0 -0
- /package/pennyfarthing-dist/commands/{orchestrator.md → pf-orchestrator.md} +0 -0
- /package/pennyfarthing-dist/commands/{parallel-work.md → pf-parallel-work.md} +0 -0
- /package/pennyfarthing-dist/commands/{permissions.md → pf-permissions.md} +0 -0
- /package/pennyfarthing-dist/commands/{pm.md → pf-pm.md} +0 -0
- /package/pennyfarthing-dist/commands/{prime.md → pf-prime.md} +0 -0
- /package/pennyfarthing-dist/commands/{repo-status.md → pf-repo-status.md} +0 -0
- /package/pennyfarthing-dist/commands/{retro.md → pf-retro.md} +0 -0
- /package/pennyfarthing-dist/commands/{reviewer.md → pf-reviewer.md} +0 -0
- /package/pennyfarthing-dist/commands/{run-ci.md → pf-run-ci.md} +0 -0
- /package/pennyfarthing-dist/commands/{set-theme.md → pf-set-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{show-theme.md → pf-show-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{sm.md → pf-sm.md} +0 -0
- /package/pennyfarthing-dist/commands/{sprint-planning.md → pf-sprint-planning.md} +0 -0
- /package/pennyfarthing-dist/commands/{start-epic.md → pf-start-epic.md} +0 -0
- /package/pennyfarthing-dist/commands/{sync-epic-to-jira.md → pf-sync-epic-to-jira.md} +0 -0
- /package/pennyfarthing-dist/commands/{sync-work-with-sprint.md → pf-sync-work-with-sprint.md} +0 -0
- /package/pennyfarthing-dist/commands/{tea.md → pf-tea.md} +0 -0
- /package/pennyfarthing-dist/commands/{tech-writer.md → pf-tech-writer.md} +0 -0
- /package/pennyfarthing-dist/commands/{theme-maker.md → pf-theme-maker.md} +0 -0
- /package/pennyfarthing-dist/commands/{theme.md → pf-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{update-domain-docs.md → pf-update-domain-docs.md} +0 -0
- /package/pennyfarthing-dist/commands/{ux-designer.md → pf-ux-designer.md} +0 -0
- /package/pennyfarthing-dist/commands/{work.md → pf-work.md} +0 -0
- /package/pennyfarthing-dist/skills/{agentic-patterns → pf-agentic-patterns}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{changelog → pf-changelog}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{code-review → pf-code-review}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{context-engineering → pf-context-engineering}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{mermaid → pf-mermaid}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{otel → pf-otel}/skill.md +0 -0
- /package/pennyfarthing-dist/skills/{testing → pf-testing}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{testing → pf-testing}/references/troubleshooting.md +0 -0
- /package/pennyfarthing-dist/skills/{theme-creation → pf-theme-creation}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{yq → pf-yq}/SKILL.md +0 -0
|
@@ -6,7 +6,7 @@ description: |
|
|
|
6
6
|
args: "[recipe] [args...]"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# /just - Project Task Runner
|
|
9
|
+
# /pf-just - Project Task Runner
|
|
10
10
|
|
|
11
11
|
<run>
|
|
12
12
|
Main commands:
|
|
@@ -23,7 +23,7 @@ Main commands:
|
|
|
23
23
|
|
|
24
24
|
## Commands
|
|
25
25
|
|
|
26
|
-
### `/just` or `/just --list`
|
|
26
|
+
### `/pf-just` or `/pf-just --list`
|
|
27
27
|
|
|
28
28
|
List all available recipes.
|
|
29
29
|
|
|
@@ -36,7 +36,7 @@ just --list
|
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
39
|
-
### `/just build`
|
|
39
|
+
### `/pf-just build`
|
|
40
40
|
|
|
41
41
|
Build all packages in the monorepo.
|
|
42
42
|
|
|
@@ -49,7 +49,7 @@ just build
|
|
|
49
49
|
|
|
50
50
|
---
|
|
51
51
|
|
|
52
|
-
### `/just test`
|
|
52
|
+
### `/pf-just test`
|
|
53
53
|
|
|
54
54
|
Run tests for all packages.
|
|
55
55
|
|
|
@@ -62,7 +62,7 @@ just test
|
|
|
62
62
|
|
|
63
63
|
---
|
|
64
64
|
|
|
65
|
-
### `/just test-cyclist`
|
|
65
|
+
### `/pf-just test-cyclist`
|
|
66
66
|
|
|
67
67
|
Run tests for the Cyclist package only.
|
|
68
68
|
|
|
@@ -75,7 +75,7 @@ just test-cyclist
|
|
|
75
75
|
|
|
76
76
|
---
|
|
77
77
|
|
|
78
|
-
### `/just test-cyclist-watch`
|
|
78
|
+
### `/pf-just test-cyclist-watch`
|
|
79
79
|
|
|
80
80
|
Run Cyclist tests in watch mode for TDD workflow.
|
|
81
81
|
|
|
@@ -88,7 +88,7 @@ just test-cyclist-watch
|
|
|
88
88
|
|
|
89
89
|
---
|
|
90
90
|
|
|
91
|
-
### `/just install`
|
|
91
|
+
### `/pf-just install`
|
|
92
92
|
|
|
93
93
|
Install dependencies for all packages.
|
|
94
94
|
|
|
@@ -105,7 +105,7 @@ just install
|
|
|
105
105
|
|
|
106
106
|
The `cyclist` recipe is the main entry point for Cyclist operations.
|
|
107
107
|
|
|
108
|
-
### `/just cyclist` (default)
|
|
108
|
+
### `/pf-just cyclist` (default)
|
|
109
109
|
|
|
110
110
|
Launch Cyclist in Electron mode with folder picker.
|
|
111
111
|
|
|
@@ -118,7 +118,7 @@ just cyclist
|
|
|
118
118
|
|
|
119
119
|
---
|
|
120
120
|
|
|
121
|
-
### `/just cyclist here`
|
|
121
|
+
### `/pf-just cyclist here`
|
|
122
122
|
|
|
123
123
|
Launch Cyclist for the current directory.
|
|
124
124
|
|
|
@@ -131,7 +131,7 @@ just cyclist here
|
|
|
131
131
|
|
|
132
132
|
---
|
|
133
133
|
|
|
134
|
-
### `/just cyclist web`
|
|
134
|
+
### `/pf-just cyclist web`
|
|
135
135
|
|
|
136
136
|
Launch Cyclist in web dev mode with hot reload.
|
|
137
137
|
|
|
@@ -144,7 +144,7 @@ just cyclist web
|
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
|
147
|
-
### `/just cyclist server`
|
|
147
|
+
### `/pf-just cyclist server`
|
|
148
148
|
|
|
149
149
|
Start Cyclist web server only (no browser).
|
|
150
150
|
|
|
@@ -157,7 +157,7 @@ just cyclist server
|
|
|
157
157
|
|
|
158
158
|
---
|
|
159
159
|
|
|
160
|
-
### `/just cyclist verbose`
|
|
160
|
+
### `/pf-just cyclist verbose`
|
|
161
161
|
|
|
162
162
|
Enable debug logging for troubleshooting.
|
|
163
163
|
|
|
@@ -174,7 +174,7 @@ just cyclist web verbose
|
|
|
174
174
|
|
|
175
175
|
---
|
|
176
176
|
|
|
177
|
-
### `/just cyclist dir=<path>`
|
|
177
|
+
### `/pf-just cyclist dir=<path>`
|
|
178
178
|
|
|
179
179
|
Launch Cyclist for a specific project directory.
|
|
180
180
|
|
|
@@ -190,7 +190,7 @@ just cyclist dir=/path/to/project
|
|
|
190
190
|
|
|
191
191
|
---
|
|
192
192
|
|
|
193
|
-
### `/just cyclist setup`
|
|
193
|
+
### `/pf-just cyclist setup`
|
|
194
194
|
|
|
195
195
|
First-time setup for Cyclist development.
|
|
196
196
|
|
|
@@ -207,7 +207,7 @@ just cyclist setup
|
|
|
207
207
|
|
|
208
208
|
---
|
|
209
209
|
|
|
210
|
-
### `/just cyclist doctor`
|
|
210
|
+
### `/pf-just cyclist doctor`
|
|
211
211
|
|
|
212
212
|
Diagnose Cyclist setup issues.
|
|
213
213
|
|
|
@@ -226,7 +226,7 @@ just cyclist doctor --fix
|
|
|
226
226
|
|
|
227
227
|
---
|
|
228
228
|
|
|
229
|
-
### `/just cyclist build`
|
|
229
|
+
### `/pf-just cyclist build`
|
|
230
230
|
|
|
231
231
|
Build Cyclist TypeScript only.
|
|
232
232
|
|
|
@@ -239,7 +239,7 @@ just cyclist build
|
|
|
239
239
|
|
|
240
240
|
---
|
|
241
241
|
|
|
242
|
-
### `/just cyclist clean`
|
|
242
|
+
### `/pf-just cyclist clean`
|
|
243
243
|
|
|
244
244
|
Remove Cyclist build artifacts.
|
|
245
245
|
|
|
@@ -252,7 +252,7 @@ just cyclist clean
|
|
|
252
252
|
|
|
253
253
|
---
|
|
254
254
|
|
|
255
|
-
### `/just cyclist rebuild`
|
|
255
|
+
### `/pf-just cyclist rebuild`
|
|
256
256
|
|
|
257
257
|
Rebuild native modules (node-pty) for Electron.
|
|
258
258
|
|
|
@@ -267,7 +267,7 @@ just cyclist rebuild
|
|
|
267
267
|
|
|
268
268
|
---
|
|
269
269
|
|
|
270
|
-
### `/just cyclist package`
|
|
270
|
+
### `/pf-just cyclist package`
|
|
271
271
|
|
|
272
272
|
Build Cyclist Electron app for distribution.
|
|
273
273
|
|
|
@@ -280,7 +280,7 @@ just cyclist package
|
|
|
280
280
|
|
|
281
281
|
---
|
|
282
282
|
|
|
283
|
-
### `/just cyclist install`
|
|
283
|
+
### `/pf-just cyclist install`
|
|
284
284
|
|
|
285
285
|
Install Cyclist app and CLI.
|
|
286
286
|
|
|
@@ -299,7 +299,7 @@ just cyclist install
|
|
|
299
299
|
|
|
300
300
|
Generate AI portraits for persona themes.
|
|
301
301
|
|
|
302
|
-
### `/just portraits <theme>`
|
|
302
|
+
### `/pf-just portraits <theme>`
|
|
303
303
|
|
|
304
304
|
Generate portraits for a specific theme.
|
|
305
305
|
|
|
@@ -315,7 +315,7 @@ just portraits arthurian-mythos
|
|
|
315
315
|
|
|
316
316
|
---
|
|
317
317
|
|
|
318
|
-
### `/just portraits-all`
|
|
318
|
+
### `/pf-just portraits-all`
|
|
319
319
|
|
|
320
320
|
Generate portraits for all themes.
|
|
321
321
|
|
|
@@ -328,7 +328,7 @@ just portraits-all
|
|
|
328
328
|
|
|
329
329
|
---
|
|
330
330
|
|
|
331
|
-
### `/just portraits-preview <theme>`
|
|
331
|
+
### `/pf-just portraits-preview <theme>`
|
|
332
332
|
|
|
333
333
|
Preview portraits for a theme without saving.
|
|
334
334
|
|
|
@@ -3,7 +3,7 @@ name: permissions
|
|
|
3
3
|
description: Manage runtime permission grants - list active grants, add/revoke tool access, show grant details. Use when viewing current permissions, granting tool access, or revoking permissions.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Permission Management Skill
|
|
6
|
+
# /pf-permissions - Permission Management Skill
|
|
7
7
|
|
|
8
8
|
<run>/permissions</run>
|
|
9
9
|
<output>List all active permission grants</output>
|
|
@@ -16,10 +16,10 @@ Pennyfarthing uses a runtime permission system for tool access control. This ski
|
|
|
16
16
|
|
|
17
17
|
| Action | Command |
|
|
18
18
|
|--------|---------|
|
|
19
|
-
| List all grants | `/permissions` |
|
|
20
|
-
| Grant tool access | `/permissions grant <tool> "<scope>"` |
|
|
21
|
-
| Revoke tool access | `/permissions revoke <tool>` |
|
|
22
|
-
| Show grant details | `/permissions show <tool>` |
|
|
19
|
+
| List all grants | `/pf-permissions` |
|
|
20
|
+
| Grant tool access | `/pf-permissions grant <tool> "<scope>"` |
|
|
21
|
+
| Revoke tool access | `/pf-permissions revoke <tool>` |
|
|
22
|
+
| Show grant details | `/pf-permissions show <tool>` |
|
|
23
23
|
|
|
24
24
|
## Grant Types
|
|
25
25
|
|
|
@@ -52,7 +52,7 @@ If no grants exist, displays "No active permission grants."
|
|
|
52
52
|
Add a permission grant for a specific tool and scope:
|
|
53
53
|
|
|
54
54
|
```
|
|
55
|
-
/permissions grant <tool> "<scope>" [--type <once|session|always>]
|
|
55
|
+
/pf-permissions grant <tool> "<scope>" [--type <once|session|always>]
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
**Parameters:**
|
|
@@ -85,7 +85,7 @@ curl -s -X POST http://localhost:${WHEELHUB_PORT:-7173}/api/permissions/grant \
|
|
|
85
85
|
Remove all grants for a specific tool:
|
|
86
86
|
|
|
87
87
|
```
|
|
88
|
-
/permissions revoke <tool>
|
|
88
|
+
/pf-permissions revoke <tool>
|
|
89
89
|
```
|
|
90
90
|
|
|
91
91
|
**Examples:**
|
|
@@ -109,7 +109,7 @@ curl -s -X DELETE "http://localhost:${WHEELHUB_PORT:-7173}/api/permissions/revok
|
|
|
109
109
|
Display detailed information about grants for a specific tool:
|
|
110
110
|
|
|
111
111
|
```
|
|
112
|
-
/permissions show <tool>
|
|
112
|
+
/pf-permissions show <tool>
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
```bash
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: persona-benchmark
|
|
3
|
+
description: Run benchmarks to compare persona effectiveness across themes. Use when testing which personas perform best on code review, test writing, or architecture tasks, or when running comparative analysis across themes.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Persona Benchmark Skill
|
|
7
|
+
|
|
8
|
+
Run benchmarks to compare persona effectiveness.
|
|
9
|
+
|
|
10
|
+
<run>
|
|
11
|
+
/persona-benchmark <test-case-id> <persona>
|
|
12
|
+
/persona-benchmark <test-case-id> <persona> [--analyze] [--suite]
|
|
13
|
+
</run>
|
|
14
|
+
|
|
15
|
+
<output>
|
|
16
|
+
Benchmark results saved to `.claude/benchmarks/results/{timestamp}-{persona}-{test-case-id}.yaml` with quantitative and qualitative metrics, or analysis summary when using `--analyze`.
|
|
17
|
+
</output>
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
/persona-benchmark <test-case-id> <persona>
|
|
23
|
+
/persona-benchmark cr-001 discworld
|
|
24
|
+
/persona-benchmark tw-001 literary-classics
|
|
25
|
+
/persona-benchmark --suite # Run all tests, all personas
|
|
26
|
+
/persona-benchmark --analyze # Analyze collected results
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Benchmark Execution Protocol
|
|
30
|
+
|
|
31
|
+
### Step 1: Load Test Case
|
|
32
|
+
|
|
33
|
+
Read the test case from `.claude/benchmarks/test-cases/{category}/{id}.yaml`
|
|
34
|
+
|
|
35
|
+
Extract:
|
|
36
|
+
- `instructions` - What to give the agent
|
|
37
|
+
- `code` - The code/problem to analyze
|
|
38
|
+
- `known_issues` or `known_edge_cases` or `known_considerations` - DO NOT reveal to agent
|
|
39
|
+
|
|
40
|
+
### Step 2: Configure Persona
|
|
41
|
+
|
|
42
|
+
Temporarily set persona in `.claude/persona-config.yaml`:
|
|
43
|
+
```yaml
|
|
44
|
+
theme: {persona}
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Step 3: Execute Task
|
|
48
|
+
|
|
49
|
+
Invoke the appropriate agent:
|
|
50
|
+
- `code-review` → `/reviewer`
|
|
51
|
+
- `test-writing` → `/tea`
|
|
52
|
+
- `architecture` → `/architect`
|
|
53
|
+
|
|
54
|
+
Provide ONLY:
|
|
55
|
+
- The instructions
|
|
56
|
+
- The code/problem
|
|
57
|
+
|
|
58
|
+
Do NOT reveal known issues list.
|
|
59
|
+
|
|
60
|
+
### Step 4: Collect Results
|
|
61
|
+
|
|
62
|
+
After agent completes, score the output:
|
|
63
|
+
|
|
64
|
+
**Quantitative Scoring:**
|
|
65
|
+
```yaml
|
|
66
|
+
# For code review:
|
|
67
|
+
issues_found: [list of issues detected]
|
|
68
|
+
issues_matched: [map to known_issues ids]
|
|
69
|
+
detection_rate: issues_matched / total_known_issues
|
|
70
|
+
false_positives: issues not in known list
|
|
71
|
+
|
|
72
|
+
# For test writing:
|
|
73
|
+
edge_cases_found: [list of edge cases covered]
|
|
74
|
+
edge_cases_matched: [map to known_edge_cases ids]
|
|
75
|
+
coverage_rate: edge_cases_matched / total_known_edge_cases
|
|
76
|
+
|
|
77
|
+
# For architecture:
|
|
78
|
+
considerations_found: [list of considerations mentioned]
|
|
79
|
+
considerations_matched: [map to known_considerations ids]
|
|
80
|
+
completeness_rate: considerations_matched / total_known_considerations
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**Qualitative Scoring (1-5):**
|
|
84
|
+
- `persona_consistency`: Did the agent stay in character?
|
|
85
|
+
- `explanation_quality`: How well did it explain its findings?
|
|
86
|
+
- `actionability`: How usable is the output?
|
|
87
|
+
- `engagement`: How enjoyable was the interaction?
|
|
88
|
+
|
|
89
|
+
### Step 5: Save Results
|
|
90
|
+
|
|
91
|
+
Write to `.claude/benchmarks/results/{timestamp}-{persona}-{test-case-id}.yaml`:
|
|
92
|
+
|
|
93
|
+
```yaml
|
|
94
|
+
benchmark:
|
|
95
|
+
test_case: cr-001
|
|
96
|
+
persona: discworld
|
|
97
|
+
agent: reviewer
|
|
98
|
+
character: Granny Weatherwax
|
|
99
|
+
timestamp: 2024-01-15T10:30:00Z
|
|
100
|
+
|
|
101
|
+
quantitative:
|
|
102
|
+
items_found: 8
|
|
103
|
+
items_expected: 14
|
|
104
|
+
items_matched:
|
|
105
|
+
- SQL_INJECTION_1
|
|
106
|
+
- SQL_INJECTION_2
|
|
107
|
+
- PLAINTEXT_PASSWORD
|
|
108
|
+
- PASSWORD_EXPOSURE_1
|
|
109
|
+
- PASSWORD_EXPOSURE_2
|
|
110
|
+
- NO_AUTH_CHECK
|
|
111
|
+
- ASYNC_DELETE_NO_TX
|
|
112
|
+
- ROWS_NOT_CLOSED
|
|
113
|
+
detection_rate: 0.57
|
|
114
|
+
false_positives: 1
|
|
115
|
+
weighted_score: 15.5
|
|
116
|
+
max_weighted_score: 22.5
|
|
117
|
+
weighted_rate: 0.69
|
|
118
|
+
|
|
119
|
+
qualitative:
|
|
120
|
+
persona_consistency: 5
|
|
121
|
+
explanation_quality: 4
|
|
122
|
+
actionability: 4
|
|
123
|
+
engagement: 5
|
|
124
|
+
|
|
125
|
+
notes: |
|
|
126
|
+
Found both SQL injections immediately with strong language.
|
|
127
|
+
Missed the error handling issues.
|
|
128
|
+
Very much in character - "I aten't reviewing code that's already dead."
|
|
129
|
+
|
|
130
|
+
raw_output: |
|
|
131
|
+
[Full agent output preserved here]
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
## Analysis Mode
|
|
135
|
+
|
|
136
|
+
When run with `--analyze`:
|
|
137
|
+
|
|
138
|
+
1. Load all results from `.claude/benchmarks/results/`
|
|
139
|
+
|
|
140
|
+
2. Aggregate by persona:
|
|
141
|
+
```
|
|
142
|
+
| Persona | Detection Rate | False Pos | Persona Score | Engagement |
|
|
143
|
+
|------------------|----------------|-----------|---------------|------------|
|
|
144
|
+
| discworld | 0.71 | 1.2 | 4.8 | 4.9 |
|
|
145
|
+
| star-trek | 0.68 | 0.8 | 4.5 | 4.2 |
|
|
146
|
+
| literary-classics| 0.73 | 1.5 | 4.2 | 4.0 |
|
|
147
|
+
| minimalist | 0.65 | 0.5 | N/A | 3.2 |
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
3. Aggregate by test category:
|
|
151
|
+
```
|
|
152
|
+
| Category | Best Persona | Avg Detection |
|
|
153
|
+
|--------------|-------------------|---------------|
|
|
154
|
+
| code-review | literary-classics | 0.71 |
|
|
155
|
+
| test-writing | discworld | 0.68 |
|
|
156
|
+
| architecture | star-trek | 0.75 |
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
4. Statistical significance:
|
|
160
|
+
- Calculate standard deviation
|
|
161
|
+
- Note if differences are significant
|
|
162
|
+
|
|
163
|
+
5. Qualitative patterns:
|
|
164
|
+
- Which personas stay in character best?
|
|
165
|
+
- Which provide most actionable output?
|
|
166
|
+
- User enjoyment patterns
|
|
167
|
+
|
|
168
|
+
## Running a Full Suite
|
|
169
|
+
|
|
170
|
+
```bash
|
|
171
|
+
# This will take a while - runs each test case with each persona
|
|
172
|
+
/persona-benchmark --suite
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
Executes:
|
|
176
|
+
- All test cases in `test-cases/`
|
|
177
|
+
- With each persona: discworld, star-trek, literary-classics, minimalist
|
|
178
|
+
- Saves individual results
|
|
179
|
+
- Produces summary comparison
|
|
180
|
+
|
|
181
|
+
## Tips for Valid Benchmarks
|
|
182
|
+
|
|
183
|
+
1. **Same evaluator**: Same person should score qualitative metrics
|
|
184
|
+
2. **Blind evaluation**: Score output before checking which persona
|
|
185
|
+
3. **Multiple runs**: Run each test 3+ times for reliability
|
|
186
|
+
4. **Fresh context**: Start new session for each benchmark run
|
|
187
|
+
5. **Control variables**: Same time of day, same evaluator state
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
# Sprint CLI — Examples
|
|
2
|
+
|
|
3
|
+
## Status & Discovery
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
# Full sprint status
|
|
7
|
+
pf sprint status
|
|
8
|
+
|
|
9
|
+
# Only backlog stories
|
|
10
|
+
pf sprint status backlog
|
|
11
|
+
|
|
12
|
+
# Only in-progress work
|
|
13
|
+
pf sprint status in-progress
|
|
14
|
+
|
|
15
|
+
# Only completed stories
|
|
16
|
+
pf sprint status done
|
|
17
|
+
|
|
18
|
+
# Available stories grouped by epic
|
|
19
|
+
pf sprint backlog
|
|
20
|
+
|
|
21
|
+
# Sprint metrics and velocity
|
|
22
|
+
pf sprint metrics
|
|
23
|
+
pf sprint metrics --json
|
|
24
|
+
|
|
25
|
+
# Sprint header as JSON (for scripts)
|
|
26
|
+
pf sprint info
|
|
27
|
+
|
|
28
|
+
# Future initiatives overview
|
|
29
|
+
pf sprint future
|
|
30
|
+
|
|
31
|
+
# Future epic detail with stories
|
|
32
|
+
pf sprint future epic-55
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Starting Work
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
# Show available stories (interactive)
|
|
39
|
+
pf sprint work
|
|
40
|
+
|
|
41
|
+
# Start specific story
|
|
42
|
+
pf sprint work 91-3
|
|
43
|
+
|
|
44
|
+
# Auto-select highest priority
|
|
45
|
+
pf sprint work next
|
|
46
|
+
|
|
47
|
+
# Preview without starting
|
|
48
|
+
pf sprint work 91-3 --dry-run
|
|
49
|
+
|
|
50
|
+
# Check story availability (JSON output)
|
|
51
|
+
pf sprint check 91-3
|
|
52
|
+
pf sprint check MSSCI-15033
|
|
53
|
+
pf sprint check next
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Story Operations
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
# Show story details
|
|
60
|
+
pf sprint story show 91-3
|
|
61
|
+
pf sprint story show MSSCI-15033 --json
|
|
62
|
+
|
|
63
|
+
# Add story to epic
|
|
64
|
+
pf sprint story add 91 "Add error handling" 3
|
|
65
|
+
pf sprint story add 91 "Fix null pointer" 2 --type bug
|
|
66
|
+
pf sprint story add 91 "Refactor parser" 3 --workflow trivial --priority p0
|
|
67
|
+
|
|
68
|
+
# Add standalone story to initiative
|
|
69
|
+
pf sprint story add --initiative technical-debt "Fix flaky test" 2 --type bug
|
|
70
|
+
|
|
71
|
+
# Update story fields
|
|
72
|
+
pf sprint story update 91-3 --status in_progress
|
|
73
|
+
pf sprint story update 91-3 --status done
|
|
74
|
+
pf sprint story update 91-3 --points 5 --priority P0
|
|
75
|
+
pf sprint story update 91-3 --assigned-to keith.avery@1898andco.io
|
|
76
|
+
pf sprint story update 91-3 --workflow tdd-tandem
|
|
77
|
+
pf sprint story update 91-3 --status done --dry-run
|
|
78
|
+
|
|
79
|
+
# Get single field
|
|
80
|
+
pf sprint story field 91-3 workflow # tdd
|
|
81
|
+
pf sprint story field 91-3 jira # MSSCI-15033
|
|
82
|
+
pf sprint story field 91-3 status # in_progress
|
|
83
|
+
|
|
84
|
+
# Sizing guidelines
|
|
85
|
+
pf sprint story size
|
|
86
|
+
pf sprint story size 5
|
|
87
|
+
|
|
88
|
+
# Story templates
|
|
89
|
+
pf sprint story template
|
|
90
|
+
pf sprint story template feature
|
|
91
|
+
pf sprint story template bug
|
|
92
|
+
|
|
93
|
+
# Complete story (archive, merge, Jira transition)
|
|
94
|
+
pf sprint story finish 91-3
|
|
95
|
+
pf sprint story finish 91-3 --dry-run
|
|
96
|
+
|
|
97
|
+
# Claim/unclaim in Jira
|
|
98
|
+
pf sprint story claim MSSCI-15033
|
|
99
|
+
pf sprint story claim MSSCI-15033 --unclaim
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Epic Operations
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
# Show epic details
|
|
106
|
+
pf sprint epic show 91
|
|
107
|
+
pf sprint epic show MSSCI-14298
|
|
108
|
+
pf sprint epic show 91 --json
|
|
109
|
+
|
|
110
|
+
# Add new epic
|
|
111
|
+
pf sprint epic add epic-95 "New Feature Epic"
|
|
112
|
+
pf sprint epic add epic-95 "New Feature" --priority p0 --jira MSSCI-15100
|
|
113
|
+
pf sprint epic add epic-95 "New Feature" -d "Description of the epic"
|
|
114
|
+
|
|
115
|
+
# Update epic
|
|
116
|
+
pf sprint epic update 91 --status in_progress
|
|
117
|
+
pf sprint epic update MSSCI-14298 --priority P0
|
|
118
|
+
pf sprint epic update 91 --status done --dry-run
|
|
119
|
+
|
|
120
|
+
# Promote from future to current sprint
|
|
121
|
+
pf sprint epic promote epic-55
|
|
122
|
+
pf sprint epic promote 55
|
|
123
|
+
pf sprint epic promote epic-55 --dry-run
|
|
124
|
+
|
|
125
|
+
# Archive completed epics
|
|
126
|
+
pf sprint epic archive # Scan all completed
|
|
127
|
+
pf sprint epic archive --dry-run # Preview
|
|
128
|
+
pf sprint epic archive 91 # Specific epic
|
|
129
|
+
pf sprint epic archive 91 --jira # Also update Jira
|
|
130
|
+
|
|
131
|
+
# Cancel epic and all stories
|
|
132
|
+
pf sprint epic cancel 91
|
|
133
|
+
pf sprint epic cancel 91 --jira # Also cancel in Jira
|
|
134
|
+
pf sprint epic cancel 91 --dry-run
|
|
135
|
+
|
|
136
|
+
# Import BMAD epics
|
|
137
|
+
pf sprint epic import docs/planning/feature-epics.md
|
|
138
|
+
pf sprint epic import docs/planning/feature-epics.md "My Feature" --marker my-feature
|
|
139
|
+
pf sprint epic import docs/planning/feature-epics.md --dry-run
|
|
140
|
+
|
|
141
|
+
# Remove from future.yaml
|
|
142
|
+
pf sprint epic remove epic-41
|
|
143
|
+
pf sprint epic remove epic-41 --dry-run
|
|
144
|
+
|
|
145
|
+
# Get epic field
|
|
146
|
+
pf sprint epic field 91 jira # MSSCI-14298
|
|
147
|
+
pf sprint epic field 91 title # Epic title
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## Initiative Operations
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
# Show initiative details
|
|
154
|
+
pf sprint initiative show benchmark-reliability
|
|
155
|
+
pf sprint initiative show technical-debt --json
|
|
156
|
+
|
|
157
|
+
# Cancel initiative
|
|
158
|
+
pf sprint initiative cancel technical-debt
|
|
159
|
+
pf sprint initiative cancel technical-debt --jira
|
|
160
|
+
pf sprint initiative cancel technical-debt --dry-run
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
## Sprint Lifecycle
|
|
164
|
+
|
|
165
|
+
```bash
|
|
166
|
+
# Initialize new sprint
|
|
167
|
+
pf sprint new 2607 278 2026-02-16 2026-03-01 "Performance and polish"
|
|
168
|
+
pf sprint new 2607 278 2026-02-16 2026-03-01 "Performance and polish" --dry-run
|
|
169
|
+
|
|
170
|
+
# Archive completed story
|
|
171
|
+
pf sprint archive 91-3 856
|
|
172
|
+
pf sprint archive 91-3 856 --apply # Archive + remove atomically
|
|
173
|
+
|
|
174
|
+
# Validate sprint YAML
|
|
175
|
+
pf sprint validate # All validators
|
|
176
|
+
pf sprint validate sprint # Sprint YAML only
|
|
177
|
+
pf sprint validate --fix # Auto-fix issues
|
|
178
|
+
pf sprint validate --strict # Warnings as errors
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
## Sizing Quick Reference
|
|
182
|
+
|
|
183
|
+
| Points | Scale | Complexity | Examples |
|
|
184
|
+
|--------|-------|------------|----------|
|
|
185
|
+
| 1-2 | Trivial | Single file, minimal testing | Config, typo, simple fix |
|
|
186
|
+
| 3 | Small | Few files, some testing | Validation, single component |
|
|
187
|
+
| 5 | Medium | Multiple files, comprehensive testing | New page, API endpoint |
|
|
188
|
+
| 8 | Large | Significant scope, extensive testing | Integration, major refactor |
|
|
189
|
+
| 13+ | **SPLIT** | Too complex for single story | Break into smaller stories |
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sprint
|
|
3
|
+
description: |
|
|
4
|
+
Sprint status, backlog, and story management for Pennyfarthing. Use when checking current
|
|
5
|
+
sprint status, finding available stories, reviewing backlog, or understanding story context
|
|
6
|
+
and history.
|
|
7
|
+
IMPORTANT: Always use `pf sprint` CLI commands - never manually edit sprint YAML.
|
|
8
|
+
args: "[status|backlog|work|story|epic|initiative|archive|new|future|info|metrics|validate|standalone]"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# /pf-sprint - Sprint Management
|
|
12
|
+
|
|
13
|
+
<critical>
|
|
14
|
+
Never manually edit `sprint/current-sprint.yaml`. Use `pf sprint` CLI commands for deterministic, correct YAML formatting.
|
|
15
|
+
</critical>
|
|
16
|
+
|
|
17
|
+
## Quick Reference
|
|
18
|
+
|
|
19
|
+
| Command | CLI | Purpose |
|
|
20
|
+
|---------|-----|---------|
|
|
21
|
+
| `/pf-sprint` | `pf sprint status` | Show sprint status |
|
|
22
|
+
| `/pf-sprint status [filter]` | `pf sprint status [filter]` | Filter: `backlog`, `todo`, `in-progress`, `review`, `done` |
|
|
23
|
+
| `/pf-sprint backlog` | `pf sprint backlog` | Available stories by epic |
|
|
24
|
+
| `/pf-sprint work [id]` | `pf sprint work [story-id] [--dry-run]` | Start work on a story |
|
|
25
|
+
| `/pf-sprint archive <id> [pr]` | `pf sprint archive <id> [pr] [--apply] [--dry-run]` | Archive completed story |
|
|
26
|
+
| `/pf-sprint new ...` | `pf sprint new <yyww> <jira-id> <start> <end> "<goal>" [--dry-run]` | Initialize new sprint |
|
|
27
|
+
| `/pf-sprint future [epic-id]` | `pf sprint future [epic-id]` | Show future initiatives |
|
|
28
|
+
| `/pf-sprint info` | `pf sprint info` | Sprint header as JSON |
|
|
29
|
+
| `/pf-sprint metrics` | `pf sprint metrics [--json]` | Sprint progress and velocity |
|
|
30
|
+
| `/pf-sprint validate` | `pf sprint validate [--fix] [--strict]` | Validate sprint YAML |
|
|
31
|
+
|
|
32
|
+
### Story Commands
|
|
33
|
+
|
|
34
|
+
| Command | CLI | Purpose |
|
|
35
|
+
|---------|-----|---------|
|
|
36
|
+
| `/pf-sprint story show <id>` | `pf sprint story show <id> [--json]` | Show story details |
|
|
37
|
+
| `/pf-sprint story add ...` | `pf sprint story add <epic-id> "<title>" <pts> [opts]` | Add story to epic |
|
|
38
|
+
| `/pf-sprint story update <id>` | `pf sprint story update <id> [opts]` | Update story fields |
|
|
39
|
+
| `/pf-sprint story field <id> <f>` | `pf sprint story field <id> <field>` | Get single field value |
|
|
40
|
+
| `/pf-sprint story size [pts]` | `pf sprint story size [points]` | Sizing guidelines |
|
|
41
|
+
| `/pf-sprint story template [t]` | `pf sprint story template [type]` | Story templates |
|
|
42
|
+
| `/pf-sprint story finish <id>` | `pf sprint story finish <id> [--dry-run]` | Complete story workflow |
|
|
43
|
+
| `/pf-sprint story claim <id>` | `pf sprint story claim <id> [--claim/--unclaim] [--dry-run]` | Claim/unclaim in Jira |
|
|
44
|
+
|
|
45
|
+
### Epic Commands
|
|
46
|
+
|
|
47
|
+
| Command | CLI | Purpose |
|
|
48
|
+
|---------|-----|---------|
|
|
49
|
+
| `/pf-sprint epic show <id>` | `pf sprint epic show <id> [--json]` | Show epic details |
|
|
50
|
+
| `/pf-sprint epic add <id> <title>` | `pf sprint epic add <id> <title> [opts]` | Add epic to sprint |
|
|
51
|
+
| `/pf-sprint epic update <id>` | `pf sprint epic update <id> [--status] [--priority] [--dry-run]` | Update epic fields |
|
|
52
|
+
| `/pf-sprint epic promote <id>` | `pf sprint epic promote <id> [--dry-run]` | Move from future to current |
|
|
53
|
+
| `/pf-sprint epic archive [id]` | `pf sprint epic archive [id] [--dry-run] [--jira]` | Archive completed epics |
|
|
54
|
+
| `/pf-sprint epic cancel <id>` | `pf sprint epic cancel <id> [--jira] [--dry-run]` | Cancel epic and stories |
|
|
55
|
+
| `/pf-sprint epic import <file>` | `pf sprint epic import <file> [init] [--marker] [--dry-run]` | Import BMAD epics |
|
|
56
|
+
| `/pf-sprint epic remove <id>` | `pf sprint epic remove <id> [--dry-run]` | Remove from future.yaml |
|
|
57
|
+
| `/pf-sprint epic field <id> <f>` | `pf sprint epic field <id> <field>` | Get single field value |
|
|
58
|
+
|
|
59
|
+
### Initiative Commands
|
|
60
|
+
|
|
61
|
+
| Command | CLI | Purpose |
|
|
62
|
+
|---------|-----|---------|
|
|
63
|
+
| `/pf-sprint initiative show <n>` | `pf sprint initiative show <name> [--json]` | Show initiative details |
|
|
64
|
+
| `/pf-sprint initiative cancel <n>` | `pf sprint initiative cancel <name> [--jira] [--dry-run]` | Cancel initiative |
|
|
65
|
+
|
|
66
|
+
### Aliases
|
|
67
|
+
|
|
68
|
+
| Alias | Equivalent |
|
|
69
|
+
|-------|------------|
|
|
70
|
+
| `pf status` | `pf sprint status` |
|
|
71
|
+
| `pf backlog` | `pf sprint backlog` |
|
|
72
|
+
| `pf work` | `pf sprint work` |
|
|
73
|
+
| `pf story` | `pf sprint story` |
|
|
74
|
+
| `/new-work` | `/pf-sprint work` |
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
**Detailed options and behavior:** [usage.md](usage.md)
|
|
79
|
+
**Practical examples:** [examples.md](examples.md)
|
|
80
|
+
|
|
81
|
+
## Related Skills
|
|
82
|
+
|
|
83
|
+
| Skill | Purpose |
|
|
84
|
+
|-------|---------|
|
|
85
|
+
| `/pf-jira` | Jira operations (create, sync, reconcile, claim, assign) |
|