@pennyfarthing/core 11.2.0 → 11.2.2
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 +100 -40
- package/package.json +2 -1
- package/packages/core/dist/cli/commands/doctor.d.ts.map +1 -1
- package/packages/core/dist/cli/commands/doctor.js +474 -66
- package/packages/core/dist/cli/commands/doctor.js.map +1 -1
- package/packages/core/dist/cli/commands/init.js +4 -4
- package/packages/core/dist/cli/commands/init.js.map +1 -1
- package/packages/core/dist/cli/commands/update.d.ts.map +1 -1
- package/packages/core/dist/cli/commands/update.js +4 -5
- package/packages/core/dist/cli/commands/update.js.map +1 -1
- package/packages/core/dist/cli/utils/constants.d.ts +3 -8
- package/packages/core/dist/cli/utils/constants.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/constants.js +3 -4
- package/packages/core/dist/cli/utils/constants.js.map +1 -1
- package/packages/core/dist/cli/utils/settings.d.ts +7 -0
- package/packages/core/dist/cli/utils/settings.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/settings.js +70 -29
- package/packages/core/dist/cli/utils/settings.js.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.js +16 -16
- package/packages/core/dist/cli/utils/symlinks.js.map +1 -1
- package/packages/core/dist/consultation/dialogue-manager.d.ts +1 -1
- package/packages/core/dist/consultation/dialogue-manager.d.ts.map +1 -1
- package/packages/core/dist/consultation/dialogue-manager.js +1 -1
- package/packages/core/dist/consultation/dialogue-manager.js.map +1 -1
- package/packages/core/dist/consultation/dialogue-manager.test.js.map +1 -1
- package/packages/core/dist/consultation/tandem-metrics.d.ts +91 -0
- package/packages/core/dist/consultation/tandem-metrics.d.ts.map +1 -0
- package/packages/core/dist/consultation/tandem-metrics.js +131 -0
- package/packages/core/dist/consultation/tandem-metrics.js.map +1 -0
- package/packages/core/dist/consultation/tandem-metrics.test.d.ts +18 -0
- package/packages/core/dist/consultation/tandem-metrics.test.d.ts.map +1 -0
- package/packages/core/dist/consultation/tandem-metrics.test.js +457 -0
- package/packages/core/dist/consultation/tandem-metrics.test.js.map +1 -0
- package/packages/core/dist/public/css/react.css +1 -1
- package/packages/core/dist/public/js/react/react.js +14 -14
- package/packages/core/dist/server/api/agent-load.js +1 -1
- package/packages/core/dist/server/api/agent-load.js.map +1 -1
- package/packages/core/dist/server/api/git.d.ts.map +1 -1
- package/packages/core/dist/server/api/git.js +0 -1
- package/packages/core/dist/server/api/git.js.map +1 -1
- package/packages/core/dist/server/api/index.d.ts +2 -0
- package/packages/core/dist/server/api/index.d.ts.map +1 -1
- package/packages/core/dist/server/api/index.js +2 -0
- package/packages/core/dist/server/api/index.js.map +1 -1
- package/packages/core/dist/server/api/project-info.d.ts +11 -0
- package/packages/core/dist/server/api/project-info.d.ts.map +1 -0
- package/packages/core/dist/server/api/project-info.js +18 -0
- package/packages/core/dist/server/api/project-info.js.map +1 -0
- package/packages/core/dist/server/otlp-receiver.d.ts.map +1 -1
- package/packages/core/dist/server/otlp-receiver.js +18 -1
- package/packages/core/dist/server/otlp-receiver.js.map +1 -1
- package/packages/core/dist/server/otlp-receiver.test.js +1 -1
- package/packages/core/dist/server/otlp-receiver.test.js.map +1 -1
- package/packages/core/dist/server/server.d.ts +0 -3
- package/packages/core/dist/server/server.d.ts.map +1 -1
- package/packages/core/dist/server/server.js +5 -38
- package/packages/core/dist/server/server.js.map +1 -1
- package/packages/core/dist/server/server.test.d.ts +1 -1
- package/packages/core/dist/server/server.test.js +12 -23
- package/packages/core/dist/server/server.test.js.map +1 -1
- package/packages/core/dist/server/settings.d.ts +1 -0
- package/packages/core/dist/server/settings.d.ts.map +1 -1
- package/packages/core/dist/server/settings.js +13 -0
- package/packages/core/dist/server/settings.js.map +1 -1
- package/packages/core/dist/shared/capabilities.d.ts +88 -0
- package/packages/core/dist/shared/capabilities.d.ts.map +1 -0
- package/packages/core/dist/shared/capabilities.js +133 -0
- package/packages/core/dist/shared/capabilities.js.map +1 -0
- package/packages/core/dist/shared/capabilities.test.d.ts +2 -0
- package/packages/core/dist/shared/capabilities.test.d.ts.map +1 -0
- package/packages/core/dist/shared/capabilities.test.js +217 -0
- package/packages/core/dist/shared/capabilities.test.js.map +1 -0
- package/packages/core/dist/shared/spawn-prompt.d.ts +47 -0
- package/packages/core/dist/shared/spawn-prompt.d.ts.map +1 -0
- package/packages/core/dist/shared/spawn-prompt.js +82 -0
- package/packages/core/dist/shared/spawn-prompt.js.map +1 -0
- package/packages/core/dist/shared/spawn-prompt.test.d.ts +2 -0
- package/packages/core/dist/shared/spawn-prompt.test.d.ts.map +1 -0
- package/packages/core/dist/shared/spawn-prompt.test.js +251 -0
- package/packages/core/dist/shared/spawn-prompt.test.js.map +1 -0
- package/packages/core/dist/workflow/tandem-workflow-templates.test.d.ts +18 -0
- package/packages/core/dist/workflow/tandem-workflow-templates.test.d.ts.map +1 -0
- package/packages/core/dist/workflow/tandem-workflow-templates.test.js +434 -0
- package/packages/core/dist/workflow/tandem-workflow-templates.test.js.map +1 -0
- package/packages/core/dist/workflow/team-lifecycle.d.ts +169 -0
- package/packages/core/dist/workflow/team-lifecycle.d.ts.map +1 -0
- package/packages/core/dist/workflow/team-lifecycle.js +217 -0
- package/packages/core/dist/workflow/team-lifecycle.js.map +1 -0
- package/packages/core/dist/workflow/team-lifecycle.test.d.ts +20 -0
- package/packages/core/dist/workflow/team-lifecycle.test.d.ts.map +1 -0
- package/packages/core/dist/workflow/team-lifecycle.test.js +966 -0
- package/packages/core/dist/workflow/team-lifecycle.test.js.map +1 -0
- package/packages/core/dist/workflow/workflow-schema.d.ts +32 -0
- package/packages/core/dist/workflow/workflow-schema.d.ts.map +1 -1
- package/packages/core/dist/workflow/workflow-schema.js +120 -0
- package/packages/core/dist/workflow/workflow-schema.js.map +1 -1
- package/packages/core/dist/workflow/workflow-schema.test.d.ts.map +1 -1
- package/packages/core/dist/workflow/workflow-schema.test.js +570 -1
- package/packages/core/dist/workflow/workflow-schema.test.js.map +1 -1
- package/packages/core/dist/workflow/workflow-team-templates.test.d.ts +17 -0
- package/packages/core/dist/workflow/workflow-team-templates.test.d.ts.map +1 -0
- package/packages/core/dist/workflow/workflow-team-templates.test.js +275 -0
- package/packages/core/dist/workflow/workflow-team-templates.test.js.map +1 -0
- package/pennyfarthing-dist/agents/dev.md +21 -12
- package/pennyfarthing-dist/agents/reviewer.md +23 -4
- package/pennyfarthing-dist/agents/sm-finish.md +19 -2
- package/pennyfarthing-dist/agents/sm-setup.md +7 -7
- package/pennyfarthing-dist/agents/sm.md +12 -12
- package/pennyfarthing-dist/agents/tea.md +2 -2
- package/pennyfarthing-dist/agents/testing-runner.md +1 -1
- package/pennyfarthing-dist/commands/pf-architect.md +1 -1
- package/pennyfarthing-dist/commands/pf-ba.md +1 -1
- package/pennyfarthing-dist/commands/pf-chore.md +2 -2
- package/pennyfarthing-dist/commands/pf-dev.md +1 -1
- package/pennyfarthing-dist/commands/pf-devops.md +1 -1
- package/pennyfarthing-dist/commands/pf-epic.md +6 -6
- package/pennyfarthing-dist/commands/pf-git.md +12 -10
- package/pennyfarthing-dist/commands/pf-health-check.md +1 -1
- package/pennyfarthing-dist/commands/pf-help.md +12 -12
- package/pennyfarthing-dist/commands/pf-orchestrator.md +1 -1
- package/pennyfarthing-dist/commands/pf-pm.md +1 -1
- package/pennyfarthing-dist/commands/pf-prime.md +8 -8
- package/pennyfarthing-dist/commands/pf-reviewer.md +1 -1
- package/pennyfarthing-dist/commands/pf-session.md +7 -7
- package/pennyfarthing-dist/commands/pf-sm.md +1 -1
- package/pennyfarthing-dist/commands/pf-sprint.md +7 -7
- package/pennyfarthing-dist/commands/pf-tea.md +1 -1
- package/pennyfarthing-dist/commands/pf-tech-writer.md +1 -1
- package/pennyfarthing-dist/commands/pf-theme.md +9 -9
- package/pennyfarthing-dist/commands/pf-ux-designer.md +1 -1
- package/pennyfarthing-dist/commands/pf-work.md +1 -1
- package/pennyfarthing-dist/gates/approval.md +63 -0
- package/pennyfarthing-dist/gates/confidence-sm.md +71 -0
- package/pennyfarthing-dist/gates/context-ok.md +56 -0
- package/pennyfarthing-dist/gates/evaluations/confidence-sm.md +54 -0
- package/pennyfarthing-dist/gates/quality-pass.md +67 -0
- package/pennyfarthing-dist/gates/tests-fail.md +84 -0
- package/pennyfarthing-dist/gates/tests-pass.md +79 -0
- package/pennyfarthing-dist/guides/agent-behavior.md +84 -29
- package/pennyfarthing-dist/guides/agent-coordination.md +10 -10
- package/pennyfarthing-dist/guides/agent-tag-taxonomy.md +6 -6
- package/pennyfarthing-dist/guides/agent-template-tactical.md +1 -1
- package/pennyfarthing-dist/guides/bell-mode.md +1 -1
- package/pennyfarthing-dist/guides/bikerack.md +10 -10
- package/pennyfarthing-dist/guides/brownfield-tools.md +24 -24
- package/pennyfarthing-dist/guides/command-tag-taxonomy.md +1 -1
- package/pennyfarthing-dist/guides/gate-schema.md +2 -2
- package/pennyfarthing-dist/guides/gates.md +3 -3
- package/pennyfarthing-dist/guides/handoff-cli.md +8 -8
- package/pennyfarthing-dist/guides/hooks.md +29 -29
- package/pennyfarthing-dist/guides/prime.md +2 -2
- package/pennyfarthing-dist/guides/reflector.md +1 -1
- package/pennyfarthing-dist/guides/skill-schema.md +6 -6
- package/pennyfarthing-dist/guides/tandem-protocol.md +3 -3
- package/pennyfarthing-dist/guides/workflow-schema.md +1 -1
- package/pennyfarthing-dist/guides/worktree-mode.md +3 -3
- package/pennyfarthing-dist/guides/xml-tags.md +8 -8
- package/pennyfarthing-dist/scripts/README.md +4 -4
- package/pennyfarthing-dist/scripts/core/agent-session.sh +2 -5
- package/pennyfarthing-dist/scripts/core/check-context.sh +3 -1
- package/pennyfarthing-dist/scripts/core/pf.sh +5 -0
- package/pennyfarthing-dist/scripts/core/phase-check-start.sh +4 -89
- package/pennyfarthing-dist/scripts/core/prime.sh +2 -25
- package/pennyfarthing-dist/scripts/git/README.md +14 -14
- package/pennyfarthing-dist/scripts/git/create-feature-branches.sh +2 -3
- package/pennyfarthing-dist/scripts/git/git-status-all.sh +2 -3
- package/pennyfarthing-dist/scripts/git/install-git-hooks.sh +2 -3
- package/pennyfarthing-dist/scripts/git/worktree-manager.sh +2 -4
- package/pennyfarthing-dist/scripts/hooks/README.md +6 -6
- package/pennyfarthing-dist/scripts/hooks/bell-mode-hook.sh +4 -183
- package/pennyfarthing-dist/scripts/hooks/context-circuit-breaker.sh +4 -95
- package/pennyfarthing-dist/scripts/hooks/context-warning.sh +4 -65
- package/pennyfarthing-dist/scripts/hooks/cyclist-pretooluse-hook.sh +3 -31
- package/pennyfarthing-dist/scripts/hooks/otel-auto-config.sh +5 -4
- package/pennyfarthing-dist/scripts/hooks/pre-commit.sh +29 -34
- package/pennyfarthing-dist/scripts/hooks/pre-edit-check.sh +4 -71
- package/pennyfarthing-dist/scripts/hooks/question-reflector-check.sh +3 -19
- package/pennyfarthing-dist/scripts/hooks/schema-validation.sh +4 -30
- package/pennyfarthing-dist/scripts/hooks/session-start.sh +3 -32
- package/pennyfarthing-dist/scripts/hooks/session-stop.sh +4 -65
- package/pennyfarthing-dist/scripts/hooks/sprint-yaml-validation.sh +4 -78
- package/pennyfarthing-dist/scripts/hooks/welcome-hook.sh +3 -93
- package/pennyfarthing-dist/scripts/lib/env.sh +34 -0
- package/pennyfarthing-dist/scripts/lib/run-pf.sh +39 -0
- package/pennyfarthing-dist/scripts/misc/README.md +1 -1
- package/pennyfarthing-dist/scripts/misc/statusline.sh +4 -301
- package/pennyfarthing-dist/scripts/sprint/README.md +21 -21
- package/pennyfarthing-dist/scripts/workflow/README.md +2 -2
- package/pennyfarthing-dist/scripts/workflow/finish-story.sh +2 -16
- package/pennyfarthing-dist/scripts/workflow/fix-session-phase.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/get-workflow-type.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/list-workflows.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/phase-owner.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/resume-workflow.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/show-workflow.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/start-workflow.sh +3 -3
- package/pennyfarthing-dist/scripts/workflow/workflow-status.sh +3 -3
- package/pennyfarthing-dist/skills/pf-bc/examples.md +23 -23
- package/pennyfarthing-dist/skills/pf-bc/skill.md +17 -17
- package/pennyfarthing-dist/skills/pf-bc/usage.md +8 -8
- package/pennyfarthing-dist/skills/pf-jira/SKILL.md +15 -15
- package/pennyfarthing-dist/skills/pf-jira/examples.md +48 -48
- package/pennyfarthing-dist/skills/pf-jira/usage.md +15 -15
- package/pennyfarthing-dist/skills/pf-sprint/examples.md +80 -80
- package/pennyfarthing-dist/skills/pf-sprint/skill.md +35 -35
- package/pennyfarthing-dist/skills/pf-sprint/usage.md +30 -30
- package/pennyfarthing-dist/skills/pf-theme/examples.md +15 -15
- package/pennyfarthing-dist/skills/pf-theme/skill.md +6 -6
- package/pennyfarthing-dist/skills/pf-theme/usage.md +5 -5
- package/pennyfarthing-dist/skills/pf-workflow/examples.md +27 -27
- package/pennyfarthing-dist/skills/pf-workflow/skill.md +11 -11
- package/pennyfarthing-dist/skills/pf-workflow/usage.md +11 -11
- package/pennyfarthing-dist/skills/skill-registry.yaml +19 -19
- package/pennyfarthing-dist/templates/settings.local.json.template +19 -10
- package/pennyfarthing-dist/workflows/bdd-team.yaml +89 -0
- package/pennyfarthing-dist/workflows/epics-and-stories/steps/step-05-import-to-future.md +1 -1
- package/pennyfarthing-dist/workflows/git-cleanup/steps/step-01-analyze.md +1 -1
- package/pennyfarthing-dist/workflows/git-cleanup/steps/step-04-verify.md +1 -1
- package/pennyfarthing-dist/workflows/git-cleanup/steps/step-05-complete.md +1 -1
- package/pennyfarthing-dist/workflows/project-setup/steps/step-01-discover.md +47 -0
- package/pennyfarthing-dist/workflows/tdd-team.yaml +80 -0
- package/pennyfarthing-dist/workflows/tdd.yaml +11 -2
- package/pennyfarthing_scripts/CLAUDE.md +19 -10
- package/pennyfarthing_scripts/__init__.py +1 -1
- package/pennyfarthing_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/bellmode_hook.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/context.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/hooks.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/pretooluse_hook.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/schema_validation_hook.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/session_start_hook.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/__pycache__/split.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/cli.py +2 -2
- package/pennyfarthing_scripts/bellmode_hook.py +9 -296
- package/pennyfarthing_scripts/bikerack/__pycache__/audit_log_panel.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__/context_meter_footer.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/debug_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/diffs_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/events.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__/portrait_resolver.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/progress_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/sprint_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/story_detail_data.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/story_detail_screen.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/audit_log_panel.py +161 -0
- package/pennyfarthing_scripts/bikerack/base_panel.py +27 -4
- package/pennyfarthing_scripts/bikerack/changed_panel.py +96 -4
- package/pennyfarthing_scripts/bikerack/context_meter_footer.py +88 -0
- package/pennyfarthing_scripts/bikerack/debug_panel.py +1 -1
- package/pennyfarthing_scripts/bikerack/diffs_panel.py +30 -0
- package/pennyfarthing_scripts/bikerack/events.py +28 -0
- package/pennyfarthing_scripts/bikerack/launcher.py +6 -6
- package/pennyfarthing_scripts/bikerack/portrait_resolver.py +139 -0
- package/pennyfarthing_scripts/bikerack/progress_panel.py +0 -1
- package/pennyfarthing_scripts/bikerack/sprint_panel.py +373 -142
- package/pennyfarthing_scripts/bikerack/story_detail_data.py +247 -0
- package/pennyfarthing_scripts/bikerack/story_detail_screen.py +177 -0
- package/pennyfarthing_scripts/bikerack/tui.py +304 -62
- package/pennyfarthing_scripts/bikerack/ws_client.py +2 -2
- package/pennyfarthing_scripts/cli.py +5 -0
- package/pennyfarthing_scripts/common/__pycache__/config.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/common/config.py +29 -2
- package/pennyfarthing_scripts/common/pr_config.py +38 -0
- package/pennyfarthing_scripts/consultation/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/consultation/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/consultation/cli.py +3 -3
- package/pennyfarthing_scripts/context.py +3 -3
- 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__/repos.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/status_all.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/hooks_installer.py +2 -3
- package/pennyfarthing_scripts/git/status_all.py +1 -1
- package/pennyfarthing_scripts/git/worktree.py +2 -2
- package/pennyfarthing_scripts/git_group/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/complete_phase.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/marker.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/phase_check.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/resolve_gate.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/cli.py +33 -1
- package/pennyfarthing_scripts/handoff/complete_phase.py +28 -0
- package/pennyfarthing_scripts/handoff/marker.py +15 -15
- package/pennyfarthing_scripts/handoff/phase_check.py +96 -0
- package/pennyfarthing_scripts/handoff/resolve_gate.py +13 -1
- package/pennyfarthing_scripts/hooks/__init__.py +442 -0
- package/pennyfarthing_scripts/hooks/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/bell_mode.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/context_breaker.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/context_warning.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/cyclist_pretooluse.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/pre_edit_check.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/reflector_check.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/schema_validation.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/session_start.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/session_stop.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/sprint_yaml_validation.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/__pycache__/statusline.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hooks/bell_mode.py +214 -0
- package/pennyfarthing_scripts/hooks/cli.py +96 -0
- package/pennyfarthing_scripts/hooks/context_breaker.py +104 -0
- package/pennyfarthing_scripts/hooks/context_warning.py +66 -0
- package/pennyfarthing_scripts/hooks/cyclist_pretooluse.py +129 -0
- package/pennyfarthing_scripts/hooks/pre_edit_check.py +77 -0
- package/pennyfarthing_scripts/hooks/reflector_check.py +270 -0
- package/pennyfarthing_scripts/hooks/schema_validation.py +202 -0
- package/pennyfarthing_scripts/hooks/session_start.py +294 -0
- package/pennyfarthing_scripts/hooks/session_stop.py +111 -0
- package/pennyfarthing_scripts/hooks/sprint_yaml_validation.py +97 -0
- package/pennyfarthing_scripts/hooks/statusline.py +429 -0
- package/pennyfarthing_scripts/hooks.py +27 -432
- package/pennyfarthing_scripts/pretooluse_hook.py +3 -185
- package/pennyfarthing_scripts/prime/__pycache__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/heatmap.py +3 -15
- package/pennyfarthing_scripts/prime/workflow.py +2 -1
- package/pennyfarthing_scripts/schema_validation_hook.py +3 -298
- package/pennyfarthing_scripts/session_start_hook.py +4 -186
- package/pennyfarthing_scripts/sprint/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/loader.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/cli.py +121 -0
- package/pennyfarthing_scripts/sprint/loader.py +154 -3
- package/pennyfarthing_scripts/sprint/story_update.py +26 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_bikerack.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_handoff_cli.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_workflow_list_team.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/test_bikerack.py +26 -26
- package/pennyfarthing_scripts/tests/test_dialogue_manager.py +0 -1
- package/pennyfarthing_scripts/tests/test_sprint_panel.py +344 -265
- package/pennyfarthing_scripts/tests/test_workflow_list_team.py +147 -0
- package/pennyfarthing_scripts/validate/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/skill_command.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/tandem_awareness.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/team_mode.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/team_mode.py +323 -0
- package/pennyfarthing_scripts/validate/adapters/workflow.py +19 -0
- package/pennyfarthing_scripts/welcome_hook.py +3 -149
- package/pennyfarthing_scripts/workflow/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/workflow/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/workflow/__pycache__/helpers.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/workflow/__pycache__/scale.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/workflow/__pycache__/state.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/workflow/__pycache__/team_lifecycle.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/workflow/cli.py +22 -20
- package/pennyfarthing_scripts/workflow/state.py +0 -1
- package/pennyfarthing_scripts/workflow/team_lifecycle.py +256 -0
- package/packages/core/dist/cli/cyclist-migration.test.d.ts +0 -16
- package/packages/core/dist/cli/cyclist-migration.test.d.ts.map +0 -1
- package/packages/core/dist/cli/cyclist-migration.test.js +0 -229
- package/packages/core/dist/cli/cyclist-migration.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.d.ts.map +0 -1
- package/packages/core/dist/scripts/theme-detail.test.js +0 -199
- package/packages/core/dist/scripts/theme-detail.test.js.map +0 -1
|
@@ -4,54 +4,54 @@
|
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
# List all available themes with tiers
|
|
7
|
-
pf theme list
|
|
7
|
+
pf.sh theme list
|
|
8
8
|
|
|
9
9
|
# Show current theme
|
|
10
|
-
pf theme show
|
|
10
|
+
pf.sh theme show
|
|
11
11
|
|
|
12
12
|
# Show specific theme
|
|
13
|
-
pf theme show blade-runner
|
|
13
|
+
pf.sh theme show blade-runner
|
|
14
14
|
|
|
15
15
|
# Show full details (OCEAN, quirks, catchphrases)
|
|
16
|
-
pf theme show blade-runner --full
|
|
17
|
-
pf theme show fifth-element --full
|
|
16
|
+
pf.sh theme show blade-runner --full
|
|
17
|
+
pf.sh theme show fifth-element --full
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Changing Theme
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
# Set theme
|
|
24
|
-
pf theme set blade-runner
|
|
24
|
+
pf.sh theme set blade-runner
|
|
25
25
|
|
|
26
26
|
# Preview without changing
|
|
27
|
-
pf theme set blade-runner --dry-run
|
|
27
|
+
pf.sh theme set blade-runner --dry-run
|
|
28
28
|
|
|
29
29
|
# Refresh agent persona after change
|
|
30
|
-
pf agent start "sm"
|
|
30
|
+
pf.sh agent start "sm"
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Creating Custom Themes
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
36
|
# Create from current theme
|
|
37
|
-
pf theme create my-team
|
|
37
|
+
pf.sh theme create my-team
|
|
38
38
|
|
|
39
39
|
# Create from specific base
|
|
40
|
-
pf theme create my-team --base blade-runner
|
|
40
|
+
pf.sh theme create my-team --base blade-runner
|
|
41
41
|
|
|
42
42
|
# Create as user-level (available across projects)
|
|
43
|
-
pf theme create my-team --user
|
|
43
|
+
pf.sh theme create my-team --user
|
|
44
44
|
|
|
45
45
|
# Create from specific base as user-level
|
|
46
|
-
pf theme create my-team --base fifth-element --user
|
|
46
|
+
pf.sh theme create my-team --base fifth-element --user
|
|
47
47
|
|
|
48
48
|
# Preview
|
|
49
|
-
pf theme create my-team --base blade-runner --dry-run
|
|
49
|
+
pf.sh theme create my-team --base blade-runner --dry-run
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
After creation:
|
|
53
53
|
1. Edit the theme file to customize agents
|
|
54
|
-
2. Run `pf theme set my-team` to activate
|
|
54
|
+
2. Run `pf.sh theme set my-team` to activate
|
|
55
55
|
|
|
56
56
|
## Theme Maker (Interactive)
|
|
57
57
|
|
|
@@ -73,7 +73,7 @@ Specify character name, style, and quote for each agent. Skip agents for default
|
|
|
73
73
|
### After Creation
|
|
74
74
|
```bash
|
|
75
75
|
# Activate the new theme
|
|
76
|
-
pf theme set my-universe
|
|
76
|
+
pf.sh theme set my-universe
|
|
77
77
|
|
|
78
78
|
# Generate portraits (optional, requires GPU)
|
|
79
79
|
./scripts/generate-portraits.sh --theme my-universe
|
|
@@ -12,18 +12,18 @@ Manage persona themes for agent characters.
|
|
|
12
12
|
|
|
13
13
|
| Command | CLI | Purpose |
|
|
14
14
|
|---------|-----|---------|
|
|
15
|
-
| `/theme` | `pf theme show` | Show current theme |
|
|
16
|
-
| `/theme list` | `pf theme list` | List all available themes |
|
|
17
|
-
| `/theme show [name]` | `pf theme show [name] [--full]` | Show theme details |
|
|
18
|
-
| `/theme set <name>` | `pf theme set <name> [--dry-run]` | Set active theme |
|
|
19
|
-
| `/theme create <name>` | `pf theme create <name> [--base X] [--user] [--dry-run]` | Create from base theme |
|
|
15
|
+
| `/theme` | `pf.sh theme show` | Show current theme |
|
|
16
|
+
| `/theme list` | `pf.sh theme list` | List all available themes |
|
|
17
|
+
| `/theme show [name]` | `pf.sh theme show [name] [--full]` | Show theme details |
|
|
18
|
+
| `/theme set <name>` | `pf.sh theme set <name> [--dry-run]` | Set active theme |
|
|
19
|
+
| `/theme create <name>` | `pf.sh theme create <name> [--base X] [--user] [--dry-run]` | Create from base theme |
|
|
20
20
|
| `/theme maker` | *(interactive wizard)* | AI-driven theme creation |
|
|
21
21
|
|
|
22
22
|
### After Setting a Theme
|
|
23
23
|
|
|
24
24
|
Refresh the current agent persona:
|
|
25
25
|
```bash
|
|
26
|
-
pf agent start "sm"
|
|
26
|
+
pf.sh agent start "sm"
|
|
27
27
|
```
|
|
28
28
|
Adopt the new character immediately.
|
|
29
29
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
### List Themes
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pf theme list
|
|
8
|
+
pf.sh theme list
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
No arguments. Shows all available themes with:
|
|
@@ -17,7 +17,7 @@ Copy output into response text — Bash tool output may be collapsed in the UI.
|
|
|
17
17
|
### Show Theme
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
pf theme show [NAME] [--full]
|
|
20
|
+
pf.sh theme show [NAME] [--full]
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
| Arg/Option | Required | Description |
|
|
@@ -30,7 +30,7 @@ Copy output into response text.
|
|
|
30
30
|
### Set Theme
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
pf theme set <NAME> [--dry-run]
|
|
33
|
+
pf.sh theme set <NAME> [--dry-run]
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
| Arg/Option | Required | Description |
|
|
@@ -42,14 +42,14 @@ Updates `.pennyfarthing/config.local.yaml` with theme name and character map.
|
|
|
42
42
|
|
|
43
43
|
After setting, refresh agent persona:
|
|
44
44
|
```bash
|
|
45
|
-
pf agent start "sm"
|
|
45
|
+
pf.sh agent start "sm"
|
|
46
46
|
```
|
|
47
47
|
Adopt the new character immediately.
|
|
48
48
|
|
|
49
49
|
### Create Theme
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
|
-
pf theme create <NAME> [--base <THEME>] [--user] [--dry-run]
|
|
52
|
+
pf.sh theme create <NAME> [--base <THEME>] [--user] [--dry-run]
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
| Arg/Option | Required | Description |
|
|
@@ -4,86 +4,86 @@
|
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
# List all available workflows
|
|
7
|
-
pf workflow list
|
|
7
|
+
pf.sh workflow list
|
|
8
8
|
|
|
9
9
|
# Show TDD workflow details
|
|
10
|
-
pf workflow show tdd
|
|
10
|
+
pf.sh workflow show tdd
|
|
11
11
|
|
|
12
12
|
# Show current session's workflow
|
|
13
|
-
pf workflow show
|
|
13
|
+
pf.sh workflow show
|
|
14
14
|
|
|
15
15
|
# Show trivial workflow
|
|
16
|
-
pf workflow show trivial
|
|
16
|
+
pf.sh workflow show trivial
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Checking State
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
# Check current workflow state
|
|
23
|
-
pf workflow check
|
|
24
|
-
pf workflow check --json
|
|
23
|
+
pf.sh workflow check
|
|
24
|
+
pf.sh workflow check --json
|
|
25
25
|
|
|
26
26
|
# Who owns the "review" phase in TDD?
|
|
27
|
-
pf workflow phase-check tdd review
|
|
27
|
+
pf.sh workflow phase-check tdd review
|
|
28
28
|
# Returns: reviewer
|
|
29
29
|
|
|
30
30
|
# Who owns the "implement" phase in trivial?
|
|
31
|
-
pf workflow phase-check trivial implement
|
|
31
|
+
pf.sh workflow phase-check trivial implement
|
|
32
32
|
# Returns: dev
|
|
33
33
|
|
|
34
34
|
# Get workflow type
|
|
35
|
-
pf workflow type tdd
|
|
35
|
+
pf.sh workflow type tdd
|
|
36
36
|
# Returns: phased
|
|
37
37
|
|
|
38
|
-
pf workflow type architecture
|
|
38
|
+
pf.sh workflow type architecture
|
|
39
39
|
# Returns: stepped
|
|
40
40
|
|
|
41
41
|
# Emit handoff marker for Cyclist
|
|
42
|
-
pf workflow handoff reviewer
|
|
42
|
+
pf.sh workflow handoff reviewer
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
## Stepped Workflows (BikeLane)
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
48
|
# Start architecture workflow in create mode (default)
|
|
49
|
-
pf workflow start architecture
|
|
49
|
+
pf.sh workflow start architecture
|
|
50
50
|
|
|
51
51
|
# Start in validate mode
|
|
52
|
-
pf workflow start architecture --mode validate
|
|
52
|
+
pf.sh workflow start architecture --mode validate
|
|
53
53
|
|
|
54
54
|
# Check progress
|
|
55
|
-
pf workflow status
|
|
55
|
+
pf.sh workflow status
|
|
56
56
|
|
|
57
57
|
# Resume after interruption
|
|
58
|
-
pf workflow resume
|
|
59
|
-
pf workflow resume architecture
|
|
58
|
+
pf.sh workflow resume
|
|
59
|
+
pf.sh workflow resume architecture
|
|
60
60
|
|
|
61
61
|
# Complete current step and advance
|
|
62
|
-
pf workflow complete-step
|
|
63
|
-
pf workflow complete-step architecture --step 3
|
|
62
|
+
pf.sh workflow complete-step
|
|
63
|
+
pf.sh workflow complete-step architecture --step 3
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Phase Repair
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
69
|
# Preview phase fix
|
|
70
|
-
pf workflow fix-phase 56-1 review --dry-run
|
|
70
|
+
pf.sh workflow fix-phase 56-1 review --dry-run
|
|
71
71
|
|
|
72
72
|
# Fix phase to review (after Dev completed)
|
|
73
|
-
pf workflow fix-phase 56-1 review
|
|
73
|
+
pf.sh workflow fix-phase 56-1 review
|
|
74
74
|
|
|
75
75
|
# Fix phase to approved (after Reviewer approved)
|
|
76
|
-
pf workflow fix-phase 56-1 approved
|
|
76
|
+
pf.sh workflow fix-phase 56-1 approved
|
|
77
77
|
|
|
78
78
|
# Using Jira key
|
|
79
|
-
pf workflow fix-phase MSSCI-12190 approved
|
|
79
|
+
pf.sh workflow fix-phase MSSCI-12190 approved
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
## Switching Workflow Mid-Session
|
|
83
83
|
|
|
84
84
|
1. Verify the target workflow exists:
|
|
85
85
|
```bash
|
|
86
|
-
pf workflow show trivial
|
|
86
|
+
pf.sh workflow show trivial
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
2. Edit the session file:
|
|
@@ -97,16 +97,16 @@ pf workflow fix-phase MSSCI-12190 approved
|
|
|
97
97
|
### Story upgraded from trivial to TDD
|
|
98
98
|
```bash
|
|
99
99
|
# Check current state
|
|
100
|
-
pf workflow check --json
|
|
100
|
+
pf.sh workflow check --json
|
|
101
101
|
# Edit session to change workflow from trivial to tdd
|
|
102
102
|
# Fix phase to match where you are
|
|
103
|
-
pf workflow fix-phase 56-1 red
|
|
103
|
+
pf.sh workflow fix-phase 56-1 red
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
### Agent activated on wrong phase
|
|
107
107
|
```bash
|
|
108
108
|
# Check who owns the current phase
|
|
109
|
-
pf workflow phase-check tdd review
|
|
109
|
+
pf.sh workflow phase-check tdd review
|
|
110
110
|
# Returns: reviewer — hand off if you're not the reviewer
|
|
111
|
-
pf workflow handoff reviewer
|
|
111
|
+
pf.sh workflow handoff reviewer
|
|
112
112
|
```
|
|
@@ -15,18 +15,18 @@ Pennyfarthing uses YAML-defined workflows to control agent sequences. The defaul
|
|
|
15
15
|
|
|
16
16
|
| Command | CLI | Purpose |
|
|
17
17
|
|---------|-----|---------|
|
|
18
|
-
| `/pf-workflow` or `/pf-workflow list` | `pf workflow list` | List all workflows |
|
|
19
|
-
| `/pf-workflow show [name]` | `pf workflow show [name]` | Show workflow details |
|
|
18
|
+
| `/pf-workflow` or `/pf-workflow list` | `pf.sh workflow list` | List all workflows |
|
|
19
|
+
| `/pf-workflow show [name]` | `pf.sh workflow show [name]` | Show workflow details |
|
|
20
20
|
| `/pf-workflow set <name>` | Edit session file `**Workflow:**` line | Switch workflow mid-session |
|
|
21
|
-
| `/pf-workflow start <name>` | `pf workflow start <name> [--mode M]` | Start stepped workflow |
|
|
22
|
-
| `/pf-workflow resume [name]` | `pf workflow resume [name]` | Resume interrupted workflow |
|
|
23
|
-
| `/pf-workflow status` | `pf workflow status` | Show stepped workflow progress |
|
|
24
|
-
| `/pf-workflow fix-phase <id> <phase>` | `pf workflow fix-phase <id> <phase> [--dry-run]` | Repair session phase |
|
|
25
|
-
| Check workflow state | `pf workflow check [--json]` | Current story, phase, state |
|
|
26
|
-
| Check phase owner | `pf workflow phase-check <workflow> <phase>` | Which agent owns a phase |
|
|
27
|
-
| Get workflow type | `pf workflow type <workflow>` | phased/stepped/procedural |
|
|
28
|
-
| Emit handoff marker | `pf workflow handoff <next-agent>` | CYCLIST handoff marker |
|
|
29
|
-
| Complete step | `pf workflow complete-step [name] [--step N]` | Advance stepped workflow |
|
|
21
|
+
| `/pf-workflow start <name>` | `pf.sh workflow start <name> [--mode M]` | Start stepped workflow |
|
|
22
|
+
| `/pf-workflow resume [name]` | `pf.sh workflow resume [name]` | Resume interrupted workflow |
|
|
23
|
+
| `/pf-workflow status` | `pf.sh workflow status` | Show stepped workflow progress |
|
|
24
|
+
| `/pf-workflow fix-phase <id> <phase>` | `pf.sh workflow fix-phase <id> <phase> [--dry-run]` | Repair session phase |
|
|
25
|
+
| Check workflow state | `pf.sh workflow check [--json]` | Current story, phase, state |
|
|
26
|
+
| Check phase owner | `pf.sh workflow phase-check <workflow> <phase>` | Which agent owns a phase |
|
|
27
|
+
| Get workflow type | `pf.sh workflow type <workflow>` | phased/stepped/procedural |
|
|
28
|
+
| Emit handoff marker | `pf.sh workflow handoff <next-agent>` | CYCLIST handoff marker |
|
|
29
|
+
| Complete step | `pf.sh workflow complete-step [name] [--step N]` | Advance stepped workflow |
|
|
30
30
|
|
|
31
31
|
### Built-in Workflows
|
|
32
32
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
### List Workflows
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pf workflow list
|
|
8
|
+
pf.sh workflow list
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
No arguments. Returns table of workflows with type, phases/steps count, modes, default flag, description.
|
|
@@ -13,7 +13,7 @@ No arguments. Returns table of workflows with type, phases/steps count, modes, d
|
|
|
13
13
|
### Show Workflow
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
pf workflow show [NAME]
|
|
16
|
+
pf.sh workflow show [NAME]
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
| Arg | Required | Description |
|
|
@@ -31,7 +31,7 @@ Warning: Only do this when story requirements have fundamentally changed. Switch
|
|
|
31
31
|
### Start Stepped Workflow
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
pf workflow start <NAME> [--mode <MODE>]
|
|
34
|
+
pf.sh workflow start <NAME> [--mode <MODE>]
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
| Arg/Option | Required | Description |
|
|
@@ -44,7 +44,7 @@ Creates a new session and begins at step 1.
|
|
|
44
44
|
### Resume Stepped Workflow
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
pf workflow resume [NAME]
|
|
47
|
+
pf.sh workflow resume [NAME]
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
| Arg | Required | Description |
|
|
@@ -54,7 +54,7 @@ pf workflow resume [NAME]
|
|
|
54
54
|
### Workflow Status
|
|
55
55
|
|
|
56
56
|
```bash
|
|
57
|
-
pf workflow status
|
|
57
|
+
pf.sh workflow status
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
No arguments. Shows current step, progress percentage, mode.
|
|
@@ -62,7 +62,7 @@ No arguments. Shows current step, progress percentage, mode.
|
|
|
62
62
|
### Fix Session Phase
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
|
-
pf workflow fix-phase <STORY_ID> <TARGET_PHASE> [--dry-run]
|
|
65
|
+
pf.sh workflow fix-phase <STORY_ID> <TARGET_PHASE> [--dry-run]
|
|
66
66
|
```
|
|
67
67
|
|
|
68
68
|
| Arg/Option | Required | Description |
|
|
@@ -83,7 +83,7 @@ Updates `**Phase:**` field, `**Phase Started:**` timestamp, and handoff history
|
|
|
83
83
|
### Complete Step
|
|
84
84
|
|
|
85
85
|
```bash
|
|
86
|
-
pf workflow complete-step [NAME] [--step N]
|
|
86
|
+
pf.sh workflow complete-step [NAME] [--step N]
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
| Arg/Option | Required | Description |
|
|
@@ -100,7 +100,7 @@ Advances session: increments step, updates completed list, recalculates percenta
|
|
|
100
100
|
### Check Workflow State
|
|
101
101
|
|
|
102
102
|
```bash
|
|
103
|
-
pf workflow check [--json]
|
|
103
|
+
pf.sh workflow check [--json]
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
| Option | Description |
|
|
@@ -112,7 +112,7 @@ Returns current story ID, phase, workflow, and state.
|
|
|
112
112
|
### Check Phase Owner
|
|
113
113
|
|
|
114
114
|
```bash
|
|
115
|
-
pf workflow phase-check <WORKFLOW_NAME> <PHASE>
|
|
115
|
+
pf.sh workflow phase-check <WORKFLOW_NAME> <PHASE>
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
| Arg | Required | Description |
|
|
@@ -125,7 +125,7 @@ Returns the agent name that owns the phase.
|
|
|
125
125
|
### Get Workflow Type
|
|
126
126
|
|
|
127
127
|
```bash
|
|
128
|
-
pf workflow type <WORKFLOW_NAME>
|
|
128
|
+
pf.sh workflow type <WORKFLOW_NAME>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
| Arg | Required | Description |
|
|
@@ -137,7 +137,7 @@ Returns `phased`, `stepped`, or `procedural`.
|
|
|
137
137
|
### Emit Handoff Marker
|
|
138
138
|
|
|
139
139
|
```bash
|
|
140
|
-
pf workflow handoff <NEXT_AGENT>
|
|
140
|
+
pf.sh workflow handoff <NEXT_AGENT>
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
| Arg | Required | Description |
|
|
@@ -243,15 +243,15 @@ skills:
|
|
|
243
243
|
prerequisites: []
|
|
244
244
|
examples:
|
|
245
245
|
- context: Checking sprint status
|
|
246
|
-
invocation: /sprint
|
|
246
|
+
invocation: /pf-sprint
|
|
247
247
|
- context: Finding available stories
|
|
248
|
-
invocation: /sprint backlog
|
|
248
|
+
invocation: /pf-sprint backlog
|
|
249
249
|
- context: Adding a story
|
|
250
|
-
invocation: /sprint story add epic-76 "My story" 3
|
|
250
|
+
invocation: /pf-sprint story add epic-76 "My story" 3
|
|
251
251
|
- context: Sizing guidelines
|
|
252
|
-
invocation: /sprint story size
|
|
252
|
+
invocation: /pf-sprint story size
|
|
253
253
|
- context: Adding an epic
|
|
254
|
-
invocation: /sprint epic add epic-85 "New epic"
|
|
254
|
+
invocation: /pf-sprint epic add epic-85 "New epic"
|
|
255
255
|
anti_patterns:
|
|
256
256
|
- Don't manually edit sprint YAML - use scripts
|
|
257
257
|
related_skills: [pf-jira]
|
|
@@ -278,7 +278,7 @@ skills:
|
|
|
278
278
|
|
|
279
279
|
pf-story:
|
|
280
280
|
name: pf-story
|
|
281
|
-
description: "DEPRECATED: Use /sprint story instead. Story commands consolidated under /sprint."
|
|
281
|
+
description: "DEPRECATED: Use /pf-sprint story instead. Story commands consolidated under /pf-sprint."
|
|
282
282
|
category: project-management
|
|
283
283
|
tags: [stories, sizing, workflow, deprecated]
|
|
284
284
|
version: "2.0.0"
|
|
@@ -287,12 +287,12 @@ skills:
|
|
|
287
287
|
prerequisites: []
|
|
288
288
|
examples:
|
|
289
289
|
- context: Creating new stories
|
|
290
|
-
invocation: /sprint story add
|
|
290
|
+
invocation: /pf-sprint story add
|
|
291
291
|
- context: Sizing stories
|
|
292
|
-
invocation: /sprint story size
|
|
292
|
+
invocation: /pf-sprint story size
|
|
293
293
|
anti_patterns:
|
|
294
294
|
- Don't create stories without acceptance criteria
|
|
295
|
-
- Don't use /story directly - use /sprint story instead
|
|
295
|
+
- Don't use /story directly - use /pf-sprint story instead
|
|
296
296
|
related_skills: [pf-sprint, pf-jira]
|
|
297
297
|
keywords: [user-stories, estimation, points, acceptance-criteria]
|
|
298
298
|
|
|
@@ -324,15 +324,15 @@ skills:
|
|
|
324
324
|
prerequisites: []
|
|
325
325
|
examples:
|
|
326
326
|
- context: Listing available themes
|
|
327
|
-
invocation: /theme list
|
|
327
|
+
invocation: /pf-theme list
|
|
328
328
|
- context: Showing current theme
|
|
329
|
-
invocation: /theme show
|
|
329
|
+
invocation: /pf-theme show
|
|
330
330
|
- context: Setting active theme
|
|
331
|
-
invocation: /theme set discworld
|
|
331
|
+
invocation: /pf-theme set discworld
|
|
332
332
|
- context: Creating a new theme
|
|
333
|
-
invocation: /theme create my-theme --base discworld
|
|
333
|
+
invocation: /pf-theme create my-theme --base discworld
|
|
334
334
|
- context: Interactive AI-driven theme wizard
|
|
335
|
-
invocation: /theme maker
|
|
335
|
+
invocation: /pf-theme maker
|
|
336
336
|
anti_patterns:
|
|
337
337
|
- Don't edit config.local.yaml directly - use skill
|
|
338
338
|
- Don't use deprecated /set-theme, /show-theme, /list-themes, /create-theme, /theme-maker
|
|
@@ -341,7 +341,7 @@ skills:
|
|
|
341
341
|
|
|
342
342
|
pf-theme-creation:
|
|
343
343
|
name: pf-theme-creation
|
|
344
|
-
description: "DEPRECATED: Use /theme maker instead"
|
|
344
|
+
description: "DEPRECATED: Use /pf-theme maker instead"
|
|
345
345
|
category: theming
|
|
346
346
|
tags: [personas, themes, creation]
|
|
347
347
|
version: "2.0.0"
|
|
@@ -350,7 +350,7 @@ skills:
|
|
|
350
350
|
prerequisites: []
|
|
351
351
|
examples:
|
|
352
352
|
- context: Interactive theme wizard
|
|
353
|
-
invocation: /theme maker
|
|
353
|
+
invocation: /pf-theme maker
|
|
354
354
|
anti_patterns: []
|
|
355
355
|
related_skills: [pf-theme]
|
|
356
356
|
keywords: [personas, custom, generation, wizard]
|
|
@@ -365,11 +365,11 @@ skills:
|
|
|
365
365
|
prerequisites: []
|
|
366
366
|
examples:
|
|
367
367
|
- context: Listing available workflows
|
|
368
|
-
invocation: /workflow
|
|
368
|
+
invocation: /pf-workflow
|
|
369
369
|
- context: Showing current workflow
|
|
370
|
-
invocation: /workflow show
|
|
370
|
+
invocation: /pf-workflow show
|
|
371
371
|
- context: Starting stepped workflow
|
|
372
|
-
invocation: /workflow start architecture
|
|
372
|
+
invocation: /pf-workflow start architecture
|
|
373
373
|
anti_patterns:
|
|
374
374
|
- Don't switch workflows mid-story unless requirements fundamentally changed
|
|
375
375
|
related_skills: [pf-sprint]
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"hooks": [
|
|
41
41
|
{
|
|
42
42
|
"type": "command",
|
|
43
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
43
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks session-start"
|
|
44
44
|
}
|
|
45
45
|
]
|
|
46
46
|
},
|
|
@@ -68,7 +68,16 @@
|
|
|
68
68
|
"hooks": [
|
|
69
69
|
{
|
|
70
70
|
"type": "command",
|
|
71
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
71
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks reflector-check"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"matcher": "",
|
|
77
|
+
"hooks": [
|
|
78
|
+
{
|
|
79
|
+
"type": "command",
|
|
80
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks session-stop"
|
|
72
81
|
}
|
|
73
82
|
]
|
|
74
83
|
}
|
|
@@ -79,7 +88,7 @@
|
|
|
79
88
|
"hooks": [
|
|
80
89
|
{
|
|
81
90
|
"type": "command",
|
|
82
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
91
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks bell-mode"
|
|
83
92
|
}
|
|
84
93
|
]
|
|
85
94
|
},
|
|
@@ -88,7 +97,7 @@
|
|
|
88
97
|
"hooks": [
|
|
89
98
|
{
|
|
90
99
|
"type": "command",
|
|
91
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
100
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks sprint-yaml"
|
|
92
101
|
}
|
|
93
102
|
]
|
|
94
103
|
}
|
|
@@ -99,7 +108,7 @@
|
|
|
99
108
|
"hooks": [
|
|
100
109
|
{
|
|
101
110
|
"type": "command",
|
|
102
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
111
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks pre-edit-check"
|
|
103
112
|
}
|
|
104
113
|
]
|
|
105
114
|
},
|
|
@@ -108,7 +117,7 @@
|
|
|
108
117
|
"hooks": [
|
|
109
118
|
{
|
|
110
119
|
"type": "command",
|
|
111
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
120
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks schema-validation"
|
|
112
121
|
}
|
|
113
122
|
]
|
|
114
123
|
},
|
|
@@ -117,7 +126,7 @@
|
|
|
117
126
|
"hooks": [
|
|
118
127
|
{
|
|
119
128
|
"type": "command",
|
|
120
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
129
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks context-warning"
|
|
121
130
|
}
|
|
122
131
|
]
|
|
123
132
|
},
|
|
@@ -126,7 +135,7 @@
|
|
|
126
135
|
"hooks": [
|
|
127
136
|
{
|
|
128
137
|
"type": "command",
|
|
129
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
138
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks context-breaker"
|
|
130
139
|
}
|
|
131
140
|
]
|
|
132
141
|
},
|
|
@@ -134,7 +143,7 @@
|
|
|
134
143
|
"hooks": [
|
|
135
144
|
{
|
|
136
145
|
"type": "command",
|
|
137
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/hooks
|
|
146
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks cyclist-pretooluse"
|
|
138
147
|
}
|
|
139
148
|
]
|
|
140
149
|
}
|
|
@@ -142,6 +151,6 @@
|
|
|
142
151
|
},
|
|
143
152
|
"statusLine": {
|
|
144
153
|
"type": "command",
|
|
145
|
-
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/
|
|
154
|
+
"command": "\"$CLAUDE_PROJECT_DIR\"/.pennyfarthing/scripts/core/pf.sh hooks statusline"
|
|
146
155
|
}
|
|
147
156
|
}
|