@pennyfarthing/core 10.4.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +16 -14
- package/packages/core/dist/benchmark/benchmark-integration.d.ts +182 -0
- package/packages/core/dist/benchmark/benchmark-integration.d.ts.map +1 -0
- package/packages/core/dist/benchmark/benchmark-integration.js +710 -0
- package/packages/core/dist/benchmark/benchmark-integration.js.map +1 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.d.ts +6 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.d.ts.map +1 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.js +41 -0
- package/packages/core/dist/benchmark/benchmark-integration.test.js.map +1 -0
- package/packages/core/dist/benchmark/index.d.ts +3 -0
- package/packages/core/dist/benchmark/index.d.ts.map +1 -0
- package/packages/core/dist/benchmark/index.js +5 -0
- package/packages/core/dist/benchmark/index.js.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.d.ts +150 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.d.ts.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.js +547 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.js.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.d.ts +6 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.d.ts.map +1 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.js +35 -0
- package/packages/core/dist/benchmark/job-fair-aggregator.test.js.map +1 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.d.ts +17 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.d.ts.map +1 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.js +386 -0
- package/packages/core/dist/cli/commands/hook-chaining.test.js.map +1 -0
- package/packages/core/dist/cli/commands/init.d.ts +6 -1
- package/packages/core/dist/cli/commands/init.d.ts.map +1 -1
- package/packages/core/dist/cli/commands/init.js +83 -30
- package/packages/core/dist/cli/commands/init.js.map +1 -1
- package/packages/core/dist/cli/commands/uninstall.d.ts.map +1 -1
- package/packages/core/dist/cli/commands/uninstall.js +20 -3
- package/packages/core/dist/cli/commands/uninstall.js.map +1 -1
- package/packages/core/dist/cli/commands/uninstall.test.d.ts +8 -0
- package/packages/core/dist/cli/commands/uninstall.test.d.ts.map +1 -0
- package/packages/core/dist/cli/commands/uninstall.test.js +120 -0
- package/packages/core/dist/cli/commands/uninstall.test.js.map +1 -0
- package/packages/core/dist/cli/commands/update.js +4 -4
- package/packages/core/dist/cli/commands/update.js.map +1 -1
- package/packages/core/dist/cli/cyclist-migration.test.js +2 -1
- package/packages/core/dist/cli/cyclist-migration.test.js.map +1 -1
- package/packages/core/dist/cli/ocean-profiles.test.js +5 -4
- package/packages/core/dist/cli/ocean-profiles.test.js.map +1 -1
- package/packages/core/dist/cli/theme-maker.test.js +5 -4
- package/packages/core/dist/cli/theme-maker.test.js.map +1 -1
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.d.ts +15 -0
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.js +295 -0
- package/packages/core/dist/cli/utils/008-sprint-shard-migration.test.js.map +1 -0
- package/packages/core/dist/cli/utils/settings-consolidation.test.js +26 -0
- package/packages/core/dist/cli/utils/settings-consolidation.test.js.map +1 -1
- package/packages/core/dist/cli/utils/settings-merge.d.ts +128 -0
- package/packages/core/dist/cli/utils/settings-merge.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/settings-merge.js +303 -0
- package/packages/core/dist/cli/utils/settings-merge.js.map +1 -0
- package/packages/core/dist/cli/utils/settings-merge.test.d.ts +15 -0
- package/packages/core/dist/cli/utils/settings-merge.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/settings-merge.test.js +781 -0
- package/packages/core/dist/cli/utils/settings-merge.test.js.map +1 -0
- package/packages/core/dist/cli/utils/settings.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/settings.js +3 -0
- package/packages/core/dist/cli/utils/settings.js.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.d.ts +6 -16
- package/packages/core/dist/cli/utils/symlinks.d.ts.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.js +100 -171
- package/packages/core/dist/cli/utils/symlinks.js.map +1 -1
- package/packages/core/dist/cli/utils/symlinks.test.d.ts +10 -0
- package/packages/core/dist/cli/utils/symlinks.test.d.ts.map +1 -0
- package/packages/core/dist/cli/utils/symlinks.test.js +266 -0
- package/packages/core/dist/cli/utils/symlinks.test.js.map +1 -0
- package/packages/core/dist/cli/utils/themes.js +1 -1
- package/packages/core/dist/cli/workspace.test.js +2 -5
- package/packages/core/dist/cli/workspace.test.js.map +1 -1
- package/packages/core/dist/consolidation.test.d.ts +11 -0
- package/packages/core/dist/consolidation.test.d.ts.map +1 -0
- package/packages/core/dist/consolidation.test.js +249 -0
- package/packages/core/dist/consolidation.test.js.map +1 -0
- package/packages/core/dist/index.d.ts +2 -0
- package/packages/core/dist/index.d.ts.map +1 -1
- package/packages/core/dist/index.js +4 -0
- package/packages/core/dist/index.js.map +1 -1
- package/packages/core/dist/plugins/plugin-discovery.js +1 -1
- package/packages/core/dist/plugins/plugin-discovery.js.map +1 -1
- package/packages/core/dist/plugins/plugin-discovery.test.d.ts +1 -1
- package/packages/core/dist/plugins/plugin-discovery.test.js +47 -36
- package/packages/core/dist/plugins/plugin-discovery.test.js.map +1 -1
- package/packages/core/dist/public/css/react.css +1 -0
- package/packages/core/dist/public/js/react/react.js +82 -0
- package/packages/core/dist/scripts/generate-report.test.js +2 -2
- package/packages/core/dist/scripts/generate-spider-report.test.js +2 -2
- package/packages/core/dist/scripts/generate-spider.test.js +2 -1
- package/packages/core/dist/scripts/generate-spider.test.js.map +1 -1
- package/packages/core/dist/server/agent-context.d.ts +5 -0
- package/packages/core/dist/server/agent-context.d.ts.map +1 -0
- package/packages/core/dist/server/agent-context.js +5 -0
- package/packages/core/dist/server/agent-context.js.map +1 -0
- package/packages/core/dist/server/agent-evaluation.d.ts +17 -0
- package/packages/core/dist/server/agent-evaluation.d.ts.map +1 -0
- package/packages/core/dist/server/agent-evaluation.js +15 -0
- package/packages/core/dist/server/agent-evaluation.js.map +1 -0
- package/packages/core/dist/server/api/agent-load.d.ts +3 -0
- package/packages/core/dist/server/api/agent-load.d.ts.map +1 -0
- package/packages/core/dist/server/api/agent-load.js +19 -0
- package/packages/core/dist/server/api/agent-load.js.map +1 -0
- package/packages/core/dist/server/api/audit-log.d.ts +3 -0
- package/packages/core/dist/server/api/audit-log.d.ts.map +1 -0
- package/packages/core/dist/server/api/audit-log.js +31 -0
- package/packages/core/dist/server/api/audit-log.js.map +1 -0
- package/packages/core/dist/server/api/background-tasks.d.ts +27 -0
- package/packages/core/dist/server/api/background-tasks.d.ts.map +1 -0
- package/packages/core/dist/server/api/background-tasks.js +56 -0
- package/packages/core/dist/server/api/background-tasks.js.map +1 -0
- package/packages/core/dist/server/api/bell.d.ts +19 -0
- package/packages/core/dist/server/api/bell.d.ts.map +1 -0
- package/packages/core/dist/server/api/bell.js +34 -0
- package/packages/core/dist/server/api/bell.js.map +1 -0
- package/packages/core/dist/server/api/code-markers.d.ts +9 -0
- package/packages/core/dist/server/api/code-markers.d.ts.map +1 -0
- package/packages/core/dist/server/api/code-markers.js +62 -0
- package/packages/core/dist/server/api/code-markers.js.map +1 -0
- package/packages/core/dist/server/api/complexity.d.ts +3 -0
- package/packages/core/dist/server/api/complexity.d.ts.map +1 -0
- package/packages/core/dist/server/api/complexity.js +47 -0
- package/packages/core/dist/server/api/complexity.js.map +1 -0
- package/packages/core/dist/server/api/context.d.ts +38 -0
- package/packages/core/dist/server/api/context.d.ts.map +1 -0
- package/packages/core/dist/server/api/context.js +144 -0
- package/packages/core/dist/server/api/context.js.map +1 -0
- package/packages/core/dist/server/api/dead-code.d.ts +3 -0
- package/packages/core/dist/server/api/dead-code.d.ts.map +1 -0
- package/packages/core/dist/server/api/dead-code.js +70 -0
- package/packages/core/dist/server/api/dead-code.js.map +1 -0
- package/packages/core/dist/server/api/dependencies.d.ts +3 -0
- package/packages/core/dist/server/api/dependencies.d.ts.map +1 -0
- package/packages/core/dist/server/api/dependencies.js +43 -0
- package/packages/core/dist/server/api/dependencies.js.map +1 -0
- package/packages/core/dist/server/api/evaluation.d.ts +3 -0
- package/packages/core/dist/server/api/evaluation.d.ts.map +1 -0
- package/packages/core/dist/server/api/evaluation.js +33 -0
- package/packages/core/dist/server/api/evaluation.js.map +1 -0
- package/packages/core/dist/server/api/file-browser.d.ts +9 -0
- package/packages/core/dist/server/api/file-browser.d.ts.map +1 -0
- package/packages/core/dist/server/api/file-browser.js +133 -0
- package/packages/core/dist/server/api/file-browser.js.map +1 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.d.ts +10 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.d.ts.map +1 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.js +30 -0
- package/packages/core/dist/server/api/git-fetch-cooldown.test.js.map +1 -0
- package/packages/core/dist/server/api/git.d.ts +55 -0
- package/packages/core/dist/server/api/git.d.ts.map +1 -0
- package/packages/core/dist/server/api/git.js +382 -0
- package/packages/core/dist/server/api/git.js.map +1 -0
- package/packages/core/dist/server/api/health-score.d.ts +3 -0
- package/packages/core/dist/server/api/health-score.d.ts.map +1 -0
- package/packages/core/dist/server/api/health-score.js +47 -0
- package/packages/core/dist/server/api/health-score.js.map +1 -0
- package/packages/core/dist/server/api/hook-request.d.ts +41 -0
- package/packages/core/dist/server/api/hook-request.d.ts.map +1 -0
- package/packages/core/dist/server/api/hook-request.js +278 -0
- package/packages/core/dist/server/api/hook-request.js.map +1 -0
- package/packages/core/dist/server/api/hotspots.d.ts +3 -0
- package/packages/core/dist/server/api/hotspots.d.ts.map +1 -0
- package/packages/core/dist/server/api/hotspots.js +62 -0
- package/packages/core/dist/server/api/hotspots.js.map +1 -0
- package/packages/core/dist/server/api/identity.d.ts +17 -0
- package/packages/core/dist/server/api/identity.d.ts.map +1 -0
- package/packages/core/dist/server/api/identity.js +79 -0
- package/packages/core/dist/server/api/identity.js.map +1 -0
- package/packages/core/dist/server/api/index.d.ts +36 -0
- package/packages/core/dist/server/api/index.d.ts.map +1 -0
- package/packages/core/dist/server/api/index.js +47 -0
- package/packages/core/dist/server/api/index.js.map +1 -0
- package/packages/core/dist/server/api/mode.d.ts +24 -0
- package/packages/core/dist/server/api/mode.d.ts.map +1 -0
- package/packages/core/dist/server/api/mode.js +40 -0
- package/packages/core/dist/server/api/mode.js.map +1 -0
- package/packages/core/dist/server/api/otlp.d.ts +3 -0
- package/packages/core/dist/server/api/otlp.d.ts.map +1 -0
- package/packages/core/dist/server/api/otlp.js +40 -0
- package/packages/core/dist/server/api/otlp.js.map +1 -0
- package/packages/core/dist/server/api/permissions.d.ts +16 -0
- package/packages/core/dist/server/api/permissions.d.ts.map +1 -0
- package/packages/core/dist/server/api/permissions.js +67 -0
- package/packages/core/dist/server/api/permissions.js.map +1 -0
- package/packages/core/dist/server/api/persona.d.ts +9 -0
- package/packages/core/dist/server/api/persona.d.ts.map +1 -0
- package/packages/core/dist/server/api/persona.js +68 -0
- package/packages/core/dist/server/api/persona.js.map +1 -0
- package/packages/core/dist/server/api/portrait.d.ts +6 -0
- package/packages/core/dist/server/api/portrait.d.ts.map +1 -0
- package/packages/core/dist/server/api/portrait.js +28 -0
- package/packages/core/dist/server/api/portrait.js.map +1 -0
- package/packages/core/dist/server/api/settings.d.ts +14 -0
- package/packages/core/dist/server/api/settings.d.ts.map +1 -0
- package/packages/core/dist/server/api/settings.js +68 -0
- package/packages/core/dist/server/api/settings.js.map +1 -0
- package/packages/core/dist/server/api/spans.d.ts +3 -0
- package/packages/core/dist/server/api/spans.d.ts.map +1 -0
- package/packages/core/dist/server/api/spans.js +33 -0
- package/packages/core/dist/server/api/spans.js.map +1 -0
- package/packages/core/dist/server/api/stats.d.ts +13 -0
- package/packages/core/dist/server/api/stats.d.ts.map +1 -0
- package/packages/core/dist/server/api/stats.js +85 -0
- package/packages/core/dist/server/api/stats.js.map +1 -0
- package/packages/core/dist/server/api/story.d.ts +3 -0
- package/packages/core/dist/server/api/story.d.ts.map +1 -0
- package/packages/core/dist/server/api/story.js +15 -0
- package/packages/core/dist/server/api/story.js.map +1 -0
- package/packages/core/dist/server/api/telemetry.d.ts +3 -0
- package/packages/core/dist/server/api/telemetry.d.ts.map +1 -0
- package/packages/core/dist/server/api/telemetry.js +30 -0
- package/packages/core/dist/server/api/telemetry.js.map +1 -0
- package/packages/core/dist/server/api/theme-agents.d.ts +10 -0
- package/packages/core/dist/server/api/theme-agents.d.ts.map +1 -0
- package/packages/core/dist/server/api/theme-agents.js +39 -0
- package/packages/core/dist/server/api/theme-agents.js.map +1 -0
- package/packages/core/dist/server/api/todos.d.ts +33 -0
- package/packages/core/dist/server/api/todos.d.ts.map +1 -0
- package/packages/core/dist/server/api/todos.js +44 -0
- package/packages/core/dist/server/api/todos.js.map +1 -0
- package/packages/core/dist/server/api/token-stats.d.ts +8 -0
- package/packages/core/dist/server/api/token-stats.d.ts.map +1 -0
- package/packages/core/dist/server/api/token-stats.js +36 -0
- package/packages/core/dist/server/api/token-stats.js.map +1 -0
- package/packages/core/dist/server/api/welcome.d.ts +22 -0
- package/packages/core/dist/server/api/welcome.d.ts.map +1 -0
- package/packages/core/dist/server/api/welcome.js +35 -0
- package/packages/core/dist/server/api/welcome.js.map +1 -0
- package/packages/core/dist/server/bell-mode.d.ts +7 -0
- package/packages/core/dist/server/bell-mode.d.ts.map +1 -0
- package/packages/core/dist/server/bell-mode.js +7 -0
- package/packages/core/dist/server/bell-mode.js.map +1 -0
- package/packages/core/dist/server/dangerous-path.d.ts +36 -0
- package/packages/core/dist/server/dangerous-path.d.ts.map +1 -0
- package/packages/core/dist/server/dangerous-path.js +159 -0
- package/packages/core/dist/server/dangerous-path.js.map +1 -0
- package/packages/core/dist/server/enriched-span-exporter.d.ts +17 -0
- package/packages/core/dist/server/enriched-span-exporter.d.ts.map +1 -0
- package/packages/core/dist/server/enriched-span-exporter.js +12 -0
- package/packages/core/dist/server/enriched-span-exporter.js.map +1 -0
- package/packages/core/dist/server/env.d.ts +6 -0
- package/packages/core/dist/server/env.d.ts.map +1 -0
- package/packages/core/dist/server/env.js +10 -0
- package/packages/core/dist/server/env.js.map +1 -0
- package/packages/core/dist/server/file-browser.d.ts +17 -0
- package/packages/core/dist/server/file-browser.d.ts.map +1 -0
- package/packages/core/dist/server/file-browser.js +11 -0
- package/packages/core/dist/server/file-browser.js.map +1 -0
- package/packages/core/dist/server/otlp-receiver.d.ts +87 -0
- package/packages/core/dist/server/otlp-receiver.d.ts.map +1 -0
- package/packages/core/dist/server/otlp-receiver.js +106 -0
- package/packages/core/dist/server/otlp-receiver.js.map +1 -0
- package/packages/core/dist/server/parser.d.ts +11 -0
- package/packages/core/dist/server/parser.d.ts.map +1 -0
- package/packages/core/dist/server/parser.js +6 -0
- package/packages/core/dist/server/parser.js.map +1 -0
- package/packages/core/dist/server/paths.d.ts +37 -0
- package/packages/core/dist/server/paths.d.ts.map +1 -0
- package/packages/core/dist/server/paths.js +227 -0
- package/packages/core/dist/server/paths.js.map +1 -0
- package/packages/core/dist/server/pennyfarthing.d.ts +56 -0
- package/packages/core/dist/server/pennyfarthing.d.ts.map +1 -0
- package/packages/core/dist/server/pennyfarthing.js +356 -0
- package/packages/core/dist/server/pennyfarthing.js.map +1 -0
- package/packages/core/dist/server/plugin-loader.d.ts +22 -0
- package/packages/core/dist/server/plugin-loader.d.ts.map +1 -0
- package/packages/core/dist/server/plugin-loader.js +67 -0
- package/packages/core/dist/server/plugin-loader.js.map +1 -0
- package/packages/core/dist/server/prime.d.ts +12 -0
- package/packages/core/dist/server/prime.d.ts.map +1 -0
- package/packages/core/dist/server/prime.js +8 -0
- package/packages/core/dist/server/prime.js.map +1 -0
- package/packages/core/dist/server/server.d.ts +47 -0
- package/packages/core/dist/server/server.d.ts.map +1 -0
- package/packages/core/dist/server/server.js +353 -0
- package/packages/core/dist/server/server.js.map +1 -0
- package/packages/core/dist/server/server.test.d.ts +26 -0
- package/packages/core/dist/server/server.test.d.ts.map +1 -0
- package/packages/core/dist/server/server.test.js +447 -0
- package/packages/core/dist/server/server.test.js.map +1 -0
- package/packages/core/dist/server/settings-store.d.ts +195 -0
- package/packages/core/dist/server/settings-store.d.ts.map +1 -0
- package/packages/core/dist/server/settings-store.js +398 -0
- package/packages/core/dist/server/settings-store.js.map +1 -0
- package/packages/core/dist/server/settings.d.ts +136 -0
- package/packages/core/dist/server/settings.d.ts.map +1 -0
- package/packages/core/dist/server/settings.js +417 -0
- package/packages/core/dist/server/settings.js.map +1 -0
- package/packages/core/dist/server/span-hierarchy.d.ts +5 -0
- package/packages/core/dist/server/span-hierarchy.d.ts.map +1 -0
- package/packages/core/dist/server/span-hierarchy.js +5 -0
- package/packages/core/dist/server/span-hierarchy.js.map +1 -0
- package/packages/core/dist/server/story-context.d.ts +5 -0
- package/packages/core/dist/server/story-context.d.ts.map +1 -0
- package/packages/core/dist/server/story-context.js +5 -0
- package/packages/core/dist/server/story-context.js.map +1 -0
- package/packages/core/dist/server/story-parser.d.ts +74 -0
- package/packages/core/dist/server/story-parser.d.ts.map +1 -0
- package/packages/core/dist/server/story-parser.js +748 -0
- package/packages/core/dist/server/story-parser.js.map +1 -0
- package/packages/core/dist/server/tdd-metrics.d.ts +5 -0
- package/packages/core/dist/server/tdd-metrics.d.ts.map +1 -0
- package/packages/core/dist/server/tdd-metrics.js +5 -0
- package/packages/core/dist/server/tdd-metrics.js.map +1 -0
- package/packages/core/dist/server/ui-build.test.d.ts +19 -0
- package/packages/core/dist/server/ui-build.test.d.ts.map +1 -0
- package/packages/core/dist/server/ui-build.test.js +152 -0
- package/packages/core/dist/server/ui-build.test.js.map +1 -0
- package/packages/core/dist/server/websocket.d.ts +7 -0
- package/packages/core/dist/server/websocket.d.ts.map +1 -0
- package/packages/core/dist/server/websocket.js +8 -0
- package/packages/core/dist/server/websocket.js.map +1 -0
- package/packages/core/dist/shared/browser.d.ts +6 -0
- package/packages/core/dist/shared/browser.d.ts.map +1 -0
- package/packages/core/dist/shared/browser.js +8 -0
- package/packages/core/dist/shared/browser.js.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.d.ts +35 -0
- package/packages/core/dist/shared/generate-skill-docs.d.ts.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.js +442 -0
- package/packages/core/dist/shared/generate-skill-docs.js.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.test.d.ts +13 -0
- package/packages/core/dist/shared/generate-skill-docs.test.d.ts.map +1 -0
- package/packages/core/dist/shared/generate-skill-docs.test.js +519 -0
- package/packages/core/dist/shared/generate-skill-docs.test.js.map +1 -0
- package/packages/core/dist/shared/index.d.ts +11 -0
- package/packages/core/dist/shared/index.d.ts.map +1 -0
- package/packages/core/dist/shared/index.js +13 -0
- package/packages/core/dist/shared/index.js.map +1 -0
- package/packages/core/dist/shared/marker/constants.d.ts +39 -0
- package/packages/core/dist/shared/marker/constants.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/constants.js +46 -0
- package/packages/core/dist/shared/marker/constants.js.map +1 -0
- package/packages/core/dist/shared/marker/continue.test.d.ts +12 -0
- package/packages/core/dist/shared/marker/continue.test.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/continue.test.js +76 -0
- package/packages/core/dist/shared/marker/continue.test.js.map +1 -0
- package/packages/core/dist/shared/marker/detect.d.ts +25 -0
- package/packages/core/dist/shared/marker/detect.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/detect.js +53 -0
- package/packages/core/dist/shared/marker/detect.js.map +1 -0
- package/packages/core/dist/shared/marker/detect.test.d.ts +10 -0
- package/packages/core/dist/shared/marker/detect.test.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/detect.test.js +418 -0
- package/packages/core/dist/shared/marker/detect.test.js.map +1 -0
- package/packages/core/dist/shared/marker/index.d.ts +14 -0
- package/packages/core/dist/shared/marker/index.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/index.js +15 -0
- package/packages/core/dist/shared/marker/index.js.map +1 -0
- package/packages/core/dist/shared/marker/strip.d.ts +26 -0
- package/packages/core/dist/shared/marker/strip.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/strip.js +39 -0
- package/packages/core/dist/shared/marker/strip.js.map +1 -0
- package/packages/core/dist/shared/marker/types.d.ts +23 -0
- package/packages/core/dist/shared/marker/types.d.ts.map +1 -0
- package/packages/core/dist/shared/marker/types.js +7 -0
- package/packages/core/dist/shared/marker/types.js.map +1 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.d.ts +8 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.d.ts.map +1 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.js +100 -0
- package/packages/core/dist/shared/migrate-theme-schema.test.js.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.d.ts +35 -0
- package/packages/core/dist/shared/portrait-resolver.d.ts.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.js +259 -0
- package/packages/core/dist/shared/portrait-resolver.js.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.test.d.ts +2 -0
- package/packages/core/dist/shared/portrait-resolver.test.d.ts.map +1 -0
- package/packages/core/dist/shared/portrait-resolver.test.js +157 -0
- package/packages/core/dist/shared/portrait-resolver.test.js.map +1 -0
- package/packages/core/dist/shared/repos-topology.d.ts +49 -0
- package/packages/core/dist/shared/repos-topology.d.ts.map +1 -0
- package/packages/core/dist/shared/repos-topology.js +101 -0
- package/packages/core/dist/shared/repos-topology.js.map +1 -0
- package/packages/core/dist/shared/repos-topology.test.d.ts +8 -0
- package/packages/core/dist/shared/repos-topology.test.d.ts.map +1 -0
- package/packages/core/dist/shared/repos-topology.test.js +250 -0
- package/packages/core/dist/shared/repos-topology.test.js.map +1 -0
- package/packages/core/dist/shared/skill-search.d.ts +36 -0
- package/packages/core/dist/shared/skill-search.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-search.js +300 -0
- package/packages/core/dist/shared/skill-search.js.map +1 -0
- package/packages/core/dist/shared/skill-search.test.d.ts +16 -0
- package/packages/core/dist/shared/skill-search.test.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-search.test.js +177 -0
- package/packages/core/dist/shared/skill-search.test.js.map +1 -0
- package/packages/core/dist/shared/skill-suggest.d.ts +76 -0
- package/packages/core/dist/shared/skill-suggest.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-suggest.js +256 -0
- package/packages/core/dist/shared/skill-suggest.js.map +1 -0
- package/packages/core/dist/shared/skill-suggest.test.d.ts +12 -0
- package/packages/core/dist/shared/skill-suggest.test.d.ts.map +1 -0
- package/packages/core/dist/shared/skill-suggest.test.js +257 -0
- package/packages/core/dist/shared/skill-suggest.test.js.map +1 -0
- package/packages/core/dist/shared/theme-loader.d.ts +81 -0
- package/packages/core/dist/shared/theme-loader.d.ts.map +1 -0
- package/packages/core/dist/shared/theme-loader.js +491 -0
- package/packages/core/dist/shared/theme-loader.js.map +1 -0
- package/packages/core/dist/shared/theme-loader.test.d.ts +8 -0
- package/packages/core/dist/shared/theme-loader.test.d.ts.map +1 -0
- package/packages/core/dist/shared/theme-loader.test.js +62 -0
- package/packages/core/dist/shared/theme-loader.test.js.map +1 -0
- package/packages/core/dist/workflow/context-watch.test.js +1 -1
- package/packages/core/dist/workflow/context-watch.test.js.map +1 -1
- package/packages/core/dist/workflow/variable-resolver.test.js +1 -1
- package/packages/core/dist/workflow/variable-resolver.test.js.map +1 -1
- package/packages/core/dist/workflow/workflow-migration.test.js +4 -3
- package/packages/core/dist/workflow/workflow-migration.test.js.map +1 -1
- package/pennyfarthing-dist/agents/architect.md +1 -2
- package/pennyfarthing-dist/agents/ba.md +1 -1
- package/pennyfarthing-dist/agents/dev.md +2 -3
- package/pennyfarthing-dist/agents/devops.md +1 -1
- package/pennyfarthing-dist/agents/orchestrator.md +2 -3
- package/pennyfarthing-dist/agents/pm.md +2 -2
- package/pennyfarthing-dist/agents/reviewer.md +2 -2
- package/pennyfarthing-dist/agents/sm-setup.md +7 -7
- package/pennyfarthing-dist/agents/sm.md +19 -18
- package/pennyfarthing-dist/agents/tea.md +3 -2
- package/pennyfarthing-dist/agents/tech-writer.md +1 -1
- package/pennyfarthing-dist/agents/ux-designer.md +0 -1
- package/pennyfarthing-dist/commands/benchmark-control.md +69 -0
- package/pennyfarthing-dist/commands/benchmark.md +485 -0
- package/pennyfarthing-dist/commands/job-fair.md +102 -0
- package/pennyfarthing-dist/commands/{close-epic.md → pf-close-epic.md} +1 -1
- package/pennyfarthing-dist/commands/{new-work.md → pf-new-work.md} +4 -4
- package/pennyfarthing-dist/commands/{party-mode.md → pf-party-mode.md} +15 -2
- package/pennyfarthing-dist/commands/{patch.md → pf-patch.md} +3 -3
- package/pennyfarthing-dist/commands/{release.md → pf-release.md} +17 -10
- package/pennyfarthing-dist/commands/{setup.md → pf-setup.md} +2 -2
- package/pennyfarthing-dist/commands/{sprint.md → pf-sprint.md} +19 -19
- package/pennyfarthing-dist/commands/{standalone.md → pf-standalone.md} +2 -2
- package/pennyfarthing-dist/commands/{workflow.md → pf-workflow.md} +7 -7
- package/pennyfarthing-dist/commands/solo.md +447 -0
- package/pennyfarthing-dist/guides/agent-behavior.md +2 -2
- package/pennyfarthing-dist/guides/agent-tag-taxonomy.md +1 -2
- package/pennyfarthing-dist/guides/agent-template-strategic.md +1 -1
- package/pennyfarthing-dist/guides/agent-template-tactical.md +2 -2
- package/pennyfarthing-dist/guides/bikelane.md +6 -6
- package/pennyfarthing-dist/guides/permission-protocol.md +1 -1
- package/pennyfarthing-dist/guides/scale-levels.md +2 -2
- package/pennyfarthing-dist/guides/skill-schema.md +9 -9
- package/pennyfarthing-dist/guides/xml-tags.md +2 -2
- package/pennyfarthing-dist/personas/themes/dune.yaml +0 -1
- package/pennyfarthing-dist/personas/themes/hogans-heroes.yaml +260 -0
- package/pennyfarthing-dist/personas/themes/monty-python.yaml +312 -0
- package/pennyfarthing-dist/personas/themes/stephen-king.yaml +260 -0
- package/pennyfarthing-dist/scripts/core/agent-session.sh +0 -0
- package/pennyfarthing-dist/scripts/core/check-context.sh +0 -0
- package/pennyfarthing-dist/scripts/core/handoff-marker.sh +0 -0
- package/pennyfarthing-dist/scripts/core/phase-check-start.sh +0 -0
- package/pennyfarthing-dist/scripts/core/prime.sh +0 -0
- package/pennyfarthing-dist/scripts/cyclist/is-cyclist.sh +0 -0
- package/pennyfarthing-dist/scripts/git/create-feature-branches.sh +0 -0
- package/pennyfarthing-dist/scripts/git/git-status-all.sh +0 -0
- package/pennyfarthing-dist/scripts/git/install-git-hooks.sh +84 -21
- package/pennyfarthing-dist/scripts/git/release.sh +0 -0
- package/pennyfarthing-dist/scripts/git/worktree-manager.sh +0 -0
- package/pennyfarthing-dist/scripts/health/drift-detection.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/bell-mode-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/context-circuit-breaker.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/context-warning.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/cyclist-pretooluse-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/dispatcher-template.sh +45 -0
- package/pennyfarthing-dist/scripts/hooks/otel-auto-config.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/post-merge.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/pre-commit.sh +27 -2
- package/pennyfarthing-dist/scripts/hooks/pre-edit-check.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/pre-push.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/question-reflector-check.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/question_reflector_check.py +0 -0
- package/pennyfarthing-dist/scripts/hooks/schema-validation.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/session-start.sh +25 -89
- package/pennyfarthing-dist/scripts/hooks/session-stop.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/sprint-yaml-validation.sh +0 -0
- package/pennyfarthing-dist/scripts/hooks/welcome-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/README.md +1 -1
- package/pennyfarthing-dist/scripts/jira/create-jira-epic.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/create-jira-story.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/jira-claim-story.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/jira-reconcile.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/jira-sync-story.sh +0 -0
- package/pennyfarthing-dist/scripts/jira/sync-epic-jira.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/background-tasks.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/checkpoint.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/common.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/file-lock.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/logging.sh +0 -0
- package/pennyfarthing-dist/scripts/lib/retry.sh +0 -0
- package/pennyfarthing-dist/scripts/maintenance/migrate-theme-schema.mjs +0 -0
- package/pennyfarthing-dist/scripts/maintenance/sidecar-health.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/add-short-names.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/add_short_names.py +0 -0
- package/pennyfarthing-dist/scripts/misc/backlog.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/check-status.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/find-related-work.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/generate-skill-docs.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/log-skill-usage.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/migrate-bmad-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/migrate_bmad_workflow.py +0 -0
- package/pennyfarthing-dist/scripts/misc/repo-scan.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/repo-utils.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/run-ci.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/run-timestamp.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/session-cleanup.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/skill-usage-report.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/statusline.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/uninstall.sh +0 -0
- package/pennyfarthing-dist/scripts/misc/validate-subagent-frontmatter.sh +0 -0
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.py +50 -26
- package/pennyfarthing-dist/scripts/portraits/generate-portraits.sh +18 -6
- package/pennyfarthing-dist/scripts/sprint/README.md +1 -1
- package/pennyfarthing-dist/scripts/story/README.md +1 -1
- package/pennyfarthing-dist/scripts/story/create-story.sh +0 -0
- package/pennyfarthing-dist/scripts/story/size-story.sh +0 -0
- package/pennyfarthing-dist/scripts/story/story-template.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/check.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/dev-story-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/epics-and-stories-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/handoff-phase-update.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/implementation-readiness-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/migrate-bmad-workflow.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/prd-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/project-context-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-character-voice.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-drift-detection.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-post-merge-hook.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-session-checkpoint.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/test-solo-command.sh +0 -0
- package/pennyfarthing-dist/scripts/tests/ux-design-workflow-import.test.sh +0 -0
- package/pennyfarthing-dist/scripts/theme/list-themes.sh +0 -0
- package/pennyfarthing-dist/scripts/validation/validate-agent-schema.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/README.md +1 -1
- package/pennyfarthing-dist/scripts/workflow/check.py +0 -0
- package/pennyfarthing-dist/scripts/workflow/check.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/complete-step.py +0 -0
- package/pennyfarthing-dist/scripts/workflow/finish-story.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/fix-session-phase.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/get-workflow-type.py +0 -0
- package/pennyfarthing-dist/scripts/workflow/get-workflow-type.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/list-workflows.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/phase-owner.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/resume-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/show-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/start-workflow.sh +0 -0
- package/pennyfarthing-dist/scripts/workflow/workflow-status.sh +0 -0
- package/pennyfarthing-dist/skills/pf-bc/examples.md +83 -0
- package/pennyfarthing-dist/skills/pf-bc/skill.md +51 -0
- package/pennyfarthing-dist/skills/pf-bc/usage.md +113 -0
- package/pennyfarthing-dist/skills/{cyclist → pf-cyclist}/SKILL.md +5 -5
- package/pennyfarthing-dist/skills/pf-finalize-run/SKILL.md +261 -0
- package/pennyfarthing-dist/skills/pf-jira/SKILL.md +61 -0
- package/pennyfarthing-dist/skills/pf-jira/examples.md +163 -0
- package/pennyfarthing-dist/skills/pf-jira/usage.md +213 -0
- package/pennyfarthing-dist/skills/pf-judge/SKILL.md +644 -0
- package/pennyfarthing-dist/skills/{just → pf-just}/SKILL.md +23 -23
- package/pennyfarthing-dist/skills/{permissions → pf-permissions}/skill.md +8 -8
- package/pennyfarthing-dist/skills/pf-persona-benchmark/SKILL.md +187 -0
- package/pennyfarthing-dist/skills/pf-sprint/examples.md +189 -0
- package/pennyfarthing-dist/skills/pf-sprint/skill.md +85 -0
- package/pennyfarthing-dist/skills/pf-sprint/usage.md +293 -0
- package/pennyfarthing-dist/skills/{story → pf-story}/scripts/create-story.sh +0 -0
- package/pennyfarthing-dist/skills/{story → pf-story}/scripts/size-story.sh +0 -0
- package/pennyfarthing-dist/skills/{story → pf-story}/scripts/story-template.sh +0 -0
- package/pennyfarthing-dist/skills/pf-story/skill.md +27 -0
- package/pennyfarthing-dist/skills/{systematic-debugging → pf-systematic-debugging}/SKILL.md +5 -6
- package/pennyfarthing-dist/skills/pf-theme/examples.md +92 -0
- package/pennyfarthing-dist/skills/pf-theme/skill.md +42 -0
- package/pennyfarthing-dist/skills/pf-theme/usage.md +149 -0
- package/pennyfarthing-dist/skills/pf-workflow/examples.md +101 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/list-workflows.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/resume-workflow.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/show-workflow.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/start-workflow.sh +0 -0
- package/pennyfarthing-dist/skills/{workflow → pf-workflow}/scripts/workflow-status.sh +0 -0
- package/pennyfarthing-dist/skills/pf-workflow/skill.md +49 -0
- package/pennyfarthing-dist/skills/pf-workflow/usage.md +145 -0
- package/pennyfarthing-dist/skills/skill-registry.yaml +63 -81
- package/pennyfarthing-dist/workflows/architecture/data/domain-complexity.csv +13 -0
- package/pennyfarthing-dist/workflows/architecture/data/project-types.csv +7 -0
- package/pennyfarthing-dist/workflows/epics-and-stories/steps/step-05-import-to-future.md +40 -11
- package/pennyfarthing-dist/workflows/party-mode-roleplay/steps/step-01-agent-loading.md +99 -0
- package/pennyfarthing-dist/workflows/party-mode-roleplay/steps/step-02-discussion.md +130 -0
- package/pennyfarthing-dist/workflows/party-mode-roleplay/steps/step-03-exit.md +100 -0
- package/pennyfarthing-dist/workflows/party-mode-roleplay/workflow.yaml +62 -0
- package/pennyfarthing-dist/workflows/prd/data/domain-complexity.csv +2 -0
- package/pennyfarthing-dist/workflows/prd/data/prd-purpose.md +2 -0
- package/pennyfarthing-dist/workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +16 -0
- package/pennyfarthing-dist/workflows/project-setup/steps/step-04-claude-md.md +3 -3
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-01-understand.md +193 -0
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-02-investigate.md +148 -0
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-03-generate.md +141 -0
- package/pennyfarthing-dist/workflows/quick-spec/steps/step-04-review.md +192 -0
- package/pennyfarthing-dist/workflows/quick-spec/tech-spec-template.md +74 -0
- package/pennyfarthing-dist/workflows/quick-spec/workflow.yaml +35 -0
- package/pennyfarthing-dist/workflows/release/steps/step-01-preflight.md +42 -3
- package/pennyfarthing-dist/workflows/release/steps/step-02-bump.md +10 -3
- package/pennyfarthing-dist/workflows/release/steps/step-03-changelog.md +1 -1
- package/pennyfarthing-dist/workflows/release/steps/step-07-commit.md +13 -4
- package/pennyfarthing-dist/workflows/release/steps/step-08-merge.md +31 -6
- package/pennyfarthing-dist/workflows/release/steps/step-09-push.md +12 -6
- package/pennyfarthing-dist/workflows/release/steps/step-10-publish.md +30 -5
- package/pennyfarthing-dist/workflows/release/steps/step-11-finalize.md +29 -0
- package/pennyfarthing-dist/workflows/release.yaml +7 -0
- package/pennyfarthing_scripts/CLAUDE.md +182 -0
- package/pennyfarthing_scripts/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/patch_mode.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/__pycache__/session_start_hook.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/__init__.py +1 -0
- package/pennyfarthing_scripts/bc/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/__pycache__/focus.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bc/cli.py +223 -0
- package/pennyfarthing_scripts/bc/focus.py +333 -0
- package/pennyfarthing_scripts/bikerack/__init__.py +8 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/background_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/base_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/changed_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/diffs_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/git_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/launcher.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/sprint_panel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/tui.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/__pycache__/ws_client.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/bikerack/background_panel.py +81 -0
- package/pennyfarthing_scripts/bikerack/base_panel.py +100 -0
- package/pennyfarthing_scripts/bikerack/changed_panel.py +105 -0
- package/pennyfarthing_scripts/bikerack/cli.py +22 -24
- package/pennyfarthing_scripts/bikerack/diffs_panel.py +146 -0
- package/pennyfarthing_scripts/bikerack/git_panel.py +69 -0
- package/pennyfarthing_scripts/bikerack/launcher.py +63 -4
- package/pennyfarthing_scripts/bikerack/sprint_panel.py +72 -0
- package/pennyfarthing_scripts/bikerack/tui.py +193 -0
- package/pennyfarthing_scripts/bikerack/ws_client.py +176 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/brownfield/__pycache__/discover.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/cli.py +60 -16
- package/pennyfarthing_scripts/codemarkers/__pycache__/formatters.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/complexity/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/deadcode/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/dependencies/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/create_branches.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/git/__pycache__/status_all.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/__pycache__/analyze.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/healthscore/analyze.py +15 -1
- package/pennyfarthing_scripts/hooks/cyclist-pretooluse-hook.sh +0 -0
- package/pennyfarthing_scripts/jira/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/jira/cli.py +10 -2
- package/pennyfarthing_scripts/launch/__init__.py +1 -0
- package/pennyfarthing_scripts/launch/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/launch/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/launch/cli.py +231 -0
- package/pennyfarthing_scripts/preflight/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/preflight/__pycache__/finish.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/__pycache__/version_sentinel.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/prime/version_sentinel.py +0 -1
- package/pennyfarthing_scripts/session_start_hook.py +192 -0
- package/pennyfarthing_scripts/sprint/__pycache__/__main__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/archive_epic.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/epic_add.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/epic_update.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/import_epic.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/loader.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/story_add.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/story_finish.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/story_update.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/validate_cmd.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/__pycache__/yaml_io.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/sprint/archive_epic.py +109 -1
- package/pennyfarthing_scripts/sprint/cli.py +30 -9
- package/pennyfarthing_scripts/sprint/epic_add.py +7 -1
- package/pennyfarthing_scripts/sprint/epic_update.py +148 -0
- package/pennyfarthing_scripts/sprint/loader.py +33 -0
- package/pennyfarthing_scripts/sprint/story_add.py +11 -1
- package/pennyfarthing_scripts/sprint/story_finish.py +14 -10
- package/pennyfarthing_scripts/sprint/story_update.py +7 -0
- package/pennyfarthing_scripts/sprint/validate_cmd.py +2 -1
- package/pennyfarthing_scripts/sprint/yaml_io.py +64 -6
- package/pennyfarthing_scripts/story/__pycache__/__init__.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/size.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/story/__pycache__/template.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_archive_epic.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_bc.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_bikerack.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_brownfield.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_cli_modules.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_cli_normalization.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_codemarkers.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_common.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_epic_shard_validation.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_git_utils.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_healthscore.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_jira_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_package_structure.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_patch_mode.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_prime.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_panel.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_sprint_validator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_story_add.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_story_package.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_story_update.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_tiers.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_token_counting.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_topology_loader.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_tui_focus.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_tui_panel_persistence.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_validate_cmd.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_version_sentinel.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_workflow_check.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/__pycache__/test_yaml_io.cpython-314-pytest-9.0.2.pyc +0 -0
- package/pennyfarthing_scripts/tests/test_archive_epic.py +185 -0
- package/pennyfarthing_scripts/tests/test_bc.py +490 -0
- package/pennyfarthing_scripts/tests/test_cli_normalization.py +295 -0
- package/pennyfarthing_scripts/tests/test_sprint_panel.py +531 -0
- package/pennyfarthing_scripts/tests/test_tui_focus.py +411 -0
- package/pennyfarthing_scripts/tests/test_tui_panel_persistence.py +411 -0
- package/pennyfarthing_scripts/tests/test_version_sentinel.py +1 -5
- package/pennyfarthing_scripts/tests/test_yaml_io.py +5 -5
- package/pennyfarthing_scripts/theme/__pycache__/cli.cpython-314.pyc +0 -0
- package/pennyfarthing_scripts/theme/cli.py +25 -2
- package/scripts/README.md +41 -0
- package/packages/core/dist/scripts/benchmark-integration.test.d.ts +0 -13
- package/packages/core/dist/scripts/benchmark-integration.test.d.ts.map +0 -1
- package/packages/core/dist/scripts/benchmark-integration.test.js +0 -680
- package/packages/core/dist/scripts/benchmark-integration.test.js.map +0 -1
- package/packages/core/dist/scripts/debugging-scenarios.test.d.ts +0 -18
- package/packages/core/dist/scripts/debugging-scenarios.test.d.ts.map +0 -1
- package/packages/core/dist/scripts/debugging-scenarios.test.js +0 -317
- package/packages/core/dist/scripts/debugging-scenarios.test.js.map +0 -1
- package/packages/core/dist/scripts/job-fair-aggregator.test.d.ts +0 -14
- package/packages/core/dist/scripts/job-fair-aggregator.test.d.ts.map +0 -1
- package/packages/core/dist/scripts/job-fair-aggregator.test.js +0 -616
- package/packages/core/dist/scripts/job-fair-aggregator.test.js.map +0 -1
- package/packages/core/dist/scripts/theme-detail.test.d.ts +0 -10
- package/packages/core/dist/scripts/theme-detail.test.js +0 -199
- package/pennyfarthing-dist/personas/themes/star-trek-tng.yaml +0 -392
- package/pennyfarthing-dist/skills/dev-patterns/SKILL.md +0 -461
- package/pennyfarthing-dist/skills/jira/SKILL.md +0 -207
- package/pennyfarthing-dist/skills/sprint/skill.md +0 -806
- package/pennyfarthing-dist/skills/story/skill.md +0 -27
- package/pennyfarthing-dist/skills/theme/skill.md +0 -356
- package/pennyfarthing-dist/skills/workflow/skill.md +0 -368
- /package/pennyfarthing-dist/commands/{architect.md → pf-architect.md} +0 -0
- /package/pennyfarthing-dist/commands/{ba.md → pf-ba.md} +0 -0
- /package/pennyfarthing-dist/commands/{brainstorming.md → pf-brainstorming.md} +0 -0
- /package/pennyfarthing-dist/commands/{check.md → pf-check.md} +0 -0
- /package/pennyfarthing-dist/commands/{chore.md → pf-chore.md} +0 -0
- /package/pennyfarthing-dist/commands/{continue-session.md → pf-continue-session.md} +0 -0
- /package/pennyfarthing-dist/commands/{create-branches-from-story.md → pf-create-branches-from-story.md} +0 -0
- /package/pennyfarthing-dist/commands/{create-theme.md → pf-create-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{dev.md → pf-dev.md} +0 -0
- /package/pennyfarthing-dist/commands/{devops.md → pf-devops.md} +0 -0
- /package/pennyfarthing-dist/commands/{fix-blocker.md → pf-fix-blocker.md} +0 -0
- /package/pennyfarthing-dist/commands/{git-cleanup.md → pf-git-cleanup.md} +0 -0
- /package/pennyfarthing-dist/commands/{health-check.md → pf-health-check.md} +0 -0
- /package/pennyfarthing-dist/commands/{help.md → pf-help.md} +0 -0
- /package/pennyfarthing-dist/commands/{list-themes.md → pf-list-themes.md} +0 -0
- /package/pennyfarthing-dist/commands/{orchestrator.md → pf-orchestrator.md} +0 -0
- /package/pennyfarthing-dist/commands/{parallel-work.md → pf-parallel-work.md} +0 -0
- /package/pennyfarthing-dist/commands/{permissions.md → pf-permissions.md} +0 -0
- /package/pennyfarthing-dist/commands/{pm.md → pf-pm.md} +0 -0
- /package/pennyfarthing-dist/commands/{prime.md → pf-prime.md} +0 -0
- /package/pennyfarthing-dist/commands/{repo-status.md → pf-repo-status.md} +0 -0
- /package/pennyfarthing-dist/commands/{retro.md → pf-retro.md} +0 -0
- /package/pennyfarthing-dist/commands/{reviewer.md → pf-reviewer.md} +0 -0
- /package/pennyfarthing-dist/commands/{run-ci.md → pf-run-ci.md} +0 -0
- /package/pennyfarthing-dist/commands/{set-theme.md → pf-set-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{show-theme.md → pf-show-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{sm.md → pf-sm.md} +0 -0
- /package/pennyfarthing-dist/commands/{sprint-planning.md → pf-sprint-planning.md} +0 -0
- /package/pennyfarthing-dist/commands/{start-epic.md → pf-start-epic.md} +0 -0
- /package/pennyfarthing-dist/commands/{sync-epic-to-jira.md → pf-sync-epic-to-jira.md} +0 -0
- /package/pennyfarthing-dist/commands/{sync-work-with-sprint.md → pf-sync-work-with-sprint.md} +0 -0
- /package/pennyfarthing-dist/commands/{tea.md → pf-tea.md} +0 -0
- /package/pennyfarthing-dist/commands/{tech-writer.md → pf-tech-writer.md} +0 -0
- /package/pennyfarthing-dist/commands/{theme-maker.md → pf-theme-maker.md} +0 -0
- /package/pennyfarthing-dist/commands/{theme.md → pf-theme.md} +0 -0
- /package/pennyfarthing-dist/commands/{update-domain-docs.md → pf-update-domain-docs.md} +0 -0
- /package/pennyfarthing-dist/commands/{ux-designer.md → pf-ux-designer.md} +0 -0
- /package/pennyfarthing-dist/commands/{work.md → pf-work.md} +0 -0
- /package/pennyfarthing-dist/skills/{agentic-patterns → pf-agentic-patterns}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{changelog → pf-changelog}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{code-review → pf-code-review}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{context-engineering → pf-context-engineering}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{mermaid → pf-mermaid}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{otel → pf-otel}/skill.md +0 -0
- /package/pennyfarthing-dist/skills/{testing → pf-testing}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{testing → pf-testing}/references/troubleshooting.md +0 -0
- /package/pennyfarthing-dist/skills/{theme-creation → pf-theme-creation}/SKILL.md +0 -0
- /package/pennyfarthing-dist/skills/{yq → pf-yq}/SKILL.md +0 -0
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
"""Tests for BikeRack TUI panel persistence (extend ERB mechanism).
|
|
2
|
+
|
|
3
|
+
Story 103-8: Panel persistence (extend ERB mechanism)
|
|
4
|
+
Epic: 103 — BikeRack TUI
|
|
5
|
+
Jira: MSSCI-14963
|
|
6
|
+
|
|
7
|
+
Acceptance Criteria:
|
|
8
|
+
- [AC1] get_last_panel() reads last_panel from config.local.yaml
|
|
9
|
+
- [AC2] save_last_panel() writes last_panel to config.local.yaml
|
|
10
|
+
- [AC3] TUI restores last-viewed panel on startup (defaults to sprint)
|
|
11
|
+
- [AC4] TUI persists panel on focus change
|
|
12
|
+
- [AC5] Single source of truth — ERB and TUI share config.local.yaml:last_panel
|
|
13
|
+
|
|
14
|
+
Tests should FAIL until persistence is implemented in bc/focus.py and tui.py.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
from __future__ import annotations
|
|
18
|
+
|
|
19
|
+
from pathlib import Path
|
|
20
|
+
from unittest.mock import MagicMock, patch
|
|
21
|
+
|
|
22
|
+
from ruamel.yaml import YAML
|
|
23
|
+
|
|
24
|
+
from pennyfarthing_scripts.bc.focus import (
|
|
25
|
+
VALID_PANELS,
|
|
26
|
+
get_last_panel,
|
|
27
|
+
save_last_panel,
|
|
28
|
+
)
|
|
29
|
+
from pennyfarthing_scripts.bikerack.tui import BikeRackApp
|
|
30
|
+
from pennyfarthing_scripts.bikerack.ws_client import WheelHubClient
|
|
31
|
+
|
|
32
|
+
# ---------------------------------------------------------------------------
|
|
33
|
+
# Helpers
|
|
34
|
+
# ---------------------------------------------------------------------------
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def _make_config_dir(tmp_path: Path) -> Path:
|
|
38
|
+
"""Create .pennyfarthing dir in tmp_path, return project root."""
|
|
39
|
+
pf_dir = tmp_path / ".pennyfarthing"
|
|
40
|
+
pf_dir.mkdir(parents=True, exist_ok=True)
|
|
41
|
+
return tmp_path
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def _write_config(project_dir: Path, content: str) -> None:
|
|
45
|
+
"""Write config.local.yaml content."""
|
|
46
|
+
config_path = project_dir / ".pennyfarthing" / "config.local.yaml"
|
|
47
|
+
config_path.write_text(content)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def _read_config(project_dir: Path) -> dict:
|
|
51
|
+
"""Read config.local.yaml as dict."""
|
|
52
|
+
config_path = project_dir / ".pennyfarthing" / "config.local.yaml"
|
|
53
|
+
yml = YAML()
|
|
54
|
+
return dict(yml.load(config_path.read_text()) or {})
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def focus_msg(panel: str | None, msg_type: str = "update") -> dict:
|
|
58
|
+
"""Create a focus message matching the FocusMessage contract."""
|
|
59
|
+
return {"type": msg_type, "focus": panel}
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def make_app(client=None, project_dir=None):
|
|
63
|
+
"""Create a BikeRackApp with optional mock client and project_dir."""
|
|
64
|
+
if client is None:
|
|
65
|
+
client = MagicMock(spec=WheelHubClient)
|
|
66
|
+
return BikeRackApp(client=client)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
# ---------------------------------------------------------------------------
|
|
70
|
+
# AC1: get_last_panel reads last_panel from config.local.yaml
|
|
71
|
+
# ---------------------------------------------------------------------------
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
class TestGetLastPanel:
|
|
75
|
+
"""AC1: get_last_panel reads persisted panel from config."""
|
|
76
|
+
|
|
77
|
+
def test_returns_saved_panel_name(self, tmp_path: Path) -> None:
|
|
78
|
+
"""Should return panel name when last_panel key exists in config."""
|
|
79
|
+
project_dir = _make_config_dir(tmp_path)
|
|
80
|
+
_write_config(project_dir, "theme: fifth-element\nlast_panel: git\n")
|
|
81
|
+
|
|
82
|
+
result = get_last_panel(project_dir=project_dir)
|
|
83
|
+
|
|
84
|
+
assert result["success"] is True, f"Expected success, got: {result}"
|
|
85
|
+
assert result["last_panel"] == "git", (
|
|
86
|
+
f"Expected last_panel='git', got '{result.get('last_panel')}'"
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
def test_returns_none_when_key_not_present(self, tmp_path: Path) -> None:
|
|
90
|
+
"""Should return None when last_panel key doesn't exist."""
|
|
91
|
+
project_dir = _make_config_dir(tmp_path)
|
|
92
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
93
|
+
|
|
94
|
+
result = get_last_panel(project_dir=project_dir)
|
|
95
|
+
|
|
96
|
+
assert result["success"] is True, f"Expected success, got: {result}"
|
|
97
|
+
assert result["last_panel"] is None, (
|
|
98
|
+
f"Expected last_panel=None, got '{result.get('last_panel')}'"
|
|
99
|
+
)
|
|
100
|
+
|
|
101
|
+
def test_returns_none_when_config_missing(self, tmp_path: Path) -> None:
|
|
102
|
+
"""Should return None when config file doesn't exist."""
|
|
103
|
+
# Don't create .pennyfarthing dir
|
|
104
|
+
result = get_last_panel(project_dir=tmp_path)
|
|
105
|
+
|
|
106
|
+
assert result["success"] is True, f"Expected success, got: {result}"
|
|
107
|
+
assert result["last_panel"] is None
|
|
108
|
+
|
|
109
|
+
def test_returns_none_when_last_panel_is_null(self, tmp_path: Path) -> None:
|
|
110
|
+
"""Should return None when last_panel is explicitly null."""
|
|
111
|
+
project_dir = _make_config_dir(tmp_path)
|
|
112
|
+
_write_config(project_dir, "last_panel: null\n")
|
|
113
|
+
|
|
114
|
+
result = get_last_panel(project_dir=project_dir)
|
|
115
|
+
|
|
116
|
+
assert result["success"] is True
|
|
117
|
+
assert result["last_panel"] is None
|
|
118
|
+
|
|
119
|
+
def test_returns_none_for_invalid_panel(self, tmp_path: Path) -> None:
|
|
120
|
+
"""Should return None for a panel name not in VALID_PANELS."""
|
|
121
|
+
project_dir = _make_config_dir(tmp_path)
|
|
122
|
+
_write_config(project_dir, "last_panel: nonexistent_panel\n")
|
|
123
|
+
|
|
124
|
+
result = get_last_panel(project_dir=project_dir)
|
|
125
|
+
|
|
126
|
+
assert result["success"] is True
|
|
127
|
+
assert result["last_panel"] is None, (
|
|
128
|
+
"Invalid panel names should be treated as no saved state"
|
|
129
|
+
)
|
|
130
|
+
|
|
131
|
+
def test_returns_all_valid_panels(self, tmp_path: Path) -> None:
|
|
132
|
+
"""Should return any valid panel name correctly."""
|
|
133
|
+
project_dir = _make_config_dir(tmp_path)
|
|
134
|
+
|
|
135
|
+
for panel in VALID_PANELS:
|
|
136
|
+
_write_config(project_dir, f"last_panel: {panel}\n")
|
|
137
|
+
result = get_last_panel(project_dir=project_dir)
|
|
138
|
+
assert result["success"] is True
|
|
139
|
+
assert result["last_panel"] == panel, (
|
|
140
|
+
f"Expected last_panel='{panel}', got '{result.get('last_panel')}'"
|
|
141
|
+
)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
# ---------------------------------------------------------------------------
|
|
145
|
+
# AC2: save_last_panel writes last_panel to config.local.yaml
|
|
146
|
+
# ---------------------------------------------------------------------------
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
class TestSaveLastPanel:
|
|
150
|
+
"""AC2: save_last_panel persists panel to config."""
|
|
151
|
+
|
|
152
|
+
def test_writes_panel_to_config(self, tmp_path: Path) -> None:
|
|
153
|
+
"""Should write last_panel key to config.local.yaml."""
|
|
154
|
+
project_dir = _make_config_dir(tmp_path)
|
|
155
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
156
|
+
|
|
157
|
+
result = save_last_panel("sprint", project_dir=project_dir)
|
|
158
|
+
|
|
159
|
+
assert result["success"] is True, f"Expected success, got: {result}"
|
|
160
|
+
config = _read_config(project_dir)
|
|
161
|
+
assert config.get("last_panel") == "sprint", (
|
|
162
|
+
f"Expected last_panel='sprint' in config, got: {config}"
|
|
163
|
+
)
|
|
164
|
+
|
|
165
|
+
def test_preserves_other_config_keys(self, tmp_path: Path) -> None:
|
|
166
|
+
"""Should not clobber existing config keys when saving."""
|
|
167
|
+
project_dir = _make_config_dir(tmp_path)
|
|
168
|
+
_write_config(
|
|
169
|
+
project_dir,
|
|
170
|
+
"theme: fifth-element\nfocus: diffs\nbell_mode: true\n",
|
|
171
|
+
)
|
|
172
|
+
|
|
173
|
+
result = save_last_panel("git", project_dir=project_dir)
|
|
174
|
+
|
|
175
|
+
assert result["success"] is True
|
|
176
|
+
config = _read_config(project_dir)
|
|
177
|
+
assert config.get("theme") == "fifth-element", "theme should be preserved"
|
|
178
|
+
assert config.get("focus") == "diffs", "focus should be preserved"
|
|
179
|
+
assert config.get("bell_mode") is True, "bell_mode should be preserved"
|
|
180
|
+
assert config.get("last_panel") == "git"
|
|
181
|
+
|
|
182
|
+
def test_creates_config_if_missing(self, tmp_path: Path) -> None:
|
|
183
|
+
"""Should create config file if it doesn't exist."""
|
|
184
|
+
project_dir = _make_config_dir(tmp_path)
|
|
185
|
+
# .pennyfarthing dir exists but no config.local.yaml
|
|
186
|
+
|
|
187
|
+
result = save_last_panel("workflow", project_dir=project_dir)
|
|
188
|
+
|
|
189
|
+
assert result["success"] is True
|
|
190
|
+
config = _read_config(project_dir)
|
|
191
|
+
assert config.get("last_panel") == "workflow"
|
|
192
|
+
|
|
193
|
+
def test_rejects_invalid_panel(self, tmp_path: Path) -> None:
|
|
194
|
+
"""Should reject panel names not in VALID_PANELS."""
|
|
195
|
+
project_dir = _make_config_dir(tmp_path)
|
|
196
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
197
|
+
|
|
198
|
+
result = save_last_panel("nonexistent", project_dir=project_dir)
|
|
199
|
+
|
|
200
|
+
assert result["success"] is False, (
|
|
201
|
+
"Invalid panel name should be rejected"
|
|
202
|
+
)
|
|
203
|
+
config = _read_config(project_dir)
|
|
204
|
+
assert "last_panel" not in config, (
|
|
205
|
+
"Invalid panel should not be written to config"
|
|
206
|
+
)
|
|
207
|
+
|
|
208
|
+
def test_overwrites_existing_last_panel(self, tmp_path: Path) -> None:
|
|
209
|
+
"""Should overwrite existing last_panel value."""
|
|
210
|
+
project_dir = _make_config_dir(tmp_path)
|
|
211
|
+
_write_config(project_dir, "last_panel: sprint\n")
|
|
212
|
+
|
|
213
|
+
result = save_last_panel("git", project_dir=project_dir)
|
|
214
|
+
|
|
215
|
+
assert result["success"] is True
|
|
216
|
+
config = _read_config(project_dir)
|
|
217
|
+
assert config.get("last_panel") == "git", (
|
|
218
|
+
f"Expected last_panel='git' after overwrite, got: {config}"
|
|
219
|
+
)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
# ---------------------------------------------------------------------------
|
|
223
|
+
# AC3: TUI restores last-viewed panel on startup
|
|
224
|
+
# ---------------------------------------------------------------------------
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
class TestTuiRestore:
|
|
228
|
+
"""AC3: BikeRackApp restores last-viewed panel on mount."""
|
|
229
|
+
|
|
230
|
+
def test_restores_last_panel_on_mount(self, tmp_path: Path) -> None:
|
|
231
|
+
"""on_mount should read last_panel from config and set _focused_panel."""
|
|
232
|
+
import asyncio
|
|
233
|
+
|
|
234
|
+
project_dir = _make_config_dir(tmp_path)
|
|
235
|
+
_write_config(project_dir, "last_panel: git\n")
|
|
236
|
+
|
|
237
|
+
client = MagicMock(spec=WheelHubClient)
|
|
238
|
+
app = BikeRackApp(client=client)
|
|
239
|
+
|
|
240
|
+
loop = asyncio.new_event_loop()
|
|
241
|
+
try:
|
|
242
|
+
with patch.object(BikeRackApp, "run_worker"), \
|
|
243
|
+
patch(
|
|
244
|
+
"pennyfarthing_scripts.bikerack.tui.get_last_panel",
|
|
245
|
+
return_value={"success": True, "last_panel": "git"},
|
|
246
|
+
):
|
|
247
|
+
loop.run_until_complete(app.on_mount())
|
|
248
|
+
finally:
|
|
249
|
+
loop.close()
|
|
250
|
+
|
|
251
|
+
assert app._focused_panel == "git", (
|
|
252
|
+
f"Expected _focused_panel='git' after restore, got '{app._focused_panel}'"
|
|
253
|
+
)
|
|
254
|
+
|
|
255
|
+
def test_defaults_to_none_when_no_saved_state(self, tmp_path: Path) -> None:
|
|
256
|
+
"""on_mount should leave _focused_panel as None when no last_panel saved.
|
|
257
|
+
|
|
258
|
+
Sprint is the default panel by compose() — _focused_panel=None means
|
|
259
|
+
no override, so SprintPanel shows by default.
|
|
260
|
+
"""
|
|
261
|
+
import asyncio
|
|
262
|
+
|
|
263
|
+
project_dir = _make_config_dir(tmp_path)
|
|
264
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
265
|
+
|
|
266
|
+
client = MagicMock(spec=WheelHubClient)
|
|
267
|
+
app = BikeRackApp(client=client)
|
|
268
|
+
|
|
269
|
+
loop = asyncio.new_event_loop()
|
|
270
|
+
try:
|
|
271
|
+
with patch.object(BikeRackApp, "run_worker"), \
|
|
272
|
+
patch(
|
|
273
|
+
"pennyfarthing_scripts.bikerack.tui.get_last_panel",
|
|
274
|
+
return_value={"success": True, "last_panel": None},
|
|
275
|
+
):
|
|
276
|
+
loop.run_until_complete(app.on_mount())
|
|
277
|
+
finally:
|
|
278
|
+
loop.close()
|
|
279
|
+
|
|
280
|
+
# _focused_panel should remain None (Sprint is default via compose)
|
|
281
|
+
assert app._focused_panel is None, (
|
|
282
|
+
"No saved state → _focused_panel should be None (Sprint is compose default)"
|
|
283
|
+
)
|
|
284
|
+
|
|
285
|
+
def test_handles_config_error_gracefully(self, tmp_path: Path) -> None:
|
|
286
|
+
"""on_mount should not crash if config read fails."""
|
|
287
|
+
import asyncio
|
|
288
|
+
|
|
289
|
+
client = MagicMock(spec=WheelHubClient)
|
|
290
|
+
app = BikeRackApp(client=client)
|
|
291
|
+
|
|
292
|
+
loop = asyncio.new_event_loop()
|
|
293
|
+
try:
|
|
294
|
+
with patch.object(BikeRackApp, "run_worker"), \
|
|
295
|
+
patch(
|
|
296
|
+
"pennyfarthing_scripts.bikerack.tui.get_last_panel",
|
|
297
|
+
return_value={"success": False, "error": "File not found"},
|
|
298
|
+
):
|
|
299
|
+
loop.run_until_complete(app.on_mount())
|
|
300
|
+
finally:
|
|
301
|
+
loop.close()
|
|
302
|
+
|
|
303
|
+
# Should not raise — graceful fallback
|
|
304
|
+
assert app._focused_panel is None
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
# ---------------------------------------------------------------------------
|
|
308
|
+
# AC4: TUI persists panel on focus change
|
|
309
|
+
# ---------------------------------------------------------------------------
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
class TestTuiPersist:
|
|
313
|
+
"""AC4: BikeRackApp saves last_panel when focus changes."""
|
|
314
|
+
|
|
315
|
+
def test_persists_panel_on_focus_update(self, tmp_path: Path) -> None:
|
|
316
|
+
"""_handle_focus_message should save panel to config when focus changes."""
|
|
317
|
+
project_dir = _make_config_dir(tmp_path)
|
|
318
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
319
|
+
|
|
320
|
+
app = make_app()
|
|
321
|
+
|
|
322
|
+
with patch(
|
|
323
|
+
"pennyfarthing_scripts.bikerack.tui.save_last_panel"
|
|
324
|
+
) as mock_save:
|
|
325
|
+
mock_save.return_value = {"success": True, "data": "git"}
|
|
326
|
+
app._handle_focus_message(focus_msg("git"))
|
|
327
|
+
|
|
328
|
+
mock_save.assert_called_once_with("git", project_dir=None)
|
|
329
|
+
|
|
330
|
+
def test_does_not_persist_null_focus(self) -> None:
|
|
331
|
+
"""Reset (null focus) should NOT overwrite saved last_panel."""
|
|
332
|
+
app = make_app()
|
|
333
|
+
app._handle_focus_message(focus_msg("sprint"))
|
|
334
|
+
|
|
335
|
+
with patch(
|
|
336
|
+
"pennyfarthing_scripts.bikerack.tui.save_last_panel"
|
|
337
|
+
) as mock_save:
|
|
338
|
+
app._handle_focus_message(focus_msg(None))
|
|
339
|
+
|
|
340
|
+
mock_save.assert_not_called(), (
|
|
341
|
+
"Null focus (reset) should not overwrite the saved last_panel"
|
|
342
|
+
)
|
|
343
|
+
|
|
344
|
+
def test_sequential_changes_update_last_panel(self) -> None:
|
|
345
|
+
"""Multiple panel switches should each persist the new panel."""
|
|
346
|
+
app = make_app()
|
|
347
|
+
|
|
348
|
+
with patch(
|
|
349
|
+
"pennyfarthing_scripts.bikerack.tui.save_last_panel"
|
|
350
|
+
) as mock_save:
|
|
351
|
+
mock_save.return_value = {"success": True}
|
|
352
|
+
app._handle_focus_message(focus_msg("sprint"))
|
|
353
|
+
app._handle_focus_message(focus_msg("git"))
|
|
354
|
+
app._handle_focus_message(focus_msg("diffs"))
|
|
355
|
+
|
|
356
|
+
# Should have saved each panel switch
|
|
357
|
+
assert mock_save.call_count == 3, (
|
|
358
|
+
f"Expected 3 save calls for 3 switches, got {mock_save.call_count}"
|
|
359
|
+
)
|
|
360
|
+
|
|
361
|
+
def test_does_not_persist_init_messages(self) -> None:
|
|
362
|
+
"""Init messages should not trigger persistence."""
|
|
363
|
+
app = make_app()
|
|
364
|
+
|
|
365
|
+
with patch(
|
|
366
|
+
"pennyfarthing_scripts.bikerack.tui.save_last_panel"
|
|
367
|
+
) as mock_save:
|
|
368
|
+
app._handle_focus_message(focus_msg("sprint", msg_type="init"))
|
|
369
|
+
|
|
370
|
+
mock_save.assert_not_called(), (
|
|
371
|
+
"Init messages should not trigger persistence"
|
|
372
|
+
)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
# ---------------------------------------------------------------------------
|
|
376
|
+
# AC5: Single source of truth — shared config key
|
|
377
|
+
# ---------------------------------------------------------------------------
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
class TestSharedConfigKey:
|
|
381
|
+
"""AC5: ERB and TUI share config.local.yaml:last_panel key."""
|
|
382
|
+
|
|
383
|
+
def test_config_key_is_last_panel(self, tmp_path: Path) -> None:
|
|
384
|
+
"""The shared key should be 'last_panel' in config.local.yaml."""
|
|
385
|
+
project_dir = _make_config_dir(tmp_path)
|
|
386
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
387
|
+
|
|
388
|
+
# Save via Python function
|
|
389
|
+
save_result = save_last_panel("diffs", project_dir=project_dir)
|
|
390
|
+
assert save_result["success"] is True
|
|
391
|
+
|
|
392
|
+
# Read raw YAML — verify the key is 'last_panel'
|
|
393
|
+
config = _read_config(project_dir)
|
|
394
|
+
assert "last_panel" in config, (
|
|
395
|
+
"Persistence should use 'last_panel' key in config.local.yaml"
|
|
396
|
+
)
|
|
397
|
+
assert config["last_panel"] == "diffs"
|
|
398
|
+
|
|
399
|
+
def test_roundtrip_read_after_write(self, tmp_path: Path) -> None:
|
|
400
|
+
"""Reading after writing should return the saved panel."""
|
|
401
|
+
project_dir = _make_config_dir(tmp_path)
|
|
402
|
+
_write_config(project_dir, "theme: fifth-element\n")
|
|
403
|
+
|
|
404
|
+
save_result = save_last_panel("workflow", project_dir=project_dir)
|
|
405
|
+
assert save_result["success"] is True
|
|
406
|
+
|
|
407
|
+
read_result = get_last_panel(project_dir=project_dir)
|
|
408
|
+
assert read_result["success"] is True
|
|
409
|
+
assert read_result["last_panel"] == "workflow", (
|
|
410
|
+
f"Roundtrip failed: saved 'workflow', read '{read_result.get('last_panel')}'"
|
|
411
|
+
)
|
|
@@ -12,15 +12,11 @@ Acceptance Criteria tested here:
|
|
|
12
12
|
"""
|
|
13
13
|
|
|
14
14
|
from pathlib import Path
|
|
15
|
-
from unittest.mock import patch, MagicMock
|
|
16
|
-
|
|
17
|
-
import pytest
|
|
18
15
|
|
|
19
16
|
# Module to be implemented
|
|
20
17
|
from pennyfarthing_scripts.prime.version_sentinel import (
|
|
21
|
-
read_sentinel_version,
|
|
22
|
-
get_package_version,
|
|
23
18
|
check_version_mismatch,
|
|
19
|
+
read_sentinel_version,
|
|
24
20
|
)
|
|
25
21
|
|
|
26
22
|
|
|
@@ -711,7 +711,7 @@ sprint:
|
|
|
711
711
|
status: active
|
|
712
712
|
epics:
|
|
713
713
|
- MSSCI-14298
|
|
714
|
-
-
|
|
714
|
+
- "40"
|
|
715
715
|
stories: []
|
|
716
716
|
"""
|
|
717
717
|
|
|
@@ -731,7 +731,7 @@ stories:
|
|
|
731
731
|
"""
|
|
732
732
|
|
|
733
733
|
SHARD_INTERNAL_YAML = """\
|
|
734
|
-
id:
|
|
734
|
+
id: 40
|
|
735
735
|
type: epic
|
|
736
736
|
title: "Epic: Scale Adaptation"
|
|
737
737
|
priority: P2
|
|
@@ -750,7 +750,7 @@ def sharded_sprint_dir(tmp_path: Path) -> Path:
|
|
|
750
750
|
"""Create a sharded sprint directory structure."""
|
|
751
751
|
(tmp_path / "current-sprint.yaml").write_text(SHARDED_INDEX_YAML)
|
|
752
752
|
(tmp_path / "epic-MSSCI-14298.yaml").write_text(SHARD_JIRA_YAML)
|
|
753
|
-
(tmp_path / "epic-
|
|
753
|
+
(tmp_path / "epic-40.yaml").write_text(SHARD_INTERNAL_YAML)
|
|
754
754
|
return tmp_path
|
|
755
755
|
|
|
756
756
|
|
|
@@ -763,7 +763,7 @@ class TestShardedReadWrite:
|
|
|
763
763
|
|
|
764
764
|
assert len(data["epics"]) == 2
|
|
765
765
|
assert data["epics"][0]["id"] == "MSSCI-14298"
|
|
766
|
-
assert data["epics"][1]["id"] ==
|
|
766
|
+
assert data["epics"][1]["id"] == 40
|
|
767
767
|
assert len(data["epics"][0]["stories"]) == 1
|
|
768
768
|
assert len(data["epics"][1]["stories"]) == 1
|
|
769
769
|
|
|
@@ -785,7 +785,7 @@ class TestShardedReadWrite:
|
|
|
785
785
|
assert raw_index["epics"][0] == "MSSCI-14298"
|
|
786
786
|
|
|
787
787
|
# Shard file should have the updated story
|
|
788
|
-
shard = read_sprint(sharded_sprint_dir / "epic-
|
|
788
|
+
shard = read_sprint(sharded_sprint_dir / "epic-40.yaml")
|
|
789
789
|
assert shard["stories"][0]["status"] == "in_progress"
|
|
790
790
|
|
|
791
791
|
def test_sharded_round_trip(self, sharded_sprint_dir: Path) -> None:
|
|
Binary file
|
|
@@ -143,7 +143,8 @@ def _display_agent(name: str, agent: dict, full: bool) -> None:
|
|
|
143
143
|
|
|
144
144
|
@theme.command("set")
|
|
145
145
|
@click.argument("name")
|
|
146
|
-
|
|
146
|
+
@click.option("--dry-run", is_flag=True, help="Show what would be done without making changes")
|
|
147
|
+
def set_theme(name: str, dry_run: bool):
|
|
147
148
|
"""Set the active persona theme.
|
|
148
149
|
|
|
149
150
|
\b
|
|
@@ -167,6 +168,17 @@ def set_theme(name: str):
|
|
|
167
168
|
theme_meta = theme_data.get("theme", {})
|
|
168
169
|
agents = theme_data.get("agents", {})
|
|
169
170
|
|
|
171
|
+
if dry_run:
|
|
172
|
+
click.echo(f"[DRY-RUN] Would set theme to '{name}'")
|
|
173
|
+
samples = []
|
|
174
|
+
for key in ["sm", "tea", "dev"]:
|
|
175
|
+
agent = agents.get(key)
|
|
176
|
+
if agent and agent.get("character"):
|
|
177
|
+
samples.append(f"{key.upper()}: {agent['character']}")
|
|
178
|
+
if samples:
|
|
179
|
+
click.echo(f" {' | '.join(samples)}")
|
|
180
|
+
return
|
|
181
|
+
|
|
170
182
|
# Build theme_characters map (matches Node.js setTheme behavior)
|
|
171
183
|
theme_characters: dict[str, str] = {}
|
|
172
184
|
for agent_id, agent_info in agents.items():
|
|
@@ -218,7 +230,8 @@ def set_theme(name: str):
|
|
|
218
230
|
@click.argument("name")
|
|
219
231
|
@click.option("--base", default=None, help="Base theme to copy from (defaults to current theme)")
|
|
220
232
|
@click.option("--user", is_flag=True, help="Create as user-level theme (~/.claude/pennyfarthing/themes/)")
|
|
221
|
-
|
|
233
|
+
@click.option("--dry-run", is_flag=True, help="Show what would be done without making changes")
|
|
234
|
+
def create(name: str, base: str | None, user: bool, dry_run: bool):
|
|
222
235
|
"""Create a new custom theme from a base theme.
|
|
223
236
|
|
|
224
237
|
\b
|
|
@@ -256,6 +269,16 @@ def create(name: str, base: str | None, user: bool):
|
|
|
256
269
|
available = ", ".join(list_themes()[:10])
|
|
257
270
|
raise click.ClickException(f"Base theme '{base}' not found.\nAvailable: {available}...")
|
|
258
271
|
|
|
272
|
+
if dry_run:
|
|
273
|
+
if user:
|
|
274
|
+
target = Path.home() / ".claude" / "pennyfarthing" / "themes" / f"{name}.yaml"
|
|
275
|
+
else:
|
|
276
|
+
root = get_project_root()
|
|
277
|
+
target = root / ".claude" / "pennyfarthing" / "themes" / f"{name}.yaml"
|
|
278
|
+
click.echo(f"[DRY-RUN] Would create theme '{name}' based on '{base}'")
|
|
279
|
+
click.echo(f" Target: {target}")
|
|
280
|
+
return
|
|
281
|
+
|
|
259
282
|
if user:
|
|
260
283
|
target_dir = Path.home() / ".claude" / "pennyfarthing" / "themes"
|
|
261
284
|
else:
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Meta Scripts
|
|
2
|
+
|
|
3
|
+
**These scripts are NOT distributed to users.** They are for Pennyfarthing framework development only.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
|
|
7
|
+
| Script | Purpose |
|
|
8
|
+
|--------|---------|
|
|
9
|
+
| `deploy.sh` | Release Pennyfarthing (version bump, tag, push, GitHub release) |
|
|
10
|
+
| `cyclist-debug.mjs` | Debug Cyclist connection |
|
|
11
|
+
| `handoff-cli.{sh,js}` | Test handoff flow |
|
|
12
|
+
| `verify-visual-mapping.js` | Verify theme visual mappings |
|
|
13
|
+
| `migrate-assets-to-slug.sh` | One-time migration script |
|
|
14
|
+
| `resize-portraits.sh` | Resize portrait images |
|
|
15
|
+
| `resolve-portrait.mjs` | Portrait resolution logic |
|
|
16
|
+
| `validate-refs.js` | Validate internal references |
|
|
17
|
+
|
|
18
|
+
> Benchmark scripts have been moved to `packages/benchmark/`.
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
Run from pennyfarthing repo root:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
# Release a new version
|
|
26
|
+
./scripts/deploy.sh --dry-run patch
|
|
27
|
+
./scripts/deploy.sh patch
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Where Should My Script Go?
|
|
31
|
+
|
|
32
|
+
**Put it here if:**
|
|
33
|
+
- It's for framework development/CI only
|
|
34
|
+
- Users should NOT have access to it
|
|
35
|
+
- It uses GPU/heavy dependencies (keep in meta, not distributed)
|
|
36
|
+
|
|
37
|
+
**Put it in `pennyfarthing-dist/scripts/` if:**
|
|
38
|
+
- Users need it for their workflows
|
|
39
|
+
- It's part of the sprint/story/jira tooling
|
|
40
|
+
|
|
41
|
+
See `CLAUDE.md` for the full decision tree.
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Tests for Story 11-8: Integrate with Benchmark Output
|
|
3
|
-
*
|
|
4
|
-
* These tests verify:
|
|
5
|
-
* AC1: Benchmark output includes character face visualization
|
|
6
|
-
* AC2: Correlation report shows OCEAN dimensions vs task performance
|
|
7
|
-
* AC3: Identifies optimal personality profiles for each role type
|
|
8
|
-
* AC4: Supports "find characters good at X" queries
|
|
9
|
-
*
|
|
10
|
-
* Run with: npm test
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=benchmark-integration.test.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"benchmark-integration.test.d.ts","sourceRoot":"","sources":["../../src/scripts/benchmark-integration.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG"}
|