@pennyfarthing/core 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -23
- package/package.json +1 -1
- package/packages/core/dist/cli/utils/010-detect-remove-old-packages.test.d.ts +20 -0
- package/packages/core/dist/cli/utils/010-detect-remove-old-packages.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/010-detect-remove-old-packages.test.js +278 -0
- package/packages/core/dist/cli/utils/010-detect-remove-old-packages.test.js.map +1 -0
- package/packages/core/dist/cli/utils/constants.d.ts +8 -2
- package/packages/core/dist/cli/utils/constants.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/constants.js +4 -1
- package/packages/core/dist/cli/utils/constants.js.map +1 -1
- package/packages/core/dist/cli/utils/constants.test.d.ts +10 -0
- package/packages/core/dist/cli/utils/constants.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/constants.test.js +38 -0
- package/packages/core/dist/cli/utils/constants.test.js.map +1 -0
- package/packages/core/dist/consultation/consultation-protocol.d.ts +139 -0
- package/packages/core/dist/consultation/consultation-protocol.d.ts.map +1 -0
- package/packages/core/dist/consultation/consultation-protocol.js +178 -0
- package/packages/core/dist/consultation/consultation-protocol.js.map +1 -0
- package/packages/core/dist/consultation/consultation-protocol.test.d.ts +20 -0
- package/packages/core/dist/consultation/consultation-protocol.test.d.ts.map +1 -0
- package/packages/core/dist/consultation/consultation-protocol.test.js +474 -0
- package/packages/core/dist/consultation/consultation-protocol.test.js.map +1 -0
- package/packages/core/dist/consultation/dialogue-manager.d.ts +75 -0
- package/packages/core/dist/consultation/dialogue-manager.d.ts.map +1 -0
- package/packages/core/dist/consultation/dialogue-manager.js +334 -0
- package/packages/core/dist/consultation/dialogue-manager.js.map +1 -0
- package/packages/core/dist/consultation/dialogue-manager.test.d.ts +19 -0
- package/packages/core/dist/consultation/dialogue-manager.test.d.ts.map +1 -0
- package/packages/core/dist/consultation/dialogue-manager.test.js +444 -0
- package/packages/core/dist/consultation/dialogue-manager.test.js.map +1 -0
- package/packages/core/dist/public/js/react/react.js +3 -3
- package/packages/core/dist/scripts/theme-detail.test.d.ts +10 -0
- package/packages/core/dist/scripts/theme-detail.test.js +199 -0
- package/packages/core/dist/server/api/git.d.ts +13 -1
- package/packages/core/dist/server/api/git.d.ts.map +1 -1
- package/packages/core/dist/server/api/git.js +53 -34
- package/packages/core/dist/server/api/git.js.map +1 -1
- package/packages/core/dist/server/api/health-score.d.ts.map +1 -1
- package/packages/core/dist/server/api/health-score.js +25 -1
- package/packages/core/dist/server/api/health-score.js.map +1 -1
- package/packages/core/dist/server/api/settings.d.ts.map +1 -1
- package/packages/core/dist/server/api/settings.js +63 -1
- package/packages/core/dist/server/api/settings.js.map +1 -1
- package/packages/core/dist/server/api/theme-agents.d.ts.map +1 -1
- package/packages/core/dist/server/api/theme-agents.js +61 -0
- package/packages/core/dist/server/api/theme-agents.js.map +1 -1
- package/packages/core/dist/server/server.d.ts.map +1 -1
- package/packages/core/dist/server/server.js +17 -12
- package/packages/core/dist/server/server.js.map +1 -1
- package/packages/core/dist/shared/skill-search.test.js +2 -2
- package/packages/core/dist/workflow/gate-file-validation.d.ts +49 -0
- package/packages/core/dist/workflow/gate-file-validation.d.ts.map +1 -0
- package/packages/core/dist/workflow/gate-file-validation.js +157 -0
- package/packages/core/dist/workflow/gate-file-validation.js.map +1 -0
- package/packages/core/dist/workflow/gate-file-validation.test.d.ts +19 -0
- package/packages/core/dist/workflow/gate-file-validation.test.d.ts.map +1 -0
- package/packages/core/dist/workflow/gate-file-validation.test.js +536 -0
- package/packages/core/dist/workflow/gate-file-validation.test.js.map +1 -0
- package/packages/core/dist/workflow/gate-schema-validation.test.d.ts +14 -0
- package/packages/core/dist/workflow/gate-schema-validation.test.d.ts.map +1 -0
- package/packages/core/dist/workflow/gate-schema-validation.test.js +339 -0
- package/packages/core/dist/workflow/gate-schema-validation.test.js.map +1 -0
- package/packages/core/dist/workflow/handoff.js +2 -2
- package/packages/core/dist/workflow/handoff.js.map +1 -1
- package/packages/core/dist/workflow/handoff.test.js +16 -0
- package/packages/core/dist/workflow/handoff.test.js.map +1 -1
- package/packages/core/dist/workflow/workflow-schema.d.ts +4 -2
- package/packages/core/dist/workflow/workflow-schema.d.ts.map +1 -1
- package/packages/core/dist/workflow/workflow-schema.js +43 -8
- package/packages/core/dist/workflow/workflow-schema.js.map +1 -1
- package/pennyfarthing-dist/agents/README.md +6 -14
- package/pennyfarthing-dist/agents/architect.md +43 -29
- package/pennyfarthing-dist/agents/ba.md +30 -29
- package/pennyfarthing-dist/agents/dev.md +32 -43
- package/pennyfarthing-dist/agents/devops.md +57 -21
- package/pennyfarthing-dist/agents/orchestrator.md +3 -10
- package/pennyfarthing-dist/agents/pm.md +45 -31
- package/pennyfarthing-dist/agents/reviewer.md +20 -66
- package/pennyfarthing-dist/agents/sm-setup.md +2 -2
- package/pennyfarthing-dist/agents/sm.md +8 -30
- package/pennyfarthing-dist/agents/tea.md +25 -41
- package/pennyfarthing-dist/agents/tech-writer.md +33 -90
- package/pennyfarthing-dist/agents/ux-designer.md +39 -39
- package/pennyfarthing-dist/commands/benchmark-control.md +8 -64
- package/pennyfarthing-dist/commands/benchmark.md +8 -480
- package/pennyfarthing-dist/commands/job-fair.md +8 -97
- package/pennyfarthing-dist/commands/pf-benchmark-control.md +70 -0
- package/pennyfarthing-dist/commands/pf-benchmark.md +486 -0
- package/pennyfarthing-dist/commands/pf-chore.md +4 -4
- package/pennyfarthing-dist/commands/pf-ci.md +40 -0
- package/pennyfarthing-dist/commands/pf-close-epic.md +9 -27
- package/pennyfarthing-dist/commands/pf-continue-session.md +9 -213
- package/pennyfarthing-dist/commands/pf-create-branches-from-story.md +11 -353
- package/pennyfarthing-dist/commands/pf-docs.md +28 -0
- package/pennyfarthing-dist/commands/pf-epic.md +67 -0
- package/pennyfarthing-dist/commands/pf-git-cleanup.md +11 -52
- package/pennyfarthing-dist/commands/pf-git.md +75 -0
- package/pennyfarthing-dist/commands/pf-help.md +110 -128
- package/pennyfarthing-dist/commands/pf-job-fair.md +102 -0
- package/pennyfarthing-dist/commands/pf-new-work.md +9 -18
- package/pennyfarthing-dist/commands/pf-parallel-work.md +6 -66
- package/pennyfarthing-dist/commands/pf-release.md +11 -76
- package/pennyfarthing-dist/commands/pf-repo-status.md +11 -44
- package/pennyfarthing-dist/commands/pf-run-ci.md +8 -111
- package/pennyfarthing-dist/commands/pf-session.md +51 -0
- package/pennyfarthing-dist/commands/pf-solo.md +447 -0
- package/pennyfarthing-dist/commands/pf-sprint-planning.md +8 -104
- package/pennyfarthing-dist/commands/pf-standalone.md +1 -1
- package/pennyfarthing-dist/commands/pf-start-epic.md +9 -163
- package/pennyfarthing-dist/commands/pf-sync-epic-to-jira.md +8 -179
- package/pennyfarthing-dist/commands/pf-sync-work-with-sprint.md +8 -368
- package/pennyfarthing-dist/commands/pf-update-domain-docs.md +8 -78
- package/pennyfarthing-dist/commands/solo.md +8 -442
- package/pennyfarthing-dist/guides/agent-behavior.md +13 -13
- package/pennyfarthing-dist/guides/agent-coordination.md +7 -7
- package/pennyfarthing-dist/guides/agent-tag-taxonomy.md +6 -5
- package/pennyfarthing-dist/guides/bikerack.md +128 -0
- package/pennyfarthing-dist/guides/brownfield-tools.md +133 -0
- package/pennyfarthing-dist/guides/command-tag-taxonomy.md +2 -2
- package/pennyfarthing-dist/guides/gate-schema.md +227 -0
- package/pennyfarthing-dist/guides/gates.md +120 -0
- package/pennyfarthing-dist/guides/handoff-cli.md +116 -0
- package/pennyfarthing-dist/guides/hooks.md +86 -4
- package/pennyfarthing-dist/guides/output-styles.md +65 -0
- package/pennyfarthing-dist/guides/patterns/approval-gates-pattern.md +5 -5
- package/pennyfarthing-dist/guides/patterns/tdd-flow-pattern.md +4 -4
- package/pennyfarthing-dist/guides/prompt-patterns.md +5 -5
- package/pennyfarthing-dist/guides/reflector.md +4 -4
- package/pennyfarthing-dist/guides/session-artifacts.md +1 -1
- package/pennyfarthing-dist/guides/skill-schema.md +1 -1
- package/pennyfarthing-dist/guides/tandem-protocol.md +13 -1
- package/pennyfarthing-dist/guides/worktree-mode.md +3 -3
- package/pennyfarthing-dist/guides/xml-tags.md +5 -4
- package/pennyfarthing-dist/personas/themes/hogans-heroes.yaml +11 -22
- package/pennyfarthing-dist/personas/themes/stephen-king.yaml +13 -24
- package/pennyfarthing-dist/scripts/core/dialogue-manager.sh +322 -0
- package/pennyfarthing-dist/scripts/core/phase-check-start.sh +1 -1
- package/pennyfarthing-dist/scripts/hooks/otel-auto-config.sh +19 -14
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.py +191 -57
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.sh +26 -10
- package/pennyfarthing-dist/skills/pf-changelog/SKILL.md +4 -4
- package/pennyfarthing-dist/skills/pf-sprint/skill.md +1 -1
- package/pennyfarthing-dist/skills/skill-registry.schema.json +4 -0
- package/pennyfarthing-dist/skills/skill-registry.yaml +5 -0
- package/pennyfarthing-dist/workflows/2party-tdd.yaml +11 -0
- package/pennyfarthing-dist/workflows/agent-docs.yaml +2 -0
- package/pennyfarthing-dist/workflows/bdd-tandem.yaml +4 -0
- package/pennyfarthing-dist/workflows/bdd.yaml +4 -0
- package/pennyfarthing-dist/workflows/git-cleanup/steps/step-05-complete.md +1 -1
- package/pennyfarthing-dist/workflows/tdd-tandem.yaml +3 -0
- package/pennyfarthing-dist/workflows/tdd.yaml +3 -0
- package/pennyfarthing-dist/workflows/trivial.yaml +2 -0
- 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__/config.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__/jira_bidirectional_sync.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/jira_epic_creation.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/jira_sync.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/jira_sync_story.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/output.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/patch_mode.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/__pycache__/workflow.cpython-314.pyc +0 -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/bikerack/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/__main__.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__/debug_panel.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/cli.py +10 -11
- package/pennyfarthing_scripts/bikerack/debug_panel.py +218 -0
- package/pennyfarthing_scripts/bikerack/diffs_panel.py +203 -27
- 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 +114 -0
- package/pennyfarthing_scripts/codemarkers/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/codemarkers/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/codemarkers/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/codemarkers/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/codemarkers/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/codemarkers/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/common/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/common/__pycache__/config.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/common/__pycache__/output.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/common/__pycache__/themes.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/epic/__init__.py +0 -0
- package/pennyfarthing_scripts/epic/cli.py +64 -0
- package/pennyfarthing_scripts/gate/__init__.py +1 -0
- package/pennyfarthing_scripts/gate/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/gate/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/gate/__pycache__/validate.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/gate/cli.py +56 -0
- package/pennyfarthing_scripts/gate/validate.py +266 -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/git_group/__init__.py +0 -0
- package/pennyfarthing_scripts/git_group/cli.py +100 -0
- package/pennyfarthing_scripts/handoff/__init__.py +1 -0
- package/pennyfarthing_scripts/handoff/__pycache__/__init__.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__/gate_file.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/gate_runner.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/marker.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/__pycache__/resolve_gate.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/handoff/cli.py +120 -0
- package/pennyfarthing_scripts/handoff/complete_phase.py +155 -0
- package/pennyfarthing_scripts/handoff/gate_file.py +105 -0
- package/pennyfarthing_scripts/handoff/gate_runner.py +152 -0
- package/pennyfarthing_scripts/handoff/marker.py +109 -0
- package/pennyfarthing_scripts/handoff/resolve_gate.py +152 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/__init__.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/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hotspots/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hotspots/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hotspots/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hotspots/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hotspots/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/hotspots/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/bidirectional.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/claim.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/client.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/create.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/epic.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/operations.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/reconcile.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/story.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/sync.cpython-314.pyc +0 -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/migration/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/migration/__pycache__/session.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/migration/__pycache__/skill.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/migration/__pycache__/step.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/migration/__pycache__/validate.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/preflight/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/preflight/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/preflight/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/preflight/__pycache__/finish.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/loader.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/persona.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/session.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/tiers.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/version_sentinel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/workflow.py +39 -0
- package/pennyfarthing_scripts/session/__init__.py +0 -0
- package/pennyfarthing_scripts/session/cli.py +87 -0
- package/pennyfarthing_scripts/sprint/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/archive.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__/status.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__/validator.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/work.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/yaml_io.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/story_finish.py +14 -0
- package/pennyfarthing_scripts/story/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/create.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__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_108_2_remove_handoff_fallback.cpython-314-pytest-9.0.2.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_gate_file_resolution.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_gate_runner.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_handoff_cli.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_handoff_e2e.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_resolve_gate_file_field.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_108_1_gate_migration.py +540 -0
- package/pennyfarthing_scripts/tests/test_108_2_remove_handoff_fallback.py +339 -0
- package/pennyfarthing_scripts/tests/test_confidence_sm_evaluation.py +253 -0
- package/pennyfarthing_scripts/tests/test_confidence_sm_gate.py +315 -0
- package/pennyfarthing_scripts/tests/test_gate_file_resolution.py +341 -0
- package/pennyfarthing_scripts/tests/test_gate_runner.py +620 -0
- package/pennyfarthing_scripts/tests/test_handoff_cli.py +929 -0
- package/pennyfarthing_scripts/tests/test_handoff_e2e.py +454 -0
- package/pennyfarthing_scripts/tests/test_resolve_gate_file_field.py +464 -0
- package/pennyfarthing_scripts/theme/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/theme/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/agent.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/schema.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/skill_command.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/sprint.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/__pycache__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/validate/adapters/skill_command.py +200 -0
- package/pennyfarthing_scripts/validate/adapters/workflow.py +64 -0
- package/pennyfarthing_scripts/validate/cli.py +15 -4
- package/packages/core/dist/scripts/benchmark-integration.d.ts +0 -182
- package/packages/core/dist/scripts/benchmark-integration.d.ts.map +0 -1
- package/packages/core/dist/scripts/benchmark-integration.js +0 -691
- package/packages/core/dist/scripts/benchmark-integration.js.map +0 -1
- package/packages/core/dist/scripts/job-fair-aggregator.d.ts +0 -150
- package/packages/core/dist/scripts/job-fair-aggregator.d.ts.map +0 -1
- package/packages/core/dist/scripts/job-fair-aggregator.js +0 -547
- package/packages/core/dist/scripts/job-fair-aggregator.js.map +0 -1
- package/pennyfarthing-dist/agents/handoff.md +0 -250
- package/pennyfarthing-dist/agents/sm-handoff.md +0 -152
- package/pennyfarthing-dist/scripts/core/handoff-marker.sh +0 -112
- package/pennyfarthing-dist/scripts/hooks/__pycache__/question_reflector_check.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/jira.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/sprint.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/workflow.cpython-311.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/compat.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/mappings.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/models.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/migration/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/migration/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_workflow_cli.cpython-314-pytest-9.0.2.pyc +0 -0
|
@@ -1,373 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
deprecated: true
|
|
3
|
+
redirect: pf-sprint
|
|
4
|
+
description: "DEPRECATED: Use /pf-sprint sync instead."
|
|
3
5
|
---
|
|
4
6
|
|
|
5
|
-
#
|
|
7
|
+
# /sync-work-with-sprint - DEPRECATED
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
Sprint sync commands have been consolidated into `/pf-sprint`. Use:
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
- [ ] You know which story/epic you're working on
|
|
13
|
-
|
|
14
|
-
## Unified Sprint Status
|
|
15
|
-
|
|
16
|
-
**Location:** `sprint/sprint-status.yaml`
|
|
17
|
-
|
|
18
|
-
This single file tracks work across both API and UI repos, making coordination simple.
|
|
19
|
-
|
|
20
|
-
## Steps
|
|
21
|
-
|
|
22
|
-
### 1. View Current Sprint Status
|
|
23
|
-
|
|
24
|
-
Check the unified sprint status:
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
cat sprint/sprint-status.yaml
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
**Current Sprint 1 - Coordinated Development Setup:**
|
|
31
|
-
- Epic 1: Coordinated Development Setup - IN PROGRESS (2/5 done)
|
|
32
|
-
- 1-1: Pennyfarthing Solo Dev Setup - done
|
|
33
|
-
- 1-2: Cross-Repo Workflows - done
|
|
34
|
-
- 1-3: Environment Configuration - backlog
|
|
35
|
-
- 1-4: API Connection Verification - backlog
|
|
36
|
-
- 1-5: Development Documentation - backlog
|
|
37
|
-
|
|
38
|
-
- Epic 2: Critical Bug Fixes - BACKLOG (plan as needed)
|
|
39
|
-
- Epic 3: Core Feature Development - BACKLOG (plan as needed)
|
|
40
|
-
|
|
41
|
-
### 2. Update Pennyfarthing Session with Story Info
|
|
42
|
-
|
|
43
|
-
Edit `.session/{STORY_ID}-session.md` to include story details:
|
|
44
|
-
|
|
45
|
-
```markdown
|
|
46
|
-
# Feature: [Story Title]
|
|
47
|
-
|
|
48
|
-
**Story ID:** [Epic-Story] (e.g., 1-3, 1-4)
|
|
49
|
-
**Repos:** [X] API [X] UI [X] Both
|
|
50
|
-
**Date:** [YYYY-MM-DD]
|
|
51
|
-
**Epic:** [Epic Number and Name]
|
|
52
|
-
**Priority:** [P0/P1/P2]
|
|
53
|
-
**Points:** [Story Points]
|
|
54
|
-
|
|
55
|
-
## Goal
|
|
56
|
-
[Copy from sprint status story description]
|
|
57
|
-
|
|
58
|
-
## Story Context
|
|
59
|
-
**Sprint Status:** sprint/sprint-status.yaml
|
|
60
|
-
**Story Line:** [Line number in sprint status]
|
|
61
|
-
|
|
62
|
-
## Scope
|
|
63
|
-
- [ ] [Task from story]
|
|
64
|
-
- [ ] [Task from story]
|
|
65
|
-
- [ ] [Task from story]
|
|
66
|
-
|
|
67
|
-
## API Changes
|
|
68
|
-
- Files: [from story prerequisites]
|
|
69
|
-
- Endpoints: [from story description]
|
|
70
|
-
|
|
71
|
-
## UI Changes
|
|
72
|
-
- Files: [from story prerequisites]
|
|
73
|
-
- Components: [from story description]
|
|
74
|
-
|
|
75
|
-
## Prerequisites
|
|
76
|
-
[Copy from sprint status]
|
|
77
|
-
|
|
78
|
-
## Acceptance Criteria
|
|
79
|
-
[Copy from story file if exists]
|
|
80
|
-
|
|
81
|
-
## Quick Notes
|
|
82
|
-
[Your implementation notes]
|
|
83
|
-
|
|
84
|
-
## Done
|
|
85
|
-
- [ ] Tests pass
|
|
86
|
-
- [ ] Works as expected
|
|
87
|
-
- [ ] Committed
|
|
88
|
-
- [ ] Sprint status updated
|
|
89
|
-
|
|
90
|
-
## Next
|
|
91
|
-
[Next story in epic or next epic]
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
### 3. Update Sprint Status to "in-progress"
|
|
95
|
-
|
|
96
|
-
When you start work, update the sprint status file:
|
|
97
|
-
|
|
98
|
-
**For API work:**
|
|
99
|
-
```bash
|
|
100
|
-
cd $CLAUDE_PROJECT_DIR/API
|
|
101
|
-
|
|
102
|
-
# Edit sprint status
|
|
103
|
-
# Change story status from 'backlog' to 'in-progress'
|
|
104
|
-
# Example: 2-2-okta-sso-integration: in-progress
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
**For UI work:**
|
|
108
|
-
```bash
|
|
109
|
-
cd $CLAUDE_PROJECT_DIR/UI
|
|
110
|
-
|
|
111
|
-
# Edit sprint status
|
|
112
|
-
# Change story status from 'backlog' to 'in-progress'
|
|
113
|
-
# Example: 5-2-environment-configuration-validation: in-progress
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
### 4. Work on the Story
|
|
117
|
-
|
|
118
|
-
Follow your Pennyfarthing session and check off tasks as you complete them.
|
|
119
|
-
|
|
120
|
-
### 5. Update Sprint Status to "done"
|
|
121
|
-
|
|
122
|
-
When work is complete:
|
|
123
|
-
|
|
124
|
-
**For API work:**
|
|
125
|
-
```bash
|
|
126
|
-
cd $CLAUDE_PROJECT_DIR/API
|
|
127
|
-
|
|
128
|
-
# Edit sprint status
|
|
129
|
-
# Change: 2-2-okta-sso-integration: done
|
|
130
|
-
# Add completion date if tracking
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
**For UI work:**
|
|
134
|
-
```bash
|
|
135
|
-
cd $CLAUDE_PROJECT_DIR/UI
|
|
136
|
-
|
|
137
|
-
# Edit sprint status
|
|
138
|
-
# Change: 5-2-environment-configuration-validation: done
|
|
139
|
-
# Add completion date and commit SHA if tracking
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
### 6. Commit Sprint Status Updates
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
# API
|
|
146
|
-
cd $CLAUDE_PROJECT_DIR/API
|
|
147
|
-
git add docs/sprint-artifacts/sprint-status.yaml
|
|
148
|
-
git commit -m "chore: update sprint status for story [ID]"
|
|
149
|
-
|
|
150
|
-
# UI
|
|
151
|
-
cd $CLAUDE_PROJECT_DIR/UI
|
|
152
|
-
git add docs/sprint-artifacts/sprint-status.yaml
|
|
153
|
-
git commit -m "chore: update sprint status for story [ID]"
|
|
154
|
-
```
|
|
155
|
-
|
|
156
|
-
### 7. Archive Pennyfarthing Session
|
|
157
|
-
|
|
158
|
-
```bash
|
|
159
|
-
cd $CLAUDE_PROJECT_DIR
|
|
160
|
-
# Invoke /sm and run finish-story task
|
|
161
|
-
# Archive with story ID: story-5-2-env-config-20241202.md
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
## Current Sprint Focus
|
|
165
|
-
|
|
166
|
-
### API - Next Stories to Work On
|
|
167
|
-
|
|
168
|
-
**Epic 2: Authentication (In Progress)**
|
|
169
|
-
- 2-2-okta-sso-integration: backlog → Ready to start
|
|
170
|
-
- 2-5-mfa-multi-factor-authentication: backlog → After 2-2
|
|
171
|
-
|
|
172
|
-
### UI - Next Stories to Work On
|
|
173
|
-
|
|
174
|
-
**Epic 1: Dev Tooling (In Progress - 1/8 done)**
|
|
175
|
-
- 1-3-environment-configuration-files: backlog → Priority P0
|
|
176
|
-
- 1-4-root-level-development-orchestration: backlog → Priority P1
|
|
177
|
-
- 1-5-cross-repo-scripts: backlog → Priority P1
|
|
178
|
-
- 1-6-api-contract-synchronization: backlog → Priority P1
|
|
179
|
-
|
|
180
|
-
**Epic 5: Bug Fixes (In Progress - 1/10 done)**
|
|
181
|
-
- 5-2-environment-configuration-validation: backlog → Priority P0
|
|
182
|
-
- 5-3-route-validation-and-navigation-testing: backlog → Priority P1
|
|
183
|
-
- 5-4-api-integration-testing: backlog → Priority P0
|
|
184
|
-
|
|
185
|
-
## Story Status Workflow
|
|
186
|
-
|
|
187
|
-
```
|
|
188
|
-
backlog → in-progress → review → done
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
**Status Definitions:**
|
|
192
|
-
- `backlog`: Story exists but not started
|
|
193
|
-
- `drafted`: Story file created (if applicable)
|
|
194
|
-
- `ready-for-dev`: Story approved and contexted
|
|
195
|
-
- `in-progress`: Actively working (update when you start)
|
|
196
|
-
- `review`: Under review (code review)
|
|
197
|
-
- `done`: Completed (update when finished)
|
|
198
|
-
|
|
199
|
-
## Example: Complete Story Workflow
|
|
200
|
-
|
|
201
|
-
### Story: UI 5-2 Environment Configuration Validation
|
|
202
|
-
|
|
203
|
-
```bash
|
|
204
|
-
# 1. Create session with story details
|
|
205
|
-
cd $CLAUDE_PROJECT_DIR
|
|
206
|
-
cat > .session/{STORY_ID}-session.md << 'EOF'
|
|
207
|
-
# Feature: Environment Configuration Validation
|
|
208
|
-
|
|
209
|
-
**Story ID:** 5-2
|
|
210
|
-
**Repos:** [ ] API [X] UI [ ] Both
|
|
211
|
-
**Date:** 2024-12-02
|
|
212
|
-
**Epic:** Epic 5 - Bug Fixes & Split Issues Resolution
|
|
213
|
-
**Priority:** P0
|
|
214
|
-
**Points:** 3
|
|
215
|
-
|
|
216
|
-
## Goal
|
|
217
|
-
Validate environment configuration files and ensure proper loading
|
|
218
|
-
|
|
219
|
-
## Story Context
|
|
220
|
-
**UI Story:** UI/docs/sprint-artifacts/sprint-status.yaml#L229
|
|
221
|
-
**Prerequisites:** Epic 1 (Dev Tooling)
|
|
222
|
-
|
|
223
|
-
## Scope
|
|
224
|
-
- [ ] Validate .env files exist
|
|
225
|
-
- [ ] Check required environment variables
|
|
226
|
-
- [ ] Add runtime validation
|
|
227
|
-
- [ ] Update documentation
|
|
228
|
-
|
|
229
|
-
## UI Changes
|
|
230
|
-
- Files: src/config/env.ts, src/utils/validation.ts
|
|
231
|
-
- Components: ErrorBoundary updates
|
|
232
|
-
|
|
233
|
-
## Quick Notes
|
|
234
|
-
- Check for missing API_BASE_URL
|
|
235
|
-
- Validate WebSocket URL format
|
|
236
|
-
- Add helpful error messages
|
|
237
|
-
|
|
238
|
-
## Done
|
|
239
|
-
- [ ] Tests pass
|
|
240
|
-
- [ ] Works as expected
|
|
241
|
-
- [ ] Committed
|
|
242
|
-
- [ ] Sprint status updated
|
|
243
|
-
|
|
244
|
-
## Next
|
|
245
|
-
Story 5-3: Route validation
|
|
246
|
-
EOF
|
|
247
|
-
|
|
248
|
-
# 3. Update sprint status to in-progress
|
|
249
|
-
cd UI
|
|
250
|
-
# Edit: 5-2-environment-configuration-validation: in-progress
|
|
251
|
-
|
|
252
|
-
# 4. Do the work
|
|
253
|
-
# ... implement validation ...
|
|
254
|
-
|
|
255
|
-
# 5. Commit work
|
|
256
|
-
git add .
|
|
257
|
-
git commit -m "feat: add environment configuration validation (story 5-2)"
|
|
258
|
-
|
|
259
|
-
# 6. Update sprint status to done
|
|
260
|
-
# Edit: 5-2-environment-configuration-validation: done
|
|
261
|
-
|
|
262
|
-
# 7. Commit sprint status
|
|
263
|
-
git add docs/sprint-artifacts/sprint-status.yaml
|
|
264
|
-
git commit -m "chore: mark story 5-2 as done"
|
|
265
|
-
|
|
266
|
-
# 8. Archive session
|
|
267
|
-
cd ..
|
|
268
|
-
# Invoke /sm and run finish-story task
|
|
269
|
-
# Archive as: story-5-2-env-validation-20241202.md
|
|
270
|
-
```
|
|
271
|
-
|
|
272
|
-
## Tips
|
|
273
|
-
|
|
274
|
-
### Link Story Files
|
|
275
|
-
|
|
276
|
-
If a story has a detailed `.md` file, reference it:
|
|
277
|
-
|
|
278
|
-
```markdown
|
|
279
|
-
## Story Context
|
|
280
|
-
**Story File:** UI/docs/sprint-artifacts/stories/5-2-environment-configuration-validation.md
|
|
281
|
-
**Sprint Status:** UI/docs/sprint-artifacts/sprint-status.yaml#L229
|
|
282
|
-
```
|
|
283
|
-
|
|
284
|
-
### Track Story Points
|
|
285
|
-
|
|
286
|
-
Include story points in your session for velocity tracking:
|
|
287
|
-
|
|
288
|
-
```markdown
|
|
289
|
-
**Points:** 3
|
|
290
|
-
**Estimated Hours:** 4-6
|
|
291
|
-
**Actual Hours:** [fill in when done]
|
|
292
|
-
```
|
|
293
|
-
|
|
294
|
-
### Cross-Repo Stories
|
|
295
|
-
|
|
296
|
-
For stories that span both repos:
|
|
297
|
-
|
|
298
|
-
```markdown
|
|
299
|
-
**Repos:** [X] API [X] UI [X] Both
|
|
300
|
-
|
|
301
|
-
## API Story
|
|
302
|
-
**ID:** 2-2-okta-sso-integration
|
|
303
|
-
**Status:** API/docs/sprint-artifacts/sprint-status.yaml#L50
|
|
304
|
-
|
|
305
|
-
## UI Story
|
|
306
|
-
**ID:** 3-2-client-context-propagation
|
|
307
|
-
**Status:** UI/docs/sprint-artifacts/sprint-status.yaml#L147
|
|
308
|
-
```
|
|
309
|
-
|
|
310
|
-
### Epic Progress Tracking
|
|
311
|
-
|
|
312
|
-
Track epic progress in your session:
|
|
313
|
-
|
|
314
|
-
```markdown
|
|
315
|
-
## Epic Progress
|
|
316
|
-
**Epic 5:** Bug Fixes (1/10 stories done, 5/47 points)
|
|
317
|
-
**This Story:** 5-2 (3 points)
|
|
318
|
-
**After This:** 2/10 stories, 8/47 points (17%)
|
|
319
|
-
```
|
|
320
|
-
|
|
321
|
-
## Integration with Workflows
|
|
322
|
-
|
|
323
|
-
### With /create-branches-from-story
|
|
324
|
-
|
|
325
|
-
```bash
|
|
326
|
-
# 1. Create branches with story ID
|
|
327
|
-
@/create-branches-from-story
|
|
328
|
-
# Branch: feature/5-2-env-config-validation
|
|
329
|
-
|
|
330
|
-
# 2. Session already created, add story details
|
|
331
|
-
# Edit .session/{STORY_ID}-session.md with sprint info
|
|
332
|
-
|
|
333
|
-
# 3. Update sprint status to in-progress
|
|
334
|
-
|
|
335
|
-
# 4. Work, commit, update to done
|
|
336
|
-
```
|
|
337
|
-
|
|
338
|
-
### With /new-work
|
|
339
|
-
|
|
340
|
-
```bash
|
|
341
|
-
# 1. Start session
|
|
342
|
-
@/new-work
|
|
343
|
-
|
|
344
|
-
# 2. Look up story in sprint status
|
|
345
|
-
|
|
346
|
-
# 3. Fill in session with story details
|
|
347
|
-
|
|
348
|
-
# 4. Update sprint status
|
|
349
|
-
```
|
|
350
|
-
|
|
351
|
-
## Quick Reference
|
|
352
|
-
|
|
353
|
-
```bash
|
|
354
|
-
# View API sprint status
|
|
355
|
-
cat API/docs/sprint-artifacts/sprint-status.yaml | grep -A 2 "epic-[0-9]:"
|
|
356
|
-
|
|
357
|
-
# View UI sprint status
|
|
358
|
-
cat UI/docs/sprint-artifacts/sprint-status.yaml | grep -A 2 "epic-[0-9]:"
|
|
359
|
-
|
|
360
|
-
# Find story by ID
|
|
361
|
-
grep "5-2-" UI/docs/sprint-artifacts/sprint-status.yaml
|
|
362
|
-
|
|
363
|
-
# Update story status
|
|
364
|
-
# Edit sprint-status.yaml: change 'backlog' to 'in-progress' or 'done'
|
|
365
|
-
|
|
366
|
-
# Commit sprint status
|
|
367
|
-
git add docs/sprint-artifacts/sprint-status.yaml
|
|
368
|
-
git commit -m "chore: update sprint status for story [ID]"
|
|
369
|
-
```
|
|
370
|
-
|
|
371
|
-
---
|
|
372
|
-
|
|
373
|
-
**Your Pennyfarthing session is now synced with sprint tracking!**
|
|
11
|
+
| Old Command | New Command |
|
|
12
|
+
|-------------|-------------|
|
|
13
|
+
| `/sync-work-with-sprint` | `/pf-sprint sync` |
|
|
@@ -1,83 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
deprecated: true
|
|
3
|
+
redirect: pf-docs
|
|
4
|
+
description: "DEPRECATED: Use /pf-docs update instead."
|
|
3
5
|
---
|
|
4
6
|
|
|
5
|
-
#
|
|
7
|
+
# /update-domain-docs - DEPRECATED
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
Documentation commands have been consolidated into `/pf-docs`. Use:
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
For each domain, scan the relevant files and extract:
|
|
14
|
-
- Service files and their main functions
|
|
15
|
-
- Handler files and their endpoints
|
|
16
|
-
- Model files and their structs
|
|
17
|
-
- Worker files (if applicable)
|
|
18
|
-
- Test files
|
|
19
|
-
|
|
20
|
-
### 2. Domain Mappings
|
|
21
|
-
|
|
22
|
-
Use these file patterns to identify domain content:
|
|
23
|
-
|
|
24
|
-
| Domain | Service Pattern | Handler Pattern | Model Pattern | Worker Pattern |
|
|
25
|
-
|--------|-----------------|-----------------|---------------|----------------|
|
|
26
|
-
| ticket | `ticket_*.go`, `activity_*.go`, `event_*.go`, `bulk_*.go` | `ticket_*.go`, `events.go` | `ticket.go`, `activity_log.go`, `event.go` | `event_worker.go` |
|
|
27
|
-
| escalation | `sla_*.go`, `escalation_*.go` | `sla_*.go`, `escalation_*.go` | `sla*.go`, `escalation.go` | `sla_violation_checker.go` |
|
|
28
|
-
| notification | `notifiers/*`, `quota_alert_*.go` | `notification_*.go` | `notification_*.go`, `quota_alert.go` | `notification_*.go` |
|
|
29
|
-
| search | `search_*.go`, `filter_*.go`, `similarity_*.go` | `search_*.go`, `filter_*.go`, `similarity_*.go` | `filter_preset.go` | - |
|
|
30
|
-
| impact | `impact_*.go`, `risk_*.go`, `predictive_*.go` | `ticket_impact_*.go` | `impact.go`, `risk_*.go`, `historical_*.go` | - |
|
|
31
|
-
| asset | `asset_*.go`, `client_asset_*.go`, `completeness_*.go` | `asset_*.go`, `client_asset_*.go`, `completeness_*.go` | `asset.go`, `score_history.go` | - |
|
|
32
|
-
| dashboard | `dashboard_*.go`, `system_metrics_*.go`, `consolidation_*.go`, `metrics_collector.go` | `dashboard_*.go`, `metrics_*.go`, `analytics_*.go` | `dashboard_*.go`, `metrics.go` | - |
|
|
33
|
-
| compliance | `audit_*.go`, `compliance_*.go`, `merkle_*.go` | `audit_*.go`, `compliance_*.go` | `audit_log.go`, `compliance.go`, `legal_hold.go` | - |
|
|
34
|
-
| feedback | `feedback_*.go` | `feedback_*.go` | `feedback.go` | - |
|
|
35
|
-
| client | `client_*.go`, `tenant_*.go`, `resource_*.go` | `client_*.go`, `tenant_*.go` | `client*.go` | - |
|
|
36
|
-
| admin | `admin_*.go` | `admin_*.go` | `admin.go` | - |
|
|
37
|
-
|
|
38
|
-
### 3. For Each Domain, Update:
|
|
39
|
-
|
|
40
|
-
1. **Key Files section** - List actual files that exist (exclude _test.go in main list)
|
|
41
|
-
2. **API Endpoints section** - Extract from handler files using grep for route patterns
|
|
42
|
-
3. **Key Concepts** - Keep existing if accurate, update if code changed
|
|
43
|
-
4. **Testing section** - Verify test command patterns work
|
|
44
|
-
|
|
45
|
-
### 4. Update Process
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
# For each domain, run these to gather info:
|
|
49
|
-
ls internal/services/*{pattern}*.go 2>/dev/null | grep -v _test
|
|
50
|
-
ls internal/handlers/*{pattern}*.go 2>/dev/null | grep -v _test
|
|
51
|
-
ls internal/models/*{pattern}*.go 2>/dev/null | grep -v _test
|
|
52
|
-
ls internal/workers/*{pattern}*.go 2>/dev/null | grep -v _test
|
|
53
|
-
|
|
54
|
-
# Extract API routes from handlers:
|
|
55
|
-
grep -h "\.GET\|\.POST\|\.PUT\|\.PATCH\|\.DELETE" internal/handlers/{pattern}*.go | head -20
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
### 5. Output
|
|
59
|
-
|
|
60
|
-
After updating each file:
|
|
61
|
-
1. Show what changed (new files added, removed files, new endpoints)
|
|
62
|
-
2. Confirm the update was made
|
|
63
|
-
|
|
64
|
-
### 6. Update Index
|
|
65
|
-
|
|
66
|
-
After all domain files are updated, refresh `internal/CLAUDE.md`:
|
|
67
|
-
- Update the keyword table if new keywords discovered
|
|
68
|
-
- Update file sizes in any size references
|
|
69
|
-
- Verify all domain files listed exist
|
|
70
|
-
|
|
71
|
-
## Execution
|
|
72
|
-
|
|
73
|
-
Start by asking: "Which domains should I update? (all / specific domain names)"
|
|
74
|
-
|
|
75
|
-
Then systematically:
|
|
76
|
-
1. Scan the codebase for each domain
|
|
77
|
-
2. Compare with existing CLAUDE-{domain}.md
|
|
78
|
-
3. Update files with current information
|
|
79
|
-
4. Report changes made
|
|
80
|
-
|
|
81
|
-
## Quick Mode
|
|
82
|
-
|
|
83
|
-
If user says "quick" or "all", update all domains without confirmation prompts.
|
|
11
|
+
| Old Command | New Command |
|
|
12
|
+
|-------------|-------------|
|
|
13
|
+
| `/update-domain-docs` | `/pf-docs update` |
|