@pennyfarthing/core 10.0.2 → 10.0.5
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 +287 -0
- package/package.json +29 -41
- package/{dist → packages/core/dist}/cli/commands/cyclist.d.ts +5 -1
- package/packages/core/dist/cli/commands/cyclist.d.ts.map +1 -0
- package/{dist → packages/core/dist}/cli/commands/cyclist.js +4 -4
- package/packages/core/dist/cli/commands/cyclist.js.map +1 -0
- package/{dist → packages/core/dist}/cli/commands/cyclist.test.js +2 -2
- package/packages/core/dist/cli/commands/cyclist.test.js.map +1 -0
- package/packages/core/dist/cli/commands/doctor-file-layout.test.d.ts +13 -0
- package/packages/core/dist/cli/commands/doctor-file-layout.test.d.ts.map +1 -0
- package/packages/core/dist/cli/commands/doctor-file-layout.test.js +234 -0
- package/packages/core/dist/cli/commands/doctor-file-layout.test.js.map +1 -0
- package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.js +17 -16
- package/{dist → packages/core/dist}/cli/commands/doctor-legacy.test.js.map +1 -1
- package/{dist → packages/core/dist}/cli/commands/doctor.d.ts +8 -0
- package/{dist → packages/core/dist}/cli/commands/doctor.d.ts.map +1 -1
- package/{dist → packages/core/dist}/cli/commands/doctor.js +224 -3
- package/packages/core/dist/cli/commands/doctor.js.map +1 -0
- package/{dist → packages/core/dist}/cli/commands/e2e-fresh-install.test.js +1 -1
- package/{dist → packages/core/dist}/cli/commands/e2e-fresh-install.test.js.map +1 -1
- package/{dist → packages/core/dist}/cli/commands/e2e-upgrade.test.js +1 -1
- package/{dist → packages/core/dist}/cli/commands/e2e-upgrade.test.js.map +1 -1
- package/packages/core/dist/cli/commands/hooks-consolidation.test.d.ts +19 -0
- package/packages/core/dist/cli/commands/hooks-consolidation.test.d.ts.map +1 -0
- package/packages/core/dist/cli/commands/hooks-consolidation.test.js +358 -0
- package/packages/core/dist/cli/commands/hooks-consolidation.test.js.map +1 -0
- package/{dist → packages/core/dist}/cli/commands/init.d.ts.map +1 -1
- package/{dist → packages/core/dist}/cli/commands/init.js +3 -0
- package/packages/core/dist/cli/commands/init.js.map +1 -0
- package/{dist → packages/core/dist}/cli/commands/update.d.ts.map +1 -1
- package/{dist → packages/core/dist}/cli/commands/update.js +53 -1
- package/{dist → packages/core/dist}/cli/commands/update.js.map +1 -1
- package/{dist → packages/core/dist}/cli/ocean-profiles.test.js +1 -1
- package/{dist → packages/core/dist}/cli/ocean-profiles.test.js.map +1 -1
- package/{dist → packages/core/dist}/cli/utils/files.d.ts +10 -0
- package/{dist → packages/core/dist}/cli/utils/files.d.ts.map +1 -1
- package/{dist → packages/core/dist}/cli/utils/files.js +35 -0
- package/{dist → packages/core/dist}/cli/utils/files.js.map +1 -1
- package/{dist → packages/core/dist}/cli/utils/settings.d.ts.map +1 -1
- package/{dist → packages/core/dist}/cli/utils/settings.js +24 -0
- package/packages/core/dist/cli/utils/settings.js.map +1 -0
- package/{dist → packages/core/dist}/cli/utils/themes.d.ts +1 -0
- package/packages/core/dist/cli/utils/themes.d.ts.map +1 -0
- package/{dist → packages/core/dist}/cli/utils/themes.js.map +1 -1
- package/{dist → packages/core/dist}/scripts/generate-report.d.ts.map +1 -1
- package/{dist → packages/core/dist}/scripts/generate-report.js +11 -7
- package/packages/core/dist/scripts/generate-report.js.map +1 -0
- package/{dist → packages/core/dist}/scripts/generate-spider-report.d.ts.map +1 -1
- package/{dist → packages/core/dist}/scripts/generate-spider-report.js +12 -8
- package/packages/core/dist/scripts/generate-spider-report.js.map +1 -0
- package/packages/core/dist/scripts/generate-spider.d.ts.map +1 -0
- package/{dist → packages/core/dist}/scripts/generate-spider.js +6 -4
- package/packages/core/dist/scripts/generate-spider.js.map +1 -0
- package/{dist → packages/core/dist}/scripts/generate-spider.test.js +2 -2
- package/packages/core/dist/scripts/generate-spider.test.js.map +1 -0
- package/pennyfarthing-dist/agents/pm.md +1 -1
- package/pennyfarthing-dist/agents/sm-finish.md +1 -1
- package/pennyfarthing-dist/agents/sm-setup.md +6 -6
- package/pennyfarthing-dist/agents/sm.md +12 -6
- package/pennyfarthing-dist/agents/workflow-status-check.md +1 -1
- package/pennyfarthing-dist/commands/repo-status.md +2 -2
- package/pennyfarthing-dist/commands/sprint.md +8 -8
- package/pennyfarthing-dist/guides/bell-mode.md +65 -0
- package/pennyfarthing-dist/guides/benchmarks.md +62 -0
- package/pennyfarthing-dist/guides/bikelane.md +86 -0
- package/pennyfarthing-dist/guides/prime.md +72 -0
- package/pennyfarthing-dist/guides/reflector.md +59 -0
- package/pennyfarthing-dist/guides/relay-mode.md +53 -0
- package/pennyfarthing-dist/guides/skill-schema.md +25 -26
- package/pennyfarthing-dist/guides/tirepump.md +54 -0
- package/pennyfarthing-dist/guides/xml-tags.md +2 -2
- package/pennyfarthing-dist/personas/themes/battlestar-galactica.yaml +59 -58
- package/pennyfarthing-dist/personas/themes/blade-runner.yaml +10 -10
- package/pennyfarthing-dist/personas/themes/doctor-who.yaml +10 -10
- package/pennyfarthing-dist/personas/themes/dune.yaml +64 -69
- package/pennyfarthing-dist/personas/themes/firefly.yaml +60 -73
- package/pennyfarthing-dist/personas/themes/game-of-thrones.yaml +60 -69
- package/pennyfarthing-dist/personas/themes/harry-potter.yaml +59 -73
- package/pennyfarthing-dist/personas/themes/hitchhikers-guide.yaml +45 -57
- package/pennyfarthing-dist/personas/themes/mad-max.yaml +5 -11
- package/pennyfarthing-dist/personas/themes/princess-bride.yaml +53 -63
- package/pennyfarthing-dist/personas/themes/sandman.yaml +59 -59
- package/pennyfarthing-dist/personas/themes/the-matrix.yaml +61 -62
- package/pennyfarthing-dist/personas/themes/west-wing.yaml +8 -9
- package/pennyfarthing-dist/scripts/README.md +2 -2
- package/pennyfarthing-dist/scripts/git/git-status-all.sh +1 -1
- package/pennyfarthing-dist/scripts/git/worktree-manager.sh +3 -3
- package/pennyfarthing-dist/scripts/hooks/cyclist-pretooluse-hook.sh +32 -0
- package/pennyfarthing-dist/scripts/hooks/post-merge.sh +2 -7
- package/pennyfarthing-dist/scripts/hooks/sprint-yaml-validation.sh +1 -1
- package/pennyfarthing-dist/scripts/jira/create-jira-epic.sh +12 -91
- package/pennyfarthing-dist/scripts/jira/create-jira-story.sh +11 -86
- package/pennyfarthing-dist/scripts/jira/jira-reconcile.sh +11 -255
- package/pennyfarthing-dist/scripts/misc/repo-utils.sh +3 -3
- package/pennyfarthing-dist/scripts/sprint/README.md +32 -17
- package/pennyfarthing-dist/scripts/story/README.md +1 -1
- package/pennyfarthing-dist/scripts/test/test-setup.sh +1 -1
- package/pennyfarthing-dist/skills/jira/SKILL.md +107 -408
- package/pennyfarthing-dist/skills/skill-registry.yaml +21 -12
- package/pennyfarthing-dist/skills/sprint/skill.md +386 -68
- package/pennyfarthing-dist/skills/story/skill.md +14 -206
- package/pennyfarthing-dist/templates/settings.local.json.template +9 -1
- package/pennyfarthing-dist/workflows/epics-and-stories/steps/step-05-import-to-future.md +1 -1
- package/pennyfarthing-dist/workflows/git-cleanup.yaml +1 -1
- package/pennyfarthing-dist/workflows/project-setup/steps/step-10-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__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/config.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/hooks.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/jira.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__/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/cli.py +184 -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/__pycache__/themes.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/common/config.py +92 -0
- package/pennyfarthing_scripts/common/output.py +180 -0
- package/pennyfarthing_scripts/common/themes.py +253 -0
- package/pennyfarthing_scripts/config.py +21 -0
- package/pennyfarthing_scripts/context.py +414 -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/cyclist-pretooluse-hook.sh +7 -0
- package/pennyfarthing_scripts/hooks.py +454 -0
- package/pennyfarthing_scripts/hotspots/__init__.py +31 -0
- package/pennyfarthing_scripts/hotspots/__main__.py +6 -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/hotspots/analyze.py +472 -0
- package/pennyfarthing_scripts/hotspots/cli.py +152 -0
- package/pennyfarthing_scripts/hotspots/formatters.py +109 -0
- package/pennyfarthing_scripts/hotspots/models.py +60 -0
- package/pennyfarthing_scripts/jira/__init__.py +99 -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__/create.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__/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/jira/bidirectional.py +561 -0
- package/pennyfarthing_scripts/jira/claim.py +211 -0
- package/pennyfarthing_scripts/jira/cli.py +351 -0
- package/pennyfarthing_scripts/jira/client.py +762 -0
- package/pennyfarthing_scripts/jira/create.py +267 -0
- package/pennyfarthing_scripts/jira/epic.py +176 -0
- package/pennyfarthing_scripts/jira/operations.py +124 -0
- package/pennyfarthing_scripts/jira/reconcile.py +277 -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/migration/__init__.py +39 -0
- package/pennyfarthing_scripts/migration/__main__.py +10 -0
- package/pennyfarthing_scripts/migration/__pycache__/__init__.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/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/migration/cli.py +304 -0
- package/pennyfarthing_scripts/migration/session.py +384 -0
- package/pennyfarthing_scripts/migration/skill.py +188 -0
- package/pennyfarthing_scripts/migration/step.py +229 -0
- package/pennyfarthing_scripts/migration/validate.py +282 -0
- package/pennyfarthing_scripts/output.py +37 -0
- package/pennyfarthing_scripts/patch_mode.py +449 -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 +193 -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__/tiers.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/workflow.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/cli.py +645 -0
- package/pennyfarthing_scripts/prime/loader.py +239 -0
- package/pennyfarthing_scripts/prime/models.py +206 -0
- package/pennyfarthing_scripts/prime/persona.py +309 -0
- package/pennyfarthing_scripts/prime/session.py +183 -0
- package/pennyfarthing_scripts/prime/tiers.py +201 -0
- package/pennyfarthing_scripts/prime/workflow.py +277 -0
- package/pennyfarthing_scripts/schema_validation_hook.py +306 -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__/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__/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_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/archive.py +165 -0
- package/pennyfarthing_scripts/sprint/archive_epic.py +408 -0
- package/pennyfarthing_scripts/sprint/cli.py +1863 -0
- package/pennyfarthing_scripts/sprint/epic_add.py +173 -0
- package/pennyfarthing_scripts/sprint/import_epic.py +431 -0
- package/pennyfarthing_scripts/sprint/loader.py +237 -0
- package/pennyfarthing_scripts/sprint/status.py +122 -0
- package/pennyfarthing_scripts/sprint/story_add.py +187 -0
- package/pennyfarthing_scripts/sprint/story_update.py +181 -0
- package/pennyfarthing_scripts/sprint/validate_cmd.py +307 -0
- package/pennyfarthing_scripts/sprint/validator.py +580 -0
- package/pennyfarthing_scripts/sprint/work.py +208 -0
- package/pennyfarthing_scripts/sprint/yaml_io.py +367 -0
- package/pennyfarthing_scripts/story/__init__.py +67 -0
- package/pennyfarthing_scripts/story/__main__.py +10 -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/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_cli_modules.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_git_utils.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_jira_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_package_structure.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_patch_mode.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_prime.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_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_validate_cmd.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_workflow_cli.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/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_patch_mode.py +830 -0
- package/pennyfarthing_scripts/tests/test_prime.py +1050 -0
- package/pennyfarthing_scripts/tests/test_sprint_package.py +402 -0
- package/pennyfarthing_scripts/tests/test_sprint_validator.py +731 -0
- package/pennyfarthing_scripts/tests/test_story_add.py +921 -0
- package/pennyfarthing_scripts/tests/test_story_package.py +156 -0
- package/pennyfarthing_scripts/tests/test_story_update.py +769 -0
- package/pennyfarthing_scripts/tests/test_tiers.py +1090 -0
- package/pennyfarthing_scripts/tests/test_token_counting.py +559 -0
- package/pennyfarthing_scripts/tests/test_validate_cmd.py +500 -0
- package/pennyfarthing_scripts/tests/test_workflow_check.py +341 -0
- package/pennyfarthing_scripts/tests/test_yaml_io.py +815 -0
- package/pennyfarthing_scripts/welcome_hook.py +157 -0
- package/pennyfarthing_scripts/workflow.py +287 -0
- package/scripts/postinstall.cjs +34 -0
- package/dist/cli/commands/cyclist.d.ts.map +0 -1
- package/dist/cli/commands/cyclist.js.map +0 -1
- package/dist/cli/commands/cyclist.test.js.map +0 -1
- package/dist/cli/commands/doctor.js.map +0 -1
- package/dist/cli/commands/init.js.map +0 -1
- package/dist/cli/utils/settings.js.map +0 -1
- package/dist/cli/utils/themes.d.ts.map +0 -1
- package/dist/scripts/generate-report.js.map +0 -1
- package/dist/scripts/generate-spider-report.js.map +0 -1
- package/dist/scripts/generate-spider.d.ts.map +0 -1
- package/dist/scripts/generate-spider.js.map +0 -1
- package/dist/scripts/generate-spider.test.js.map +0 -1
- package/pennyfarthing-dist/scripts/jira/jira-lib.sh +0 -464
- package/pennyfarthing-dist/scripts/jira/jira-sync.sh +0 -16
- package/pennyfarthing-dist/scripts/jira/sync-epic-to-jira.sh +0 -16
- package/pennyfarthing-dist/scripts/sprint/archive-story.sh +0 -133
- package/pennyfarthing-dist/scripts/sprint/available-stories.sh +0 -91
- package/pennyfarthing-dist/scripts/sprint/check-story.sh +0 -158
- package/pennyfarthing-dist/scripts/sprint/get-epic-field.sh +0 -52
- package/pennyfarthing-dist/scripts/sprint/get-story-field.sh +0 -63
- package/pennyfarthing-dist/scripts/sprint/list-future.sh +0 -145
- package/pennyfarthing-dist/scripts/sprint/new-sprint.sh +0 -110
- package/pennyfarthing-dist/scripts/sprint/promote-epic.sh +0 -148
- package/pennyfarthing-dist/scripts/sprint/sprint-common.sh +0 -415
- package/pennyfarthing-dist/scripts/sprint/sprint-info.sh +0 -33
- package/pennyfarthing-dist/scripts/sprint/sprint-metrics.sh +0 -230
- package/pennyfarthing-dist/scripts/sprint/sprint-status.sh +0 -134
- package/pennyfarthing-dist/scripts/sprint/validate-sprint-yaml.sh +0 -139
- package/pennyfarthing-dist/skills/sprint/scripts/archive-story.sh +0 -101
- package/pennyfarthing-dist/skills/sprint/scripts/available-stories.sh +0 -97
- package/pennyfarthing-dist/skills/sprint/scripts/check-story.sh +0 -164
- package/pennyfarthing-dist/skills/sprint/scripts/create-jira-epic.sh +0 -101
- package/pennyfarthing-dist/skills/sprint/scripts/new-sprint.sh +0 -116
- package/pennyfarthing-dist/skills/sprint/scripts/promote-epic.sh +0 -164
- package/pennyfarthing-dist/skills/sprint/scripts/sprint-info.sh +0 -39
- package/pennyfarthing-dist/skills/sprint/scripts/sprint-status.sh +0 -147
- package/pennyfarthing-dist/skills/sprint/scripts/sync-epic-jira.sh +0 -93
- /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.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/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/e2e-fresh-install.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/e2e-fresh-install.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/e2e-upgrade.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/e2e-upgrade.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init-consolidation.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init-consolidation.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init-consolidation.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init-consolidation.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/init.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/persona-config-consolidation.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/persona-config-consolidation.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/persona-config-consolidation.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/persona-config-consolidation.test.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-consolidation.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update-consolidation.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update-consolidation.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update-consolidation.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/commands/update.d.ts +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/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/settings-consolidation.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/cli/utils/settings-consolidation.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/settings-consolidation.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/utils/settings-consolidation.test.js.map +0 -0
- /package/{dist → packages/core/dist}/cli/utils/settings.d.ts +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.js +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}/cli/workspace.test.js +0 -0
- /package/{dist → packages/core/dist}/cli/workspace.test.js.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.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.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.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/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/complete-step-integration.test.d.ts +0 -0
- /package/{dist → packages/core/dist}/workflow/complete-step-integration.test.d.ts.map +0 -0
- /package/{dist → packages/core/dist}/workflow/complete-step-integration.test.js +0 -0
- /package/{dist → packages/core/dist}/workflow/complete-step-integration.test.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,304 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Migration CLI - Click-based CLI for XML schema migration tools.
|
|
3
|
+
|
|
4
|
+
Usage:
|
|
5
|
+
pf migration [COMMAND] [ARGS]...
|
|
6
|
+
python -m pennyfarthing_scripts.migration [COMMAND] [ARGS]...
|
|
7
|
+
|
|
8
|
+
Commands:
|
|
9
|
+
session Migrate session files to XML format
|
|
10
|
+
skill Audit skill files for required tags
|
|
11
|
+
step Audit workflow step files
|
|
12
|
+
validate Validate files against XML schemas
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
|
|
17
|
+
from pathlib import Path
|
|
18
|
+
|
|
19
|
+
import click
|
|
20
|
+
|
|
21
|
+
from pennyfarthing_scripts.common.output import error, info, success, warn
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def _find_project_root() -> Path:
|
|
25
|
+
"""Find project root by looking for .pennyfarthing directory."""
|
|
26
|
+
cwd = Path.cwd()
|
|
27
|
+
|
|
28
|
+
# Walk up looking for .pennyfarthing
|
|
29
|
+
for parent in [cwd, *cwd.parents]:
|
|
30
|
+
if (parent / ".pennyfarthing").exists():
|
|
31
|
+
return parent
|
|
32
|
+
|
|
33
|
+
# Fall back to cwd
|
|
34
|
+
return cwd
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@click.group()
|
|
38
|
+
def migration():
|
|
39
|
+
"""XML schema migration tools.
|
|
40
|
+
|
|
41
|
+
\b
|
|
42
|
+
Commands:
|
|
43
|
+
session - Migrate session files to XML format
|
|
44
|
+
skill - Audit skill files for required tags
|
|
45
|
+
step - Audit workflow step files
|
|
46
|
+
validate - Validate files against schemas
|
|
47
|
+
"""
|
|
48
|
+
pass
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
@migration.command()
|
|
52
|
+
@click.argument("file", required=False, type=click.Path(exists=True))
|
|
53
|
+
@click.option("--dry-run", is_flag=True, help="Show what would be done without writing")
|
|
54
|
+
@click.option("--all", "convert_all", is_flag=True, help="Convert all session files")
|
|
55
|
+
def session(file: str | None, dry_run: bool, convert_all: bool):
|
|
56
|
+
"""Migrate session files to XML format.
|
|
57
|
+
|
|
58
|
+
\b
|
|
59
|
+
Arguments:
|
|
60
|
+
FILE - Specific session file to convert (optional)
|
|
61
|
+
|
|
62
|
+
\b
|
|
63
|
+
Examples:
|
|
64
|
+
pf migration session --dry-run .session/archive/MSSCI-12142-session.md
|
|
65
|
+
pf migration session --all --dry-run
|
|
66
|
+
pf migration session --all
|
|
67
|
+
"""
|
|
68
|
+
from pennyfarthing_scripts.migration.session import (
|
|
69
|
+
convert_session_file,
|
|
70
|
+
find_session_files,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
root = _find_project_root()
|
|
74
|
+
|
|
75
|
+
if file:
|
|
76
|
+
file_path = Path(file)
|
|
77
|
+
result = convert_session_file(file_path, dry_run=dry_run)
|
|
78
|
+
|
|
79
|
+
if result.get("skipped"):
|
|
80
|
+
info(f"{file_path.name}: Already in XML format")
|
|
81
|
+
elif result.get("success"):
|
|
82
|
+
if dry_run:
|
|
83
|
+
click.echo(f"\n=== Would convert {file_path.name} to: ===\n")
|
|
84
|
+
click.echo(result.get("content"))
|
|
85
|
+
click.echo("\n=== End ===")
|
|
86
|
+
else:
|
|
87
|
+
success(f"Converted: {file_path.name}")
|
|
88
|
+
else:
|
|
89
|
+
error(result.get("message", "Conversion failed"))
|
|
90
|
+
raise click.Abort()
|
|
91
|
+
|
|
92
|
+
elif convert_all:
|
|
93
|
+
files = find_session_files(root)
|
|
94
|
+
if not files:
|
|
95
|
+
warn("No session files found")
|
|
96
|
+
return
|
|
97
|
+
|
|
98
|
+
info(f"Found {len(files)} session files")
|
|
99
|
+
converted = 0
|
|
100
|
+
skipped = 0
|
|
101
|
+
|
|
102
|
+
for file_path in files:
|
|
103
|
+
result = convert_session_file(file_path, dry_run=dry_run)
|
|
104
|
+
|
|
105
|
+
if result.get("skipped"):
|
|
106
|
+
skipped += 1
|
|
107
|
+
elif result.get("success"):
|
|
108
|
+
converted += 1
|
|
109
|
+
if dry_run:
|
|
110
|
+
info(f"Would convert: {file_path.name}")
|
|
111
|
+
else:
|
|
112
|
+
success(f"Converted: {file_path.name}")
|
|
113
|
+
else:
|
|
114
|
+
error(f"Failed: {file_path.name} - {result.get('message')}")
|
|
115
|
+
|
|
116
|
+
click.echo("")
|
|
117
|
+
info(f"Summary: {converted} converted, {skipped} already XML")
|
|
118
|
+
|
|
119
|
+
else:
|
|
120
|
+
# Show available files
|
|
121
|
+
files = find_session_files(root)
|
|
122
|
+
if not files:
|
|
123
|
+
warn("No session files found")
|
|
124
|
+
return
|
|
125
|
+
|
|
126
|
+
info(f"Session files found: {len(files)}")
|
|
127
|
+
for f in files[:10]:
|
|
128
|
+
click.echo(f" {f.relative_to(root)}")
|
|
129
|
+
if len(files) > 10:
|
|
130
|
+
click.echo(f" ... and {len(files) - 10} more")
|
|
131
|
+
click.echo("")
|
|
132
|
+
info("Use --all to convert all, or specify a file path")
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@migration.command()
|
|
136
|
+
@click.argument("skill_name", required=False)
|
|
137
|
+
@click.option("--report", is_flag=True, help="Generate detailed report")
|
|
138
|
+
def skill(skill_name: str | None, report: bool):
|
|
139
|
+
"""Audit skill files for required XML tags.
|
|
140
|
+
|
|
141
|
+
\b
|
|
142
|
+
Arguments:
|
|
143
|
+
SKILL_NAME - Specific skill to audit (optional)
|
|
144
|
+
|
|
145
|
+
\b
|
|
146
|
+
Examples:
|
|
147
|
+
pf migration skill --report
|
|
148
|
+
pf migration skill sprint
|
|
149
|
+
"""
|
|
150
|
+
from pennyfarthing_scripts.migration.skill import audit_skills
|
|
151
|
+
|
|
152
|
+
root = _find_project_root()
|
|
153
|
+
results = audit_skills(root, skill_name=skill_name)
|
|
154
|
+
|
|
155
|
+
if results["summary"].get("error"):
|
|
156
|
+
error(results["summary"]["error"])
|
|
157
|
+
raise click.Abort()
|
|
158
|
+
|
|
159
|
+
# Print results
|
|
160
|
+
for result in results["results"]:
|
|
161
|
+
if result.status == "OK":
|
|
162
|
+
success(f"{result.skill_name}: All tags present")
|
|
163
|
+
elif result.status == "PARTIAL":
|
|
164
|
+
warn(f"{result.skill_name}: Missing recommended: {', '.join(result.missing_recommended)}")
|
|
165
|
+
else:
|
|
166
|
+
error(f"{result.skill_name}: Missing required: {', '.join(result.missing_required)}")
|
|
167
|
+
|
|
168
|
+
if report and (result.missing_required or result.missing_recommended):
|
|
169
|
+
click.echo(f" Present: {', '.join(result.present_tags)}")
|
|
170
|
+
|
|
171
|
+
# Print summary
|
|
172
|
+
summary = results["summary"]
|
|
173
|
+
click.echo("")
|
|
174
|
+
info("=== Summary ===")
|
|
175
|
+
click.echo(f" Total: {summary['total']}")
|
|
176
|
+
click.echo(f" Valid: {summary['valid']}")
|
|
177
|
+
click.echo(f" Partial: {summary['partial']}")
|
|
178
|
+
click.echo(f" Needs work: {summary['needs_update']}")
|
|
179
|
+
|
|
180
|
+
if summary["needs_update"] > 0:
|
|
181
|
+
click.echo("")
|
|
182
|
+
info("Skills needing updates:")
|
|
183
|
+
for result in results["results"]:
|
|
184
|
+
if not result.is_valid:
|
|
185
|
+
click.echo(f" - {result.skill_name}")
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
@migration.command()
|
|
189
|
+
@click.argument("workflow_name", required=False)
|
|
190
|
+
@click.option("--report", is_flag=True, help="Generate detailed report")
|
|
191
|
+
def step(workflow_name: str | None, report: bool):
|
|
192
|
+
"""Audit workflow step files for required XML tags.
|
|
193
|
+
|
|
194
|
+
\b
|
|
195
|
+
Arguments:
|
|
196
|
+
WORKFLOW_NAME - Specific workflow to audit (optional)
|
|
197
|
+
|
|
198
|
+
\b
|
|
199
|
+
Examples:
|
|
200
|
+
pf migration step --report
|
|
201
|
+
pf migration step architecture
|
|
202
|
+
"""
|
|
203
|
+
from pennyfarthing_scripts.migration.step import audit_workflow_steps
|
|
204
|
+
|
|
205
|
+
root = _find_project_root()
|
|
206
|
+
results = audit_workflow_steps(root, workflow_name=workflow_name)
|
|
207
|
+
|
|
208
|
+
# Print results by workflow
|
|
209
|
+
for workflow in results["workflows"]:
|
|
210
|
+
info(f"Workflow: {workflow.workflow_name} ({workflow.total_steps} steps)")
|
|
211
|
+
|
|
212
|
+
for result in workflow.step_results:
|
|
213
|
+
if result.status == "OK":
|
|
214
|
+
if report:
|
|
215
|
+
success(f" {result.step_name}: OK")
|
|
216
|
+
elif result.status == "PARTIAL":
|
|
217
|
+
warn(f" {result.step_name}: Missing recommended: {', '.join(result.missing_recommended)}")
|
|
218
|
+
else:
|
|
219
|
+
error(f" {result.step_name}: Missing required: {', '.join(result.missing_required)}")
|
|
220
|
+
|
|
221
|
+
# Print summary
|
|
222
|
+
summary = results["summary"]
|
|
223
|
+
click.echo("")
|
|
224
|
+
info("=== Summary ===")
|
|
225
|
+
click.echo(f" Workflows: {summary['total_workflows']}")
|
|
226
|
+
click.echo(f" Step files: {summary['total_files']}")
|
|
227
|
+
click.echo(f" Valid: {summary['valid']}")
|
|
228
|
+
click.echo(f" Needs work: {summary['needs_update']}")
|
|
229
|
+
|
|
230
|
+
if summary["needs_update"] > 0:
|
|
231
|
+
click.echo("")
|
|
232
|
+
info("Workflows with missing required tags:")
|
|
233
|
+
for workflow in results["workflows"]:
|
|
234
|
+
if workflow.needs_update > 0:
|
|
235
|
+
click.echo(f" - {workflow.workflow_name} ({workflow.needs_update} files)")
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
@migration.command()
|
|
239
|
+
@click.option(
|
|
240
|
+
"--type",
|
|
241
|
+
"file_type",
|
|
242
|
+
type=click.Choice(["session", "skill", "step", "all"]),
|
|
243
|
+
default="all",
|
|
244
|
+
help="Type of files to validate",
|
|
245
|
+
)
|
|
246
|
+
@click.option("--strict", is_flag=True, help="Treat warnings as errors")
|
|
247
|
+
def validate(file_type: str, strict: bool):
|
|
248
|
+
"""Validate files against XML schemas.
|
|
249
|
+
|
|
250
|
+
\b
|
|
251
|
+
Examples:
|
|
252
|
+
pf migration validate
|
|
253
|
+
pf migration validate --type skill
|
|
254
|
+
pf migration validate --strict
|
|
255
|
+
"""
|
|
256
|
+
from pennyfarthing_scripts.migration.validate import validate_all
|
|
257
|
+
|
|
258
|
+
root = _find_project_root()
|
|
259
|
+
summary = validate_all(root, file_type=file_type, strict=strict)
|
|
260
|
+
|
|
261
|
+
# Print results
|
|
262
|
+
for result in summary.results:
|
|
263
|
+
rel_path = result.file_path.relative_to(root) if root in result.file_path.parents else result.file_path
|
|
264
|
+
if result.status == "PASS":
|
|
265
|
+
success(f"{rel_path}")
|
|
266
|
+
elif result.status == "WARN":
|
|
267
|
+
warn(f"{rel_path}")
|
|
268
|
+
for w in result.warnings:
|
|
269
|
+
click.echo(f" - {w}")
|
|
270
|
+
else:
|
|
271
|
+
error(f"{rel_path}")
|
|
272
|
+
for e in result.errors:
|
|
273
|
+
click.echo(f" - {e}")
|
|
274
|
+
|
|
275
|
+
# Print summary
|
|
276
|
+
click.echo("")
|
|
277
|
+
info("=== Summary ===")
|
|
278
|
+
click.echo(f" Passed: {summary.passed}")
|
|
279
|
+
click.echo(f" Warnings: {summary.warnings}")
|
|
280
|
+
click.echo(f" Errors: {summary.errors}")
|
|
281
|
+
|
|
282
|
+
if not summary.success:
|
|
283
|
+
raise click.Abort()
|
|
284
|
+
|
|
285
|
+
if strict and summary.warnings > 0:
|
|
286
|
+
error("Warnings treated as errors in strict mode")
|
|
287
|
+
raise click.Abort()
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
# Alias for backwards compatibility
|
|
291
|
+
cli = migration
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
def main(args: list[str] | None = None) -> int:
|
|
295
|
+
"""Entry point."""
|
|
296
|
+
try:
|
|
297
|
+
migration(args)
|
|
298
|
+
return 0
|
|
299
|
+
except SystemExit as e:
|
|
300
|
+
return e.code if isinstance(e.code, int) else 0
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
if __name__ == "__main__":
|
|
304
|
+
migration()
|
|
@@ -0,0 +1,384 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Session file migration tools.
|
|
3
|
+
|
|
4
|
+
Converts session files from markdown format to XML format
|
|
5
|
+
per guides/session-schema.md.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
from __future__ import annotations
|
|
9
|
+
|
|
10
|
+
import re
|
|
11
|
+
from dataclasses import dataclass, field
|
|
12
|
+
from datetime import date
|
|
13
|
+
from pathlib import Path
|
|
14
|
+
from typing import Literal
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@dataclass
|
|
18
|
+
class AcceptanceCriterion:
|
|
19
|
+
"""An acceptance criterion."""
|
|
20
|
+
|
|
21
|
+
id: int
|
|
22
|
+
description: str
|
|
23
|
+
status: Literal["pending", "in-progress", "done", "blocked"] = "pending"
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
@dataclass
|
|
27
|
+
class WorkLogEntry:
|
|
28
|
+
"""A work log entry."""
|
|
29
|
+
|
|
30
|
+
agent: str
|
|
31
|
+
date: str
|
|
32
|
+
content: str
|
|
33
|
+
phase: str | None = None
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
@dataclass
|
|
37
|
+
class ReviewAssessment:
|
|
38
|
+
"""A reviewer assessment."""
|
|
39
|
+
|
|
40
|
+
agent: str = "reviewer"
|
|
41
|
+
verdict: Literal["approved", "rejected", "needs-work"] = "approved"
|
|
42
|
+
content: str = ""
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
@dataclass
|
|
46
|
+
class SessionFile:
|
|
47
|
+
"""Parsed session file data."""
|
|
48
|
+
|
|
49
|
+
story_id: str
|
|
50
|
+
workflow: str = "tdd"
|
|
51
|
+
jira: str = ""
|
|
52
|
+
epic: str = ""
|
|
53
|
+
points: int = 0
|
|
54
|
+
started: str = ""
|
|
55
|
+
phase: str = "setup"
|
|
56
|
+
next_agent: str = "sm"
|
|
57
|
+
handoff_ready: bool = False
|
|
58
|
+
acceptance_criteria: list[AcceptanceCriterion] = field(default_factory=list)
|
|
59
|
+
context: str = ""
|
|
60
|
+
work_log: list[WorkLogEntry] = field(default_factory=list)
|
|
61
|
+
assessment: ReviewAssessment | None = None
|
|
62
|
+
|
|
63
|
+
def to_xml(self) -> str:
|
|
64
|
+
"""Convert to XML format."""
|
|
65
|
+
lines = [f'<session story="{self.story_id}" workflow="{self.workflow}">']
|
|
66
|
+
|
|
67
|
+
# Meta section
|
|
68
|
+
lines.append(" <meta>")
|
|
69
|
+
lines.append(f" <jira>{self.jira or self.story_id}</jira>")
|
|
70
|
+
if self.epic:
|
|
71
|
+
lines.append(f" <epic>{self.epic}</epic>")
|
|
72
|
+
if self.points:
|
|
73
|
+
lines.append(f" <points>{self.points}</points>")
|
|
74
|
+
lines.append(f" <started>{self.started or date.today().isoformat()}</started>")
|
|
75
|
+
lines.append(" </meta>")
|
|
76
|
+
lines.append("")
|
|
77
|
+
|
|
78
|
+
# Status
|
|
79
|
+
handoff = "true" if self.handoff_ready else "false"
|
|
80
|
+
lines.append(
|
|
81
|
+
f' <status phase="{self.phase}" next-agent="{self.next_agent}" '
|
|
82
|
+
f'handoff-ready="{handoff}"/>'
|
|
83
|
+
)
|
|
84
|
+
lines.append("")
|
|
85
|
+
|
|
86
|
+
# Acceptance criteria
|
|
87
|
+
lines.append(" <acceptance-criteria>")
|
|
88
|
+
for ac in self.acceptance_criteria:
|
|
89
|
+
lines.append(f' <ac id="{ac.id}" status="{ac.status}">{ac.description}</ac>')
|
|
90
|
+
lines.append(" </acceptance-criteria>")
|
|
91
|
+
lines.append("")
|
|
92
|
+
|
|
93
|
+
# Context
|
|
94
|
+
lines.append(" <context>")
|
|
95
|
+
if self.context:
|
|
96
|
+
for line in self.context.strip().split("\n"):
|
|
97
|
+
lines.append(f" {line}")
|
|
98
|
+
else:
|
|
99
|
+
lines.append(f" See: .session/context-story-{self.story_id}.md")
|
|
100
|
+
lines.append(" </context>")
|
|
101
|
+
lines.append("")
|
|
102
|
+
|
|
103
|
+
# Work log
|
|
104
|
+
lines.append(" <work-log>")
|
|
105
|
+
for entry in self.work_log:
|
|
106
|
+
phase_attr = f' phase="{entry.phase}"' if entry.phase else ""
|
|
107
|
+
lines.append(f' <entry agent="{entry.agent}" date="{entry.date}"{phase_attr}>')
|
|
108
|
+
for line in entry.content.strip().split("\n"):
|
|
109
|
+
lines.append(f" {line}")
|
|
110
|
+
lines.append(" </entry>")
|
|
111
|
+
|
|
112
|
+
# Assessment (if present)
|
|
113
|
+
if self.assessment:
|
|
114
|
+
lines.append(
|
|
115
|
+
f' <assessment agent="{self.assessment.agent}" '
|
|
116
|
+
f'verdict="{self.assessment.verdict}">'
|
|
117
|
+
)
|
|
118
|
+
for line in self.assessment.content.strip().split("\n"):
|
|
119
|
+
lines.append(f" {line}")
|
|
120
|
+
lines.append(" </assessment>")
|
|
121
|
+
|
|
122
|
+
lines.append(" </work-log>")
|
|
123
|
+
lines.append("</session>")
|
|
124
|
+
|
|
125
|
+
return "\n".join(lines)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
def _extract_field(content: str, label: str) -> str:
|
|
129
|
+
"""Extract a field value from markdown **Label:** value format."""
|
|
130
|
+
pattern = rf"\*\*{re.escape(label)}:\*\*\s*(.+?)(?:\n|$)"
|
|
131
|
+
match = re.search(pattern, content)
|
|
132
|
+
if match:
|
|
133
|
+
return match.group(1).strip()
|
|
134
|
+
return ""
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
def _normalize_phase(phase: str) -> str:
|
|
138
|
+
"""Normalize phase value."""
|
|
139
|
+
phase = phase.lower()
|
|
140
|
+
# Remove suffixes
|
|
141
|
+
phase = re.sub(r"-complete$", "", phase)
|
|
142
|
+
phase = re.sub(r"^dev-", "", phase)
|
|
143
|
+
phase = re.sub(r"^review-", "", phase)
|
|
144
|
+
# Map common values
|
|
145
|
+
if phase in ("approved", "finished"):
|
|
146
|
+
phase = "finish"
|
|
147
|
+
elif phase in ("implementing", "implementation"):
|
|
148
|
+
phase = "green"
|
|
149
|
+
return phase
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
def _normalize_agent(agent: str) -> str:
|
|
153
|
+
"""Normalize agent name."""
|
|
154
|
+
agent = agent.lower()
|
|
155
|
+
# Remove parenthetical persona names
|
|
156
|
+
agent = re.sub(r"\s*\([^)]+\)", "", agent)
|
|
157
|
+
# Take first word only
|
|
158
|
+
agent = agent.split()[0] if agent else "sm"
|
|
159
|
+
return agent
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
def _parse_acceptance_criteria(content: str) -> list[AcceptanceCriterion]:
|
|
163
|
+
"""Parse acceptance criteria from markdown checkboxes."""
|
|
164
|
+
criteria = []
|
|
165
|
+
|
|
166
|
+
# Find AC section
|
|
167
|
+
ac_section = re.search(
|
|
168
|
+
r"## Acceptance Criteria\n(.+?)(?=\n##|\Z)", content, re.DOTALL
|
|
169
|
+
)
|
|
170
|
+
if not ac_section:
|
|
171
|
+
return criteria
|
|
172
|
+
|
|
173
|
+
section_text = ac_section.group(1)
|
|
174
|
+
|
|
175
|
+
# Pattern 1: - [x] AC1: Description
|
|
176
|
+
pattern1 = re.compile(r"^\s*-\s*\[([xX\s])\]\s*AC(\d+):?\s*(.+)$", re.MULTILINE)
|
|
177
|
+
for match in pattern1.finditer(section_text):
|
|
178
|
+
checked = match.group(1).lower() == "x"
|
|
179
|
+
ac_id = int(match.group(2))
|
|
180
|
+
desc = match.group(3).strip()
|
|
181
|
+
status = "done" if checked else "pending"
|
|
182
|
+
criteria.append(AcceptanceCriterion(id=ac_id, description=desc, status=status))
|
|
183
|
+
|
|
184
|
+
# If no ACs found, try pattern 2: - [x] Description (auto-number)
|
|
185
|
+
if not criteria:
|
|
186
|
+
pattern2 = re.compile(r"^\s*-\s*\[([xX\s])\]\s*(.+)$", re.MULTILINE)
|
|
187
|
+
for i, match in enumerate(pattern2.finditer(section_text), start=1):
|
|
188
|
+
checked = match.group(1).lower() == "x"
|
|
189
|
+
desc = match.group(2).strip()
|
|
190
|
+
status = "done" if checked else "pending"
|
|
191
|
+
criteria.append(AcceptanceCriterion(id=i, description=desc, status=status))
|
|
192
|
+
|
|
193
|
+
return criteria
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
def _parse_work_log(content: str) -> tuple[list[WorkLogEntry], ReviewAssessment | None]:
|
|
197
|
+
"""Parse work log entries from markdown."""
|
|
198
|
+
entries = []
|
|
199
|
+
assessment = None
|
|
200
|
+
|
|
201
|
+
# Find work log section
|
|
202
|
+
log_section = re.search(r"## Work Log\n(.+?)(?=\n## [^W]|\Z)", content, re.DOTALL)
|
|
203
|
+
if not log_section:
|
|
204
|
+
return entries, assessment
|
|
205
|
+
|
|
206
|
+
section_text = log_section.group(1)
|
|
207
|
+
|
|
208
|
+
# Split by agent headers (### Agent Name (Date) or ### Agent Action (Date))
|
|
209
|
+
header_pattern = re.compile(
|
|
210
|
+
r"^###\s+(\w+)(?:\s+\w+)?\s+\((\d{4}-\d{2}-\d{2})\)", re.MULTILINE
|
|
211
|
+
)
|
|
212
|
+
|
|
213
|
+
matches = list(header_pattern.finditer(section_text))
|
|
214
|
+
|
|
215
|
+
for i, match in enumerate(matches):
|
|
216
|
+
agent = match.group(1).lower()
|
|
217
|
+
entry_date = match.group(2)
|
|
218
|
+
|
|
219
|
+
# Get content until next header or end
|
|
220
|
+
start = match.end()
|
|
221
|
+
end = matches[i + 1].start() if i + 1 < len(matches) else len(section_text)
|
|
222
|
+
entry_content = section_text[start:end].strip()
|
|
223
|
+
|
|
224
|
+
# Determine phase from header context
|
|
225
|
+
phase = None
|
|
226
|
+
header_text = match.group(0).lower()
|
|
227
|
+
if "red" in header_text:
|
|
228
|
+
phase = "red"
|
|
229
|
+
elif "green" in header_text or "implementation" in header_text:
|
|
230
|
+
phase = "green"
|
|
231
|
+
elif "refactor" in header_text:
|
|
232
|
+
phase = "refactor"
|
|
233
|
+
|
|
234
|
+
# Check if this is a reviewer assessment
|
|
235
|
+
if agent == "reviewer" and "verdict" in entry_content.lower():
|
|
236
|
+
verdict = "approved"
|
|
237
|
+
if "rejected" in entry_content.lower():
|
|
238
|
+
verdict = "rejected"
|
|
239
|
+
elif "needs-work" in entry_content.lower() or "needs work" in entry_content.lower():
|
|
240
|
+
verdict = "needs-work"
|
|
241
|
+
assessment = ReviewAssessment(
|
|
242
|
+
agent="reviewer", verdict=verdict, content=entry_content
|
|
243
|
+
)
|
|
244
|
+
else:
|
|
245
|
+
entries.append(
|
|
246
|
+
WorkLogEntry(
|
|
247
|
+
agent=agent, date=entry_date, content=entry_content, phase=phase
|
|
248
|
+
)
|
|
249
|
+
)
|
|
250
|
+
|
|
251
|
+
return entries, assessment
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
def _extract_context(content: str) -> str:
|
|
255
|
+
"""Extract technical context section."""
|
|
256
|
+
# Find context section
|
|
257
|
+
context_section = re.search(
|
|
258
|
+
r"## Technical Context\n(.+?)(?=\n##|\Z)", content, re.DOTALL
|
|
259
|
+
)
|
|
260
|
+
if context_section:
|
|
261
|
+
return context_section.group(1).strip()
|
|
262
|
+
return ""
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
def parse_markdown_session(content: str, filename: str) -> SessionFile:
|
|
266
|
+
"""Parse a markdown session file into structured data.
|
|
267
|
+
|
|
268
|
+
Args:
|
|
269
|
+
content: File content
|
|
270
|
+
filename: Filename (used to extract story ID)
|
|
271
|
+
|
|
272
|
+
Returns:
|
|
273
|
+
SessionFile with parsed data
|
|
274
|
+
"""
|
|
275
|
+
# Extract story ID from filename
|
|
276
|
+
story_id = filename.replace("-session.md", "")
|
|
277
|
+
|
|
278
|
+
# Extract fields
|
|
279
|
+
jira = _extract_field(content, "Jira")
|
|
280
|
+
epic = _extract_field(content, "Epic")
|
|
281
|
+
# Clean epic - take just the ID, not description
|
|
282
|
+
if epic:
|
|
283
|
+
epic = epic.split()[0] if " " in epic else epic
|
|
284
|
+
|
|
285
|
+
points_str = _extract_field(content, "Points")
|
|
286
|
+
points = int(points_str) if points_str.isdigit() else 0
|
|
287
|
+
|
|
288
|
+
workflow = _extract_field(content, "Workflow").lower() or "tdd"
|
|
289
|
+
started = _extract_field(content, "Started")
|
|
290
|
+
|
|
291
|
+
# Status fields (may appear twice - get last occurrence)
|
|
292
|
+
all_phases = re.findall(r"\*\*Current Phase:\*\*\s*(.+?)(?:\n|$)", content)
|
|
293
|
+
phase = _normalize_phase(all_phases[-1]) if all_phases else "setup"
|
|
294
|
+
|
|
295
|
+
all_next = re.findall(r"\*\*Next Agent:\*\*\s*(.+?)(?:\n|$)", content)
|
|
296
|
+
next_agent = _normalize_agent(all_next[-1]) if all_next else "sm"
|
|
297
|
+
|
|
298
|
+
all_handoff = re.findall(r"\*\*Handoff Ready:\*\*\s*(.+?)(?:\n|$)", content)
|
|
299
|
+
handoff_ready = bool(all_handoff and all_handoff[-1].lower().startswith("y"))
|
|
300
|
+
|
|
301
|
+
# Parse sections
|
|
302
|
+
acceptance_criteria = _parse_acceptance_criteria(content)
|
|
303
|
+
context = _extract_context(content)
|
|
304
|
+
work_log, assessment = _parse_work_log(content)
|
|
305
|
+
|
|
306
|
+
return SessionFile(
|
|
307
|
+
story_id=story_id,
|
|
308
|
+
workflow=workflow,
|
|
309
|
+
jira=jira,
|
|
310
|
+
epic=epic,
|
|
311
|
+
points=points,
|
|
312
|
+
started=started,
|
|
313
|
+
phase=phase,
|
|
314
|
+
next_agent=next_agent,
|
|
315
|
+
handoff_ready=handoff_ready,
|
|
316
|
+
acceptance_criteria=acceptance_criteria,
|
|
317
|
+
context=context,
|
|
318
|
+
work_log=work_log,
|
|
319
|
+
assessment=assessment,
|
|
320
|
+
)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
def is_xml_format(content: str) -> bool:
|
|
324
|
+
"""Check if content is already in XML format."""
|
|
325
|
+
return "<session story=" in content
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
def convert_session_file(
|
|
329
|
+
file_path: Path, *, dry_run: bool = False
|
|
330
|
+
) -> dict[str, str | bool]:
|
|
331
|
+
"""Convert a session file from markdown to XML format.
|
|
332
|
+
|
|
333
|
+
Args:
|
|
334
|
+
file_path: Path to session file
|
|
335
|
+
dry_run: If True, return converted content without writing
|
|
336
|
+
|
|
337
|
+
Returns:
|
|
338
|
+
Dict with 'success', 'message', and optionally 'content' (for dry_run)
|
|
339
|
+
"""
|
|
340
|
+
if not file_path.exists():
|
|
341
|
+
return {"success": False, "message": f"File not found: {file_path}"}
|
|
342
|
+
|
|
343
|
+
content = file_path.read_text()
|
|
344
|
+
|
|
345
|
+
# Skip if already XML
|
|
346
|
+
if is_xml_format(content):
|
|
347
|
+
return {"success": True, "message": "Already in XML format", "skipped": True}
|
|
348
|
+
|
|
349
|
+
# Parse and convert
|
|
350
|
+
session = parse_markdown_session(content, file_path.name)
|
|
351
|
+
xml_content = session.to_xml()
|
|
352
|
+
|
|
353
|
+
if dry_run:
|
|
354
|
+
return {
|
|
355
|
+
"success": True,
|
|
356
|
+
"message": "Would convert to XML",
|
|
357
|
+
"content": xml_content,
|
|
358
|
+
"dry_run": True,
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
# Write converted content
|
|
362
|
+
file_path.write_text(xml_content)
|
|
363
|
+
return {"success": True, "message": f"Converted: {file_path.name}"}
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
def find_session_files(root: Path) -> list[Path]:
|
|
367
|
+
"""Find all session files in a project.
|
|
368
|
+
|
|
369
|
+
Args:
|
|
370
|
+
root: Project root directory
|
|
371
|
+
|
|
372
|
+
Returns:
|
|
373
|
+
List of session file paths
|
|
374
|
+
"""
|
|
375
|
+
session_dir = root / ".session"
|
|
376
|
+
files = []
|
|
377
|
+
|
|
378
|
+
if session_dir.exists():
|
|
379
|
+
files.extend(session_dir.glob("*-session.md"))
|
|
380
|
+
archive_dir = session_dir / "archive"
|
|
381
|
+
if archive_dir.exists():
|
|
382
|
+
files.extend(archive_dir.glob("*-session.md"))
|
|
383
|
+
|
|
384
|
+
return sorted(files)
|