@pennyfarthing/core 7.9.5 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +14 -0
- package/README.md +209 -0
- package/package.json +32 -37
- package/{dist → packages/core/dist}/cli/utils/files.d.ts +6 -2
- package/{dist → packages/core/dist}/cli/utils/files.d.ts.map +1 -1
- package/{dist → packages/core/dist}/cli/utils/files.js +12 -4
- package/{dist → packages/core/dist}/cli/utils/files.js.map +1 -1
- package/{dist → packages/core/dist}/cli/workspace.test.js +3 -1
- package/{dist → packages/core/dist}/cli/workspace.test.js.map +1 -1
- package/pennyfarthing-dist/agents/README.md +12 -12
- package/pennyfarthing-dist/agents/architect.md +1 -1
- package/pennyfarthing-dist/agents/dev.md +2 -2
- package/pennyfarthing-dist/agents/devops.md +1 -1
- package/pennyfarthing-dist/agents/handoff.md +2 -2
- package/pennyfarthing-dist/agents/pm.md +1 -1
- package/pennyfarthing-dist/agents/reviewer.md +2 -2
- package/pennyfarthing-dist/agents/sm-setup.md +5 -5
- package/pennyfarthing-dist/agents/sm.md +6 -6
- package/pennyfarthing-dist/agents/tea.md +2 -2
- package/pennyfarthing-dist/agents/tech-writer.md +1 -1
- package/pennyfarthing-dist/agents/testing-runner.md +4 -4
- package/pennyfarthing-dist/agents/ux-designer.md +1 -1
- package/pennyfarthing-dist/agents/workflow-status-check.md +2 -2
- package/pennyfarthing-dist/commands/architect.md +1 -1
- package/pennyfarthing-dist/commands/create-branches-from-story.md +5 -5
- package/pennyfarthing-dist/commands/dev.md +1 -1
- package/pennyfarthing-dist/commands/devops.md +1 -1
- package/pennyfarthing-dist/commands/health-check.md +3 -3
- package/pennyfarthing-dist/commands/orchestrator.md +1 -1
- package/pennyfarthing-dist/commands/parallel-work.md +4 -4
- package/pennyfarthing-dist/commands/pm.md +1 -1
- package/pennyfarthing-dist/commands/release.md +1 -1
- package/pennyfarthing-dist/commands/repo-status.md +2 -2
- package/pennyfarthing-dist/commands/retro.md +2 -2
- package/pennyfarthing-dist/commands/reviewer.md +1 -1
- package/pennyfarthing-dist/commands/set-theme.md +1 -1
- package/pennyfarthing-dist/commands/sm.md +1 -1
- package/pennyfarthing-dist/commands/sprint.md +7 -7
- package/pennyfarthing-dist/commands/start-epic.md +3 -3
- package/pennyfarthing-dist/commands/sync-epic-to-jira.md +4 -4
- package/pennyfarthing-dist/commands/tea.md +1 -1
- package/pennyfarthing-dist/commands/tech-writer.md +1 -1
- package/pennyfarthing-dist/commands/ux-designer.md +1 -1
- package/pennyfarthing-dist/commands/work.md +1 -1
- package/pennyfarthing-dist/guides/agent-behavior.md +11 -11
- package/pennyfarthing-dist/guides/agent-tag-taxonomy.md +1 -1
- package/pennyfarthing-dist/guides/agent-template-strategic.md +1 -1
- package/pennyfarthing-dist/guides/agent-template-tactical.md +2 -2
- package/pennyfarthing-dist/guides/worktree-mode.md +3 -3
- package/pennyfarthing-dist/guides/xml-tags.md +1 -1
- package/pennyfarthing-dist/personas/themes/mash.yaml +2 -2
- package/pennyfarthing-dist/personas/themes/star-trek-tos.yaml +1 -1
- package/pennyfarthing-dist/scripts/README.md +6 -6
- package/pennyfarthing-dist/scripts/core/README.md +3 -4
- package/pennyfarthing-dist/scripts/core/phase-check-start.sh +12 -17
- package/pennyfarthing-dist/scripts/cyclist/is-cyclist.sh +1 -1
- package/pennyfarthing-dist/scripts/git/README.md +2 -2
- package/pennyfarthing-dist/scripts/git/install-git-hooks.sh +3 -15
- package/pennyfarthing-dist/scripts/git/release.sh +1 -1
- package/pennyfarthing-dist/scripts/health/drift-detection.sh +1 -1
- package/pennyfarthing-dist/scripts/hooks/README.md +1 -1
- package/pennyfarthing-dist/scripts/hooks/__pycache__/question_reflector_check.cpython-314.pyc +0 -0
- package/pennyfarthing-dist/scripts/hooks/post-merge.sh +3 -12
- package/pennyfarthing-dist/scripts/hooks/pre-push.sh +3 -15
- package/pennyfarthing-dist/scripts/jira/README.md +2 -2
- package/pennyfarthing-dist/scripts/jira/create-jira-epic.sh +1 -1
- package/pennyfarthing-dist/scripts/jira/create-jira-story.sh +1 -1
- package/pennyfarthing-dist/scripts/jira/jira-reconcile.sh +2 -2
- package/pennyfarthing-dist/scripts/lib/find-root.sh +45 -25
- package/pennyfarthing-dist/scripts/misc/README.md +2 -2
- package/pennyfarthing-dist/scripts/misc/backlog.sh +3 -17
- package/pennyfarthing-dist/scripts/misc/generate-skill-docs.sh +4 -30
- package/pennyfarthing-dist/scripts/misc/log-skill-usage.sh +1 -1
- package/pennyfarthing-dist/scripts/misc/run-ci.sh +3 -10
- package/pennyfarthing-dist/scripts/misc/skill-usage-report.sh +1 -1
- package/pennyfarthing-dist/scripts/misc/uninstall.sh +0 -1
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.py +19 -2
- package/pennyfarthing-dist/scripts/sprint/README.md +2 -2
- package/pennyfarthing-dist/scripts/sprint/archive-story.sh +5 -5
- package/pennyfarthing-dist/scripts/sprint/available-stories.sh +2 -2
- package/pennyfarthing-dist/scripts/sprint/check-story.sh +1 -1
- package/pennyfarthing-dist/scripts/sprint/get-epic-field.sh +5 -5
- package/pennyfarthing-dist/scripts/sprint/get-story-field.sh +5 -5
- package/pennyfarthing-dist/scripts/sprint/list-future.sh +2 -2
- package/pennyfarthing-dist/scripts/sprint/new-sprint.sh +3 -3
- package/pennyfarthing-dist/scripts/sprint/promote-epic.sh +4 -4
- package/pennyfarthing-dist/scripts/sprint/sprint-common.sh +11 -17
- package/pennyfarthing-dist/scripts/sprint/sprint-info.sh +2 -2
- package/pennyfarthing-dist/scripts/sprint/sprint-metrics.sh +3 -14
- package/pennyfarthing-dist/scripts/sprint/sprint-status.sh +4 -4
- package/pennyfarthing-dist/scripts/story/README.md +2 -2
- package/pennyfarthing-dist/scripts/test/README.md +1 -1
- package/pennyfarthing-dist/scripts/theme/README.md +1 -1
- package/pennyfarthing-dist/scripts/workflow/README.md +2 -2
- package/pennyfarthing-dist/scripts/workflow/finish-story.sh +1 -1
- package/pennyfarthing-dist/scripts/workflow/fix-session-phase.sh +1 -1
- package/pennyfarthing-dist/scripts/workflow/get-workflow-type.sh +1 -1
- package/pennyfarthing-dist/scripts/workflow/list-workflows.sh +2 -2
- package/pennyfarthing-dist/scripts/workflow/resume-workflow.sh +2 -2
- package/pennyfarthing-dist/scripts/workflow/show-workflow.sh +2 -2
- package/pennyfarthing-dist/scripts/workflow/start-workflow.sh +2 -2
- package/pennyfarthing-dist/scripts/workflow/workflow-status.sh +2 -2
- package/pennyfarthing-dist/skills/cyclist/SKILL.md +2 -2
- package/pennyfarthing-dist/skills/jira/SKILL.md +15 -15
- package/pennyfarthing-dist/skills/judge/SKILL.md +1 -1
- package/pennyfarthing-dist/skills/sprint/scripts/archive-story.sh +3 -3
- package/pennyfarthing-dist/skills/sprint/scripts/available-stories.sh +2 -2
- package/pennyfarthing-dist/skills/sprint/scripts/check-story.sh +2 -2
- package/pennyfarthing-dist/skills/sprint/scripts/create-jira-epic.sh +1 -1
- package/pennyfarthing-dist/skills/sprint/scripts/new-sprint.sh +3 -3
- package/pennyfarthing-dist/skills/sprint/scripts/promote-epic.sh +4 -4
- package/pennyfarthing-dist/skills/sprint/scripts/sprint-info.sh +2 -2
- package/pennyfarthing-dist/skills/sprint/scripts/sprint-status.sh +2 -2
- package/pennyfarthing-dist/skills/sprint/scripts/sync-epic-jira.sh +4 -4
- package/pennyfarthing-dist/skills/sprint/skill.md +30 -30
- package/pennyfarthing-dist/skills/story/skill.md +16 -16
- package/pennyfarthing-dist/skills/workflow/scripts/list-workflows.sh +2 -2
- package/pennyfarthing-dist/skills/workflow/scripts/resume-workflow.sh +2 -2
- package/pennyfarthing-dist/skills/workflow/scripts/show-workflow.sh +2 -2
- package/pennyfarthing-dist/skills/workflow/scripts/start-workflow.sh +2 -2
- package/pennyfarthing-dist/skills/workflow/scripts/workflow-status.sh +2 -2
- package/pennyfarthing-dist/skills/workflow/skill.md +14 -14
- package/pennyfarthing-dist/workflows/epics-and-stories/steps/step-05-import-to-future.md +2 -2
- package/pennyfarthing-dist/workflows/git-cleanup/steps/step-01-analyze.md +2 -2
- 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_scripts/README.md +66 -0
- package/pennyfarthing_scripts/__init__.py +17 -0
- package/pennyfarthing_scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/config.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/jira.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__/sprint.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/workflow.cpython-311.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bellmode_hook.py +154 -0
- package/pennyfarthing_scripts/brownfield/__init__.py +35 -0
- package/pennyfarthing_scripts/brownfield/__main__.py +7 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/discover.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/cli.py +131 -0
- package/pennyfarthing_scripts/brownfield/discover.py +753 -0
- package/pennyfarthing_scripts/common/__init__.py +49 -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/config.py +91 -0
- package/pennyfarthing_scripts/common/output.py +180 -0
- package/pennyfarthing_scripts/config.py +21 -0
- package/pennyfarthing_scripts/git/__init__.py +29 -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/create_branches.py +439 -0
- package/pennyfarthing_scripts/git/status_all.py +310 -0
- package/pennyfarthing_scripts/hooks.py +455 -0
- package/pennyfarthing_scripts/jira/__init__.py +93 -0
- package/pennyfarthing_scripts/jira/__main__.py +10 -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__/compat.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/epic.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/jira/__pycache__/story.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/sync.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/bidirectional.py +561 -0
- package/pennyfarthing_scripts/jira/claim.py +211 -0
- package/pennyfarthing_scripts/jira/cli.py +150 -0
- package/pennyfarthing_scripts/jira/client.py +613 -0
- package/pennyfarthing_scripts/jira/epic.py +176 -0
- package/pennyfarthing_scripts/jira/story.py +219 -0
- package/pennyfarthing_scripts/jira/sync.py +350 -0
- package/pennyfarthing_scripts/jira_bidirectional_sync.py +37 -0
- package/pennyfarthing_scripts/jira_epic_creation.py +30 -0
- package/pennyfarthing_scripts/jira_sync.py +36 -0
- package/pennyfarthing_scripts/jira_sync_story.py +30 -0
- package/pennyfarthing_scripts/output.py +37 -0
- package/pennyfarthing_scripts/preflight/__init__.py +17 -0
- package/pennyfarthing_scripts/preflight/__main__.py +10 -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/preflight/cli.py +141 -0
- package/pennyfarthing_scripts/preflight/finish.py +382 -0
- package/pennyfarthing_scripts/pretooluse_hook.py +142 -0
- package/pennyfarthing_scripts/prime/__init__.py +125 -0
- package/pennyfarthing_scripts/prime/__main__.py +8 -0
- package/pennyfarthing_scripts/prime/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/__main__.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__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/cli.py +375 -0
- package/pennyfarthing_scripts/prime/loader.py +239 -0
- package/pennyfarthing_scripts/prime/models.py +169 -0
- package/pennyfarthing_scripts/prime/persona.py +288 -0
- package/pennyfarthing_scripts/prime/session.py +183 -0
- package/pennyfarthing_scripts/prime/workflow.py +275 -0
- package/pennyfarthing_scripts/sprint/__init__.py +66 -0
- package/pennyfarthing_scripts/sprint/__main__.py +10 -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__/cli.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__/validator.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/work.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/archive.py +108 -0
- package/pennyfarthing_scripts/sprint/cli.py +124 -0
- package/pennyfarthing_scripts/sprint/loader.py +193 -0
- package/pennyfarthing_scripts/sprint/status.py +122 -0
- package/pennyfarthing_scripts/sprint/validator.py +405 -0
- package/pennyfarthing_scripts/sprint/work.py +192 -0
- package/pennyfarthing_scripts/story/__init__.py +67 -0
- package/pennyfarthing_scripts/story/__main__.py +10 -0
- package/pennyfarthing_scripts/story/cli.py +105 -0
- package/pennyfarthing_scripts/story/create.py +167 -0
- package/pennyfarthing_scripts/story/size.py +113 -0
- package/pennyfarthing_scripts/story/template.py +151 -0
- package/pennyfarthing_scripts/swebench.py +216 -0
- package/pennyfarthing_scripts/tests/__init__.py +1 -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_brownfield.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_prime.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/conftest.py +106 -0
- package/pennyfarthing_scripts/tests/test_brownfield.py +842 -0
- package/pennyfarthing_scripts/tests/test_cli_modules.py +245 -0
- package/pennyfarthing_scripts/tests/test_common.py +180 -0
- package/pennyfarthing_scripts/tests/test_git_utils.py +866 -0
- package/pennyfarthing_scripts/tests/test_jira_package.py +334 -0
- package/pennyfarthing_scripts/tests/test_package_structure.py +372 -0
- package/pennyfarthing_scripts/tests/test_prime.py +1050 -0
- package/pennyfarthing_scripts/tests/test_sprint_package.py +236 -0
- package/pennyfarthing_scripts/tests/test_sprint_validator.py +675 -0
- package/pennyfarthing_scripts/tests/test_story_package.py +156 -0
- package/pennyfarthing_scripts/welcome_hook.py +157 -0
- package/pennyfarthing_scripts/workflow.py +183 -0
- package/pennyfarthing-dist/personas/BENCHMARK-METHODOLOGY.md +0 -105
- package/pennyfarthing-dist/personas/OCEAN-BENCHMARKING.md +0 -210
- package/pennyfarthing-dist/personas/TRAIL-OCEAN-MAPPING.md +0 -168
- package/pennyfarthing-dist/personas/ZEITGEIST-ANALYSIS.md +0 -171
- package/pennyfarthing-dist/personas/attributes.yaml +0 -69
- package/pennyfarthing-dist/personas/scripts/add-zeitgeist-calibrated.py +0 -81
- package/pennyfarthing-dist/personas/scripts/add-zeitgeist-scores.sh +0 -56
- package/pennyfarthing-dist/personas/zeitgeist-scores.yaml +0 -1172
- package/pennyfarthing-dist/scripts/core/run.sh +0 -92
- /package/{bin → packages/core/bin}/pennyfarthing.js +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.js +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.test.js +0 -0
- /package/{dist → packages/core/dist}/bmad/context-reader.test.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.js +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.test.js +0 -0
- /package/{dist → packages/core/dist}/bmad/epics-parser.test.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/index.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/index.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/index.js +0 -0
- /package/{dist → packages/core/dist}/bmad/index.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.js +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.test.js +0 -0
- /package/{dist → packages/core/dist}/bmad/status-sync.test.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.js +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.test.js +0 -0
- /package/{dist → packages/core/dist}/bmad/story-exporter.test.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.js +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.js.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.test.js +0 -0
- /package/{dist → packages/core/dist}/bmad/story-parser.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/command.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/command.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/command.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/command.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/cyclist.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/doctor.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/skill.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/skill.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/skill.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/skill.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/theme.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/theme.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/theme.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/theme.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/uninstall.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/uninstall.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/uninstall.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/uninstall.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/version.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/version.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/version.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/version.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/customization.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/customization.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/customization.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/customization.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/cyclist-migration.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/cyclist-migration.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/cyclist-migration.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/cyclist-migration.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/index.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/index.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/index.js +0 -0
- /package/{dist → packages/core/dist}/cli/index.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/ocean-profiles.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/ocean-profiles.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/ocean-profiles.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/ocean-profiles.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/theme-maker.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/theme-maker.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/theme-maker.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/theme-maker.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/constants.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/constants.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/constants.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/constants.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/logger.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/logger.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/logger.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/logger.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/manifest.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/manifest.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/manifest.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/manifest.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/node-modules.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/node-modules.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/node-modules.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/node-modules.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/prompts.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/prompts.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/prompts.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/prompts.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/symlinks.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/symlinks.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/symlinks.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/symlinks.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/themes.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/version.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/version.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/version.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/version.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/workspace.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/workspace.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/index.d.ts +0 -0
- /package/{dist → packages/core/dist}/index.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/index.js +0 -0
- /package/{dist → packages/core/dist}/index.js.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.d.ts +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.js +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.js.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.js +0 -0
- /package/{dist → packages/core/dist}/jira/jira-epic-creation.test.js.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.d.ts +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.js +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.js.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.js +0 -0
- /package/{dist → packages/core/dist}/jira/jira-sprint-sync.test.js.map +0 -0
- /package/{dist → packages/core/dist}/permissions/index.d.ts +0 -0
- /package/{dist → packages/core/dist}/permissions/index.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/permissions/index.js +0 -0
- /package/{dist → packages/core/dist}/permissions/index.js.map +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.d.ts +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.js +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.js.map +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.test.js +0 -0
- /package/{dist → packages/core/dist}/permissions/permission-schema.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.js +0 -0
- /package/{dist → packages/core/dist}/scripts/add-ocean-profiles.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.js +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/benchmark-integration.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/debugging-scenarios.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-all-spiders.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-all-spiders.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-all-spiders.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-all-spiders.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-report.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider-report.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/generate-spider.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.js +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/job-fair-aggregator.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/run-ci.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/run-ci.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/run-ci.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/run-ci.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/theme-detail.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/theme-detail.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/theme-detail.test.js +0 -0
- /package/{dist → packages/core/dist}/scripts/theme-detail.test.js.map +0 -0
- /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.d.ts +0 -0
- /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.js +0 -0
- /package/{dist → packages/core/dist}/scripts/validate-ocean-profiles.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.js +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/gate-handler.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-finish.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-finish.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-finish.js +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-finish.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-setup.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-setup.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-setup.js +0 -0
- /package/{dist → packages/core/dist}/workflow/generic-sm-setup.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.js +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/handoff.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/index.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/index.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/index.js +0 -0
- /package/{dist → packages/core/dist}/workflow/index.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.js +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/session-state.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/sm-subagents.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/sm-subagents.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/sm-subagents.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/sm-subagents.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.js +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/step-parser.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/story-workflow-routing.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.js +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/test-cache.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.js +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/trimodal.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.js +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/variable-resolver.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-executor.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-loader.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-migration.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-migration.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-migration.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-migration.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-permissions.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-router.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-schema.test.js.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/workflow-stepped-schema.test.js.map +0 -0
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Create feature branches across repos - async parallel execution.
|
|
3
|
+
|
|
4
|
+
Story: MSSCI-12402 - Port git utility scripts to Python
|
|
5
|
+
|
|
6
|
+
Replaces: pennyfarthing-dist/scripts/git/create-feature-branches.sh
|
|
7
|
+
|
|
8
|
+
Features:
|
|
9
|
+
- asyncio.gather for true parallel git operations
|
|
10
|
+
- Idempotent: checks out existing or creates new branches
|
|
11
|
+
- Branches from develop
|
|
12
|
+
- Worktree-aware detection
|
|
13
|
+
- Cross-platform compatible
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
import asyncio
|
|
17
|
+
from dataclasses import dataclass
|
|
18
|
+
from enum import Enum
|
|
19
|
+
from pathlib import Path
|
|
20
|
+
from typing import Literal, Sequence
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class BranchAction(Enum):
|
|
24
|
+
"""Action taken when creating/checking out a branch."""
|
|
25
|
+
|
|
26
|
+
CREATED = "created" # New branch created from develop
|
|
27
|
+
CHECKED_OUT_LOCAL = "checked_out_local" # Existing local branch checked out
|
|
28
|
+
CHECKED_OUT_REMOTE = "checked_out_remote" # Remote branch checked out and tracked
|
|
29
|
+
SKIPPED = "skipped" # Repo skipped (not found)
|
|
30
|
+
ERROR = "error" # Error occurred
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
@dataclass
|
|
34
|
+
class BranchResult:
|
|
35
|
+
"""Result of branch creation/checkout for a single repo."""
|
|
36
|
+
|
|
37
|
+
name: str
|
|
38
|
+
path: Path
|
|
39
|
+
branch: str
|
|
40
|
+
action: BranchAction
|
|
41
|
+
current_branch: str | None = None # Actual branch after operation
|
|
42
|
+
commit_info: str | None = None # Latest commit hash and message
|
|
43
|
+
tracking: str | None = None # Remote tracking branch if any
|
|
44
|
+
error: str | None = None # Error message if action is ERROR
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
async def _run_git_command(args: list[str], cwd: Path) -> tuple[str, str, int]:
|
|
48
|
+
"""Run a git command asynchronously.
|
|
49
|
+
|
|
50
|
+
Args:
|
|
51
|
+
args: Git command arguments (without 'git')
|
|
52
|
+
cwd: Working directory for the command
|
|
53
|
+
|
|
54
|
+
Returns:
|
|
55
|
+
Tuple of (stdout, stderr, return_code)
|
|
56
|
+
"""
|
|
57
|
+
proc = await asyncio.create_subprocess_exec(
|
|
58
|
+
"git",
|
|
59
|
+
*args,
|
|
60
|
+
cwd=cwd,
|
|
61
|
+
stdout=asyncio.subprocess.PIPE,
|
|
62
|
+
stderr=asyncio.subprocess.PIPE,
|
|
63
|
+
)
|
|
64
|
+
stdout, stderr = await proc.communicate()
|
|
65
|
+
return (
|
|
66
|
+
stdout.decode("utf-8", errors="replace").strip(),
|
|
67
|
+
stderr.decode("utf-8", errors="replace").strip(),
|
|
68
|
+
proc.returncode or 0,
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
async def create_or_checkout_branch(
|
|
73
|
+
name: str,
|
|
74
|
+
path: Path,
|
|
75
|
+
branch_name: str,
|
|
76
|
+
) -> BranchResult:
|
|
77
|
+
"""Create or checkout a feature branch in a single repo.
|
|
78
|
+
|
|
79
|
+
Behavior:
|
|
80
|
+
- If branch exists locally, check it out
|
|
81
|
+
- If branch exists on remote, check it out and track
|
|
82
|
+
- Otherwise, create new branch from develop
|
|
83
|
+
|
|
84
|
+
Args:
|
|
85
|
+
name: Display name for the repo
|
|
86
|
+
path: Path to the repository
|
|
87
|
+
branch_name: Name of the branch to create/checkout
|
|
88
|
+
|
|
89
|
+
Returns:
|
|
90
|
+
BranchResult with action taken and current state
|
|
91
|
+
"""
|
|
92
|
+
# Check if path exists
|
|
93
|
+
if not path.exists():
|
|
94
|
+
return BranchResult(
|
|
95
|
+
name=name,
|
|
96
|
+
path=path,
|
|
97
|
+
branch=branch_name,
|
|
98
|
+
action=BranchAction.SKIPPED,
|
|
99
|
+
error=f"Directory not found: {path}",
|
|
100
|
+
)
|
|
101
|
+
|
|
102
|
+
# Check if it's a git repo
|
|
103
|
+
git_dir = path / ".git"
|
|
104
|
+
if not git_dir.exists():
|
|
105
|
+
try:
|
|
106
|
+
_, _, rc = await _run_git_command(["rev-parse", "--git-dir"], path)
|
|
107
|
+
if rc != 0:
|
|
108
|
+
return BranchResult(
|
|
109
|
+
name=name,
|
|
110
|
+
path=path,
|
|
111
|
+
branch=branch_name,
|
|
112
|
+
action=BranchAction.SKIPPED,
|
|
113
|
+
error=f"Not a git repository: {path}",
|
|
114
|
+
)
|
|
115
|
+
except Exception as e:
|
|
116
|
+
return BranchResult(
|
|
117
|
+
name=name,
|
|
118
|
+
path=path,
|
|
119
|
+
branch=branch_name,
|
|
120
|
+
action=BranchAction.ERROR,
|
|
121
|
+
error=f"Git command failed: {e}",
|
|
122
|
+
)
|
|
123
|
+
|
|
124
|
+
try:
|
|
125
|
+
# Fetch from origin first
|
|
126
|
+
await _run_git_command(["fetch", "origin", "--quiet"], path)
|
|
127
|
+
|
|
128
|
+
# Check if branch exists locally
|
|
129
|
+
local_ref, _, local_rc = await _run_git_command(
|
|
130
|
+
["show-ref", "--verify", "--quiet", f"refs/heads/{branch_name}"], path
|
|
131
|
+
)
|
|
132
|
+
|
|
133
|
+
if local_rc == 0:
|
|
134
|
+
# Branch exists locally, check it out
|
|
135
|
+
_, _, checkout_rc = await _run_git_command(
|
|
136
|
+
["checkout", branch_name], path
|
|
137
|
+
)
|
|
138
|
+
if checkout_rc != 0:
|
|
139
|
+
return BranchResult(
|
|
140
|
+
name=name,
|
|
141
|
+
path=path,
|
|
142
|
+
branch=branch_name,
|
|
143
|
+
action=BranchAction.ERROR,
|
|
144
|
+
error=f"Failed to checkout local branch {branch_name}",
|
|
145
|
+
)
|
|
146
|
+
action = BranchAction.CHECKED_OUT_LOCAL
|
|
147
|
+
else:
|
|
148
|
+
# Check if branch exists on remote
|
|
149
|
+
remote_ref, _, remote_rc = await _run_git_command(
|
|
150
|
+
["show-ref", "--verify", "--quiet", f"refs/remotes/origin/{branch_name}"],
|
|
151
|
+
path,
|
|
152
|
+
)
|
|
153
|
+
|
|
154
|
+
if remote_rc == 0:
|
|
155
|
+
# Branch exists on remote, checkout and track
|
|
156
|
+
_, _, checkout_rc = await _run_git_command(
|
|
157
|
+
["checkout", "-b", branch_name, f"origin/{branch_name}"], path
|
|
158
|
+
)
|
|
159
|
+
if checkout_rc != 0:
|
|
160
|
+
return BranchResult(
|
|
161
|
+
name=name,
|
|
162
|
+
path=path,
|
|
163
|
+
branch=branch_name,
|
|
164
|
+
action=BranchAction.ERROR,
|
|
165
|
+
error=f"Failed to checkout remote branch {branch_name}",
|
|
166
|
+
)
|
|
167
|
+
action = BranchAction.CHECKED_OUT_REMOTE
|
|
168
|
+
else:
|
|
169
|
+
# Branch doesn't exist, create from develop
|
|
170
|
+
# First ensure we have develop
|
|
171
|
+
await _run_git_command(
|
|
172
|
+
["fetch", "origin", "develop:develop", "--quiet"], path
|
|
173
|
+
)
|
|
174
|
+
|
|
175
|
+
# Checkout develop
|
|
176
|
+
await _run_git_command(["checkout", "develop", "--quiet"], path)
|
|
177
|
+
await _run_git_command(["pull", "origin", "develop", "--quiet"], path)
|
|
178
|
+
|
|
179
|
+
# Create new branch
|
|
180
|
+
_, _, create_rc = await _run_git_command(
|
|
181
|
+
["checkout", "-b", branch_name], path
|
|
182
|
+
)
|
|
183
|
+
if create_rc != 0:
|
|
184
|
+
return BranchResult(
|
|
185
|
+
name=name,
|
|
186
|
+
path=path,
|
|
187
|
+
branch=branch_name,
|
|
188
|
+
action=BranchAction.ERROR,
|
|
189
|
+
error=f"Failed to create branch {branch_name}",
|
|
190
|
+
)
|
|
191
|
+
action = BranchAction.CREATED
|
|
192
|
+
|
|
193
|
+
# Get current branch for verification
|
|
194
|
+
current_branch, _, _ = await _run_git_command(
|
|
195
|
+
["branch", "--show-current"], path
|
|
196
|
+
)
|
|
197
|
+
|
|
198
|
+
# Get latest commit info
|
|
199
|
+
commit_info, _, _ = await _run_git_command(
|
|
200
|
+
["log", "-1", "--format=%h - %s"], path
|
|
201
|
+
)
|
|
202
|
+
|
|
203
|
+
# Get tracking info
|
|
204
|
+
tracking, _, tracking_rc = await _run_git_command(
|
|
205
|
+
["rev-parse", "--abbrev-ref", "--symbolic-full-name", "@{u}"], path
|
|
206
|
+
)
|
|
207
|
+
if tracking_rc != 0:
|
|
208
|
+
tracking = None
|
|
209
|
+
|
|
210
|
+
return BranchResult(
|
|
211
|
+
name=name,
|
|
212
|
+
path=path,
|
|
213
|
+
branch=branch_name,
|
|
214
|
+
action=action,
|
|
215
|
+
current_branch=current_branch,
|
|
216
|
+
commit_info=commit_info,
|
|
217
|
+
tracking=tracking,
|
|
218
|
+
)
|
|
219
|
+
|
|
220
|
+
except Exception as e:
|
|
221
|
+
return BranchResult(
|
|
222
|
+
name=name,
|
|
223
|
+
path=path,
|
|
224
|
+
branch=branch_name,
|
|
225
|
+
action=BranchAction.ERROR,
|
|
226
|
+
error=f"Error: {e}",
|
|
227
|
+
)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
async def create_feature_branches(
|
|
231
|
+
repos: Sequence[tuple[str, Path]],
|
|
232
|
+
branch_name: str,
|
|
233
|
+
) -> list[BranchResult]:
|
|
234
|
+
"""Create feature branches across all repos in parallel using asyncio.gather.
|
|
235
|
+
|
|
236
|
+
Args:
|
|
237
|
+
repos: Sequence of (name, path) tuples for each repo
|
|
238
|
+
branch_name: Name of the branch to create/checkout
|
|
239
|
+
|
|
240
|
+
Returns:
|
|
241
|
+
List of BranchResult objects in same order as input
|
|
242
|
+
"""
|
|
243
|
+
if not repos:
|
|
244
|
+
return []
|
|
245
|
+
|
|
246
|
+
tasks = [create_or_checkout_branch(name, path, branch_name) for name, path in repos]
|
|
247
|
+
results = await asyncio.gather(*tasks, return_exceptions=False)
|
|
248
|
+
return list(results)
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
def detect_worktree(current_dir: Path | None = None) -> tuple[bool, str | None, Path]:
|
|
252
|
+
"""Detect if running in a git worktree.
|
|
253
|
+
|
|
254
|
+
Args:
|
|
255
|
+
current_dir: Directory to check (defaults to cwd)
|
|
256
|
+
|
|
257
|
+
Returns:
|
|
258
|
+
Tuple of (is_worktree, worktree_name, base_path)
|
|
259
|
+
- is_worktree: True if in a worktree
|
|
260
|
+
- worktree_name: Name of worktree if in one, else None
|
|
261
|
+
- base_path: Base path to use for repo operations
|
|
262
|
+
"""
|
|
263
|
+
if current_dir is None:
|
|
264
|
+
current_dir = Path.cwd()
|
|
265
|
+
|
|
266
|
+
current_str = str(current_dir.resolve())
|
|
267
|
+
|
|
268
|
+
# Check if path contains /worktrees/
|
|
269
|
+
if "/worktrees/" in current_str:
|
|
270
|
+
# Extract worktree name from path
|
|
271
|
+
parts = current_str.split("/worktrees/")
|
|
272
|
+
if len(parts) >= 2:
|
|
273
|
+
worktree_name = parts[1].split("/")[0]
|
|
274
|
+
# Base path is up to and including worktrees/worktree_name
|
|
275
|
+
base_path = Path(parts[0]) / "worktrees" / worktree_name
|
|
276
|
+
return (True, worktree_name, base_path)
|
|
277
|
+
|
|
278
|
+
# Not in a worktree
|
|
279
|
+
try:
|
|
280
|
+
from pennyfarthing_scripts.common.config import get_project_root
|
|
281
|
+
base_path = get_project_root(current_dir)
|
|
282
|
+
except FileNotFoundError:
|
|
283
|
+
base_path = current_dir
|
|
284
|
+
|
|
285
|
+
return (False, None, base_path)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
def format_results(results: Sequence[BranchResult], branch_name: str) -> str:
|
|
289
|
+
"""Format branch creation results for display.
|
|
290
|
+
|
|
291
|
+
Args:
|
|
292
|
+
results: Sequence of BranchResult objects
|
|
293
|
+
branch_name: The target branch name
|
|
294
|
+
|
|
295
|
+
Returns:
|
|
296
|
+
Multi-line formatted string with results and verification
|
|
297
|
+
"""
|
|
298
|
+
lines = []
|
|
299
|
+
lines.append(f"🌿 Creating/checking out feature branches...")
|
|
300
|
+
lines.append(f" Branch: {branch_name}")
|
|
301
|
+
lines.append("")
|
|
302
|
+
|
|
303
|
+
# Individual results
|
|
304
|
+
for result in results:
|
|
305
|
+
lines.append(f"📦 {result.name}")
|
|
306
|
+
lines.append(f" Path: {result.path}")
|
|
307
|
+
|
|
308
|
+
action_icons = {
|
|
309
|
+
BranchAction.CREATED: "🌿 Created",
|
|
310
|
+
BranchAction.CHECKED_OUT_LOCAL: "✅ Checked out (local)",
|
|
311
|
+
BranchAction.CHECKED_OUT_REMOTE: "✅ Checked out (remote)",
|
|
312
|
+
BranchAction.SKIPPED: "⏭️ Skipped",
|
|
313
|
+
BranchAction.ERROR: "❌ Error",
|
|
314
|
+
}
|
|
315
|
+
lines.append(f" Action: {action_icons.get(result.action, str(result.action))}")
|
|
316
|
+
|
|
317
|
+
if result.current_branch:
|
|
318
|
+
lines.append(f" Branch: {result.current_branch}")
|
|
319
|
+
if result.commit_info:
|
|
320
|
+
lines.append(f" Commit: {result.commit_info}")
|
|
321
|
+
if result.tracking:
|
|
322
|
+
lines.append(f" Remote: {result.tracking}")
|
|
323
|
+
if result.error:
|
|
324
|
+
lines.append(f" Error: {result.error}")
|
|
325
|
+
lines.append("")
|
|
326
|
+
|
|
327
|
+
# Verification summary
|
|
328
|
+
lines.append("━" * 50)
|
|
329
|
+
lines.append("🔍 Verification Summary")
|
|
330
|
+
lines.append("━" * 50)
|
|
331
|
+
|
|
332
|
+
success_count = sum(
|
|
333
|
+
1 for r in results if r.action in (
|
|
334
|
+
BranchAction.CREATED,
|
|
335
|
+
BranchAction.CHECKED_OUT_LOCAL,
|
|
336
|
+
BranchAction.CHECKED_OUT_REMOTE,
|
|
337
|
+
)
|
|
338
|
+
)
|
|
339
|
+
error_count = sum(1 for r in results if r.action == BranchAction.ERROR)
|
|
340
|
+
skipped_count = sum(1 for r in results if r.action == BranchAction.SKIPPED)
|
|
341
|
+
|
|
342
|
+
lines.append(f" Success: {success_count}")
|
|
343
|
+
if skipped_count > 0:
|
|
344
|
+
lines.append(f" Skipped: {skipped_count}")
|
|
345
|
+
if error_count > 0:
|
|
346
|
+
lines.append(f" Errors: {error_count}")
|
|
347
|
+
|
|
348
|
+
lines.append("")
|
|
349
|
+
if error_count > 0:
|
|
350
|
+
lines.append("⚠️ Done with errors. Check output above.")
|
|
351
|
+
else:
|
|
352
|
+
lines.append("✅ Done! All branches verified and ready.")
|
|
353
|
+
|
|
354
|
+
return "\n".join(lines)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
RepoFilter = Literal["all", "api", "ui"]
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
def filter_repos(
|
|
361
|
+
repos: Sequence[tuple[str, Path]],
|
|
362
|
+
filter_type: RepoFilter,
|
|
363
|
+
) -> list[tuple[str, Path]]:
|
|
364
|
+
"""Filter repos by type.
|
|
365
|
+
|
|
366
|
+
Args:
|
|
367
|
+
repos: Full list of (name, path) tuples
|
|
368
|
+
filter_type: "all", "api", or "ui"
|
|
369
|
+
|
|
370
|
+
Returns:
|
|
371
|
+
Filtered list of repos matching the filter
|
|
372
|
+
"""
|
|
373
|
+
if filter_type == "all":
|
|
374
|
+
return list(repos)
|
|
375
|
+
|
|
376
|
+
result = []
|
|
377
|
+
for name, path in repos:
|
|
378
|
+
name_lower = name.lower()
|
|
379
|
+
if filter_type == "api" and ("api" in name_lower or name_lower.endswith("-api")):
|
|
380
|
+
result.append((name, path))
|
|
381
|
+
elif filter_type == "ui" and ("ui" in name_lower or name_lower.endswith("-ui")):
|
|
382
|
+
result.append((name, path))
|
|
383
|
+
|
|
384
|
+
return result
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
async def main(branch_name: str, repos_filter: RepoFilter = "all") -> int:
|
|
388
|
+
"""CLI entry point for create-feature-branches.
|
|
389
|
+
|
|
390
|
+
Args:
|
|
391
|
+
branch_name: Name of the branch to create/checkout
|
|
392
|
+
repos_filter: Which repos to target ("all", "api", "ui")
|
|
393
|
+
|
|
394
|
+
Returns:
|
|
395
|
+
0 if all repos succeeded, 1 if any had errors
|
|
396
|
+
"""
|
|
397
|
+
from pennyfarthing_scripts.common.config import get_project_root
|
|
398
|
+
|
|
399
|
+
# Detect worktree
|
|
400
|
+
is_worktree, worktree_name, base_path = detect_worktree()
|
|
401
|
+
|
|
402
|
+
if is_worktree:
|
|
403
|
+
print(f"📂 Detected worktree: {worktree_name}")
|
|
404
|
+
else:
|
|
405
|
+
print("📂 Using main checkout")
|
|
406
|
+
|
|
407
|
+
# For now, just use the current project
|
|
408
|
+
project_root = get_project_root()
|
|
409
|
+
repos = [("pennyfarthing", project_root)]
|
|
410
|
+
|
|
411
|
+
# Apply filter
|
|
412
|
+
filtered_repos = filter_repos(repos, repos_filter)
|
|
413
|
+
|
|
414
|
+
if not filtered_repos:
|
|
415
|
+
print(f"No repos match filter: {repos_filter}")
|
|
416
|
+
return 1
|
|
417
|
+
|
|
418
|
+
results = await create_feature_branches(filtered_repos, branch_name)
|
|
419
|
+
print(format_results(results, branch_name))
|
|
420
|
+
|
|
421
|
+
# Return 1 if any errors
|
|
422
|
+
has_errors = any(r.action == BranchAction.ERROR for r in results)
|
|
423
|
+
return 1 if has_errors else 0
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
if __name__ == "__main__":
|
|
427
|
+
import sys
|
|
428
|
+
|
|
429
|
+
if len(sys.argv) < 2 or sys.argv[1] in ("-h", "--help"):
|
|
430
|
+
print("Usage: python -m pennyfarthing_scripts.git.create_branches <branch-name> [repos]")
|
|
431
|
+
print(" repos: all (default), api, ui")
|
|
432
|
+
sys.exit(0)
|
|
433
|
+
|
|
434
|
+
branch = sys.argv[1]
|
|
435
|
+
repos_filter: RepoFilter = "all"
|
|
436
|
+
if len(sys.argv) >= 3 and sys.argv[2] in ("all", "api", "ui"):
|
|
437
|
+
repos_filter = sys.argv[2] # type: ignore
|
|
438
|
+
|
|
439
|
+
sys.exit(asyncio.run(main(branch, repos_filter)))
|