xtrm-tools 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.xtrm/config/README.md +10 -0
- package/{config/mcp_servers.json → .xtrm/config/claude.mcp.json} +0 -28
- package/{config → .xtrm/config}/instructions/agents-top.md +12 -3
- package/{config → .xtrm/config}/instructions/claude-top.md +12 -3
- package/{config → .xtrm/config}/pi/extensions/beads/index.ts +44 -13
- package/{config → .xtrm/config}/pi/extensions/custom-footer/index.ts +59 -82
- package/{config → .xtrm/config}/pi/extensions/xtrm-ui/index.ts +2 -2
- package/{config → .xtrm/config}/pi/install-schema.json +2 -2
- package/.xtrm/config/pi.mcp.json +39 -0
- package/.xtrm/config/settings.json +41 -0
- package/.xtrm/extensions/auto-session-name/index.ts +29 -0
- package/.xtrm/extensions/auto-session-name/package.json +16 -0
- package/.xtrm/extensions/auto-update/index.ts +71 -0
- package/.xtrm/extensions/auto-update/package.json +16 -0
- package/.xtrm/extensions/beads/index.ts +232 -0
- package/.xtrm/extensions/beads/package.json +19 -0
- package/.xtrm/extensions/compact-header/index.ts +69 -0
- package/.xtrm/extensions/compact-header/package.json +16 -0
- package/.xtrm/extensions/core/adapter.ts +52 -0
- package/.xtrm/extensions/core/guard-rules.ts +100 -0
- package/.xtrm/extensions/core/lib.ts +3 -0
- package/.xtrm/extensions/core/logger.ts +45 -0
- package/.xtrm/extensions/core/package.json +18 -0
- package/.xtrm/extensions/core/runner.ts +71 -0
- package/.xtrm/extensions/core/session-state.ts +59 -0
- package/.xtrm/extensions/custom-footer/index.ts +398 -0
- package/.xtrm/extensions/custom-footer/package.json +19 -0
- package/.xtrm/extensions/custom-provider-qwen-cli/index.ts +363 -0
- package/.xtrm/extensions/custom-provider-qwen-cli/package.json +1 -0
- package/.xtrm/extensions/git-checkpoint/index.ts +53 -0
- package/.xtrm/extensions/git-checkpoint/package.json +16 -0
- package/.xtrm/extensions/lsp-bootstrap/index.ts +134 -0
- package/.xtrm/extensions/lsp-bootstrap/package.json +17 -0
- package/.xtrm/extensions/pi-serena-compact/index.ts +121 -0
- package/.xtrm/extensions/pi-serena-compact/package.json +16 -0
- package/.xtrm/extensions/quality-gates/index.ts +66 -0
- package/.xtrm/extensions/quality-gates/package.json +19 -0
- package/.xtrm/extensions/service-skills/index.ts +108 -0
- package/.xtrm/extensions/service-skills/package.json +19 -0
- package/.xtrm/extensions/session-flow/index.ts +96 -0
- package/.xtrm/extensions/session-flow/package.json +19 -0
- package/.xtrm/extensions/xtrm-loader/index.ts +152 -0
- package/.xtrm/extensions/xtrm-loader/package.json +19 -0
- package/.xtrm/extensions/xtrm-ui/format.ts +93 -0
- package/.xtrm/extensions/xtrm-ui/index.ts +1044 -0
- package/.xtrm/extensions/xtrm-ui/package.json +10 -0
- package/.xtrm/extensions/xtrm-ui/themes/pidex-dark.json +85 -0
- package/.xtrm/extensions/xtrm-ui/themes/pidex-light.json +85 -0
- package/{hooks → .xtrm/hooks}/README.md +2 -1
- package/{hooks → .xtrm/hooks}/beads-commit-gate.mjs +4 -0
- package/.xtrm/hooks/beads-memory-gate.mjs +119 -0
- package/{plugins/xtrm-tools → .xtrm}/hooks/quality-check-env.mjs +1 -4
- package/.xtrm/hooks/statusline.mjs +156 -0
- package/{plugins/xtrm-tools → .xtrm}/hooks/using-xtrm-reminder.mjs +8 -7
- package/.xtrm/registry.json +1323 -0
- package/CHANGELOG.md +27 -0
- package/README.md +3 -1
- package/cli/dist/index.cjs +27158 -31320
- package/cli/dist/index.cjs.map +1 -1
- package/cli/package.json +2 -1
- package/package.json +12 -12
- package/.claude-plugin/marketplace.json +0 -19
- package/.claude-plugin/plugin.json +0 -9
- package/config/hooks.json +0 -83
- package/config/settings.json +0 -70
- package/hooks/beads-memory-gate.mjs +0 -94
- package/hooks/quality-check-env.mjs +0 -79
- package/hooks/statusline.mjs +0 -183
- package/hooks/tsconfig-cache.json +0 -4
- package/hooks/using-xtrm-reminder.mjs +0 -47
- package/plugins/xtrm-tools/.claude-plugin/plugin.json +0 -9
- package/plugins/xtrm-tools/.mcp.json +0 -18
- package/plugins/xtrm-tools/hooks/README.md +0 -61
- package/plugins/xtrm-tools/hooks/beads-claim-sync.mjs +0 -154
- package/plugins/xtrm-tools/hooks/beads-commit-gate.mjs +0 -70
- package/plugins/xtrm-tools/hooks/beads-compact-restore.mjs +0 -77
- package/plugins/xtrm-tools/hooks/beads-compact-save.mjs +0 -63
- package/plugins/xtrm-tools/hooks/beads-edit-gate.mjs +0 -85
- package/plugins/xtrm-tools/hooks/beads-gate-core.mjs +0 -236
- package/plugins/xtrm-tools/hooks/beads-gate-messages.mjs +0 -75
- package/plugins/xtrm-tools/hooks/beads-gate-utils.mjs +0 -176
- package/plugins/xtrm-tools/hooks/beads-memory-gate.mjs +0 -94
- package/plugins/xtrm-tools/hooks/beads-stop-gate.mjs +0 -53
- package/plugins/xtrm-tools/hooks/gitnexus/gitnexus-hook.cjs +0 -222
- package/plugins/xtrm-tools/hooks/hooks.json +0 -129
- package/plugins/xtrm-tools/hooks/quality-check.cjs +0 -1286
- package/plugins/xtrm-tools/hooks/quality-check.py +0 -345
- package/plugins/xtrm-tools/hooks/statusline.mjs +0 -183
- package/plugins/xtrm-tools/hooks/tsconfig-cache.json +0 -4
- package/plugins/xtrm-tools/hooks/worktree-boundary.mjs +0 -33
- package/plugins/xtrm-tools/hooks/xtrm-logger.mjs +0 -123
- package/plugins/xtrm-tools/hooks/xtrm-session-logger.mjs +0 -27
- package/plugins/xtrm-tools/hooks/xtrm-tool-logger.mjs +0 -53
- package/plugins/xtrm-tools/skills/README.txt +0 -31
- package/plugins/xtrm-tools/skills/clean-code/SKILL.md +0 -201
- package/plugins/xtrm-tools/skills/creating-service-skills/SKILL.md +0 -433
- package/plugins/xtrm-tools/skills/creating-service-skills/references/script_quality_standards.md +0 -425
- package/plugins/xtrm-tools/skills/creating-service-skills/references/service_skill_system_guide.md +0 -278
- package/plugins/xtrm-tools/skills/creating-service-skills/scripts/bootstrap.py +0 -326
- package/plugins/xtrm-tools/skills/creating-service-skills/scripts/deep_dive.py +0 -304
- package/plugins/xtrm-tools/skills/creating-service-skills/scripts/scaffolder.py +0 -482
- package/plugins/xtrm-tools/skills/delegating/SKILL.md +0 -196
- package/plugins/xtrm-tools/skills/delegating/config.yaml +0 -210
- package/plugins/xtrm-tools/skills/delegating/references/orchestration-protocols.md +0 -41
- package/plugins/xtrm-tools/skills/docker-expert/SKILL.md +0 -409
- package/plugins/xtrm-tools/skills/documenting/CHANGELOG.md +0 -23
- package/plugins/xtrm-tools/skills/documenting/README.md +0 -148
- package/plugins/xtrm-tools/skills/documenting/SKILL.md +0 -113
- package/plugins/xtrm-tools/skills/documenting/examples/example_pattern.md +0 -70
- package/plugins/xtrm-tools/skills/documenting/examples/example_reference.md +0 -70
- package/plugins/xtrm-tools/skills/documenting/examples/example_ssot_analytics.md +0 -64
- package/plugins/xtrm-tools/skills/documenting/examples/example_workflow.md +0 -141
- package/plugins/xtrm-tools/skills/documenting/references/changelog-format.md +0 -97
- package/plugins/xtrm-tools/skills/documenting/references/metadata-schema.md +0 -136
- package/plugins/xtrm-tools/skills/documenting/references/taxonomy.md +0 -81
- package/plugins/xtrm-tools/skills/documenting/references/versioning-rules.md +0 -78
- package/plugins/xtrm-tools/skills/documenting/scripts/bump_version.sh +0 -60
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/__init__.py +0 -0
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/add_entry.py +0 -216
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/bump_release.py +0 -117
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/init_changelog.py +0 -54
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/validate_changelog.py +0 -128
- package/plugins/xtrm-tools/skills/documenting/scripts/drift_detector.py +0 -266
- package/plugins/xtrm-tools/skills/documenting/scripts/generate_template.py +0 -311
- package/plugins/xtrm-tools/skills/documenting/scripts/list_by_category.sh +0 -84
- package/plugins/xtrm-tools/skills/documenting/scripts/orchestrator.py +0 -255
- package/plugins/xtrm-tools/skills/documenting/scripts/validate_metadata.py +0 -242
- package/plugins/xtrm-tools/skills/documenting/templates/CHANGELOG.md.template +0 -13
- package/plugins/xtrm-tools/skills/documenting/tests/integration_test.sh +0 -70
- package/plugins/xtrm-tools/skills/documenting/tests/test_changelog.py +0 -201
- package/plugins/xtrm-tools/skills/documenting/tests/test_drift_detector.py +0 -80
- package/plugins/xtrm-tools/skills/documenting/tests/test_orchestrator.py +0 -52
- package/plugins/xtrm-tools/skills/documenting/tests/test_validate_metadata.py +0 -64
- package/plugins/xtrm-tools/skills/find-skills/SKILL.md +0 -133
- package/plugins/xtrm-tools/skills/gitnexus-exploring/SKILL.md +0 -75
- package/plugins/xtrm-tools/skills/gitnexus-impact-analysis/SKILL.md +0 -94
- package/plugins/xtrm-tools/skills/gitnexus-refactoring/SKILL.md +0 -113
- package/plugins/xtrm-tools/skills/hook-development/SKILL.md +0 -797
- package/plugins/xtrm-tools/skills/hook-development/examples/load-context.sh +0 -55
- package/plugins/xtrm-tools/skills/hook-development/examples/quality-check.js +0 -1168
- package/plugins/xtrm-tools/skills/hook-development/examples/validate-bash.sh +0 -43
- package/plugins/xtrm-tools/skills/hook-development/examples/validate-write.sh +0 -38
- package/plugins/xtrm-tools/skills/hook-development/references/advanced.md +0 -527
- package/plugins/xtrm-tools/skills/hook-development/references/migration.md +0 -369
- package/plugins/xtrm-tools/skills/hook-development/references/patterns.md +0 -412
- package/plugins/xtrm-tools/skills/hook-development/scripts/README.md +0 -164
- package/plugins/xtrm-tools/skills/hook-development/scripts/hook-linter.sh +0 -153
- package/plugins/xtrm-tools/skills/hook-development/scripts/test-hook.sh +0 -252
- package/plugins/xtrm-tools/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
- package/plugins/xtrm-tools/skills/obsidian-cli/SKILL.md +0 -106
- package/plugins/xtrm-tools/skills/orchestrating-agents/SKILL.md +0 -135
- package/plugins/xtrm-tools/skills/orchestrating-agents/config.yaml +0 -45
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/agent-context-integration.md +0 -37
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/examples.md +0 -45
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/handover-protocol.md +0 -31
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/workflows.md +0 -42
- package/plugins/xtrm-tools/skills/orchestrating-agents/scripts/detect_neighbors.py +0 -23
- package/plugins/xtrm-tools/skills/planning/SKILL.md +0 -405
- package/plugins/xtrm-tools/skills/planning/evals/evals.json +0 -19
- package/plugins/xtrm-tools/skills/prompt-improving/README.md +0 -162
- package/plugins/xtrm-tools/skills/prompt-improving/SKILL.md +0 -74
- package/plugins/xtrm-tools/skills/prompt-improving/references/analysis_commands.md +0 -24
- package/plugins/xtrm-tools/skills/prompt-improving/references/chain_of_thought.md +0 -24
- package/plugins/xtrm-tools/skills/prompt-improving/references/mcp_definitions.md +0 -20
- package/plugins/xtrm-tools/skills/prompt-improving/references/multishot.md +0 -23
- package/plugins/xtrm-tools/skills/prompt-improving/references/xml_core.md +0 -60
- package/plugins/xtrm-tools/skills/python-testing/SKILL.md +0 -815
- package/plugins/xtrm-tools/skills/scoping-service-skills/SKILL.md +0 -231
- package/plugins/xtrm-tools/skills/scoping-service-skills/scripts/scope.py +0 -74
- package/plugins/xtrm-tools/skills/senior-backend/SKILL.md +0 -209
- package/plugins/xtrm-tools/skills/senior-backend/references/api_design_patterns.md +0 -103
- package/plugins/xtrm-tools/skills/senior-backend/references/backend_security_practices.md +0 -103
- package/plugins/xtrm-tools/skills/senior-backend/references/database_optimization_guide.md +0 -103
- package/plugins/xtrm-tools/skills/senior-backend/scripts/api_load_tester.py +0 -114
- package/plugins/xtrm-tools/skills/senior-backend/scripts/api_scaffolder.py +0 -114
- package/plugins/xtrm-tools/skills/senior-backend/scripts/database_migration_tool.py +0 -114
- package/plugins/xtrm-tools/skills/senior-data-scientist/SKILL.md +0 -226
- package/plugins/xtrm-tools/skills/senior-data-scientist/references/experiment_design_frameworks.md +0 -80
- package/plugins/xtrm-tools/skills/senior-data-scientist/references/feature_engineering_patterns.md +0 -80
- package/plugins/xtrm-tools/skills/senior-data-scientist/references/statistical_methods_advanced.md +0 -80
- package/plugins/xtrm-tools/skills/senior-data-scientist/scripts/experiment_designer.py +0 -100
- package/plugins/xtrm-tools/skills/senior-data-scientist/scripts/feature_engineering_pipeline.py +0 -100
- package/plugins/xtrm-tools/skills/senior-data-scientist/scripts/model_evaluation_suite.py +0 -100
- package/plugins/xtrm-tools/skills/senior-devops/SKILL.md +0 -209
- package/plugins/xtrm-tools/skills/senior-devops/references/cicd_pipeline_guide.md +0 -103
- package/plugins/xtrm-tools/skills/senior-devops/references/deployment_strategies.md +0 -103
- package/plugins/xtrm-tools/skills/senior-devops/references/infrastructure_as_code.md +0 -103
- package/plugins/xtrm-tools/skills/senior-devops/scripts/deployment_manager.py +0 -114
- package/plugins/xtrm-tools/skills/senior-devops/scripts/pipeline_generator.py +0 -114
- package/plugins/xtrm-tools/skills/senior-devops/scripts/terraform_scaffolder.py +0 -114
- package/plugins/xtrm-tools/skills/senior-security/SKILL.md +0 -209
- package/plugins/xtrm-tools/skills/senior-security/references/cryptography_implementation.md +0 -103
- package/plugins/xtrm-tools/skills/senior-security/references/penetration_testing_guide.md +0 -103
- package/plugins/xtrm-tools/skills/senior-security/references/security_architecture_patterns.md +0 -103
- package/plugins/xtrm-tools/skills/senior-security/scripts/pentest_automator.py +0 -114
- package/plugins/xtrm-tools/skills/senior-security/scripts/security_auditor.py +0 -114
- package/plugins/xtrm-tools/skills/senior-security/scripts/threat_modeler.py +0 -114
- package/plugins/xtrm-tools/skills/skill-creator/LICENSE.txt +0 -202
- package/plugins/xtrm-tools/skills/skill-creator/SKILL.md +0 -479
- package/plugins/xtrm-tools/skills/skill-creator/agents/analyzer.md +0 -274
- package/plugins/xtrm-tools/skills/skill-creator/agents/comparator.md +0 -202
- package/plugins/xtrm-tools/skills/skill-creator/agents/grader.md +0 -223
- package/plugins/xtrm-tools/skills/skill-creator/assets/eval_review.html +0 -146
- package/plugins/xtrm-tools/skills/skill-creator/eval-viewer/generate_review.py +0 -471
- package/plugins/xtrm-tools/skills/skill-creator/eval-viewer/viewer.html +0 -1325
- package/plugins/xtrm-tools/skills/skill-creator/references/schemas.md +0 -430
- package/plugins/xtrm-tools/skills/skill-creator/scripts/__init__.py +0 -0
- package/plugins/xtrm-tools/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
- package/plugins/xtrm-tools/skills/skill-creator/scripts/generate_report.py +0 -326
- package/plugins/xtrm-tools/skills/skill-creator/scripts/improve_description.py +0 -248
- package/plugins/xtrm-tools/skills/skill-creator/scripts/package_skill.py +0 -136
- package/plugins/xtrm-tools/skills/skill-creator/scripts/quick_validate.py +0 -103
- package/plugins/xtrm-tools/skills/skill-creator/scripts/run_eval.py +0 -310
- package/plugins/xtrm-tools/skills/skill-creator/scripts/run_loop.py +0 -332
- package/plugins/xtrm-tools/skills/skill-creator/scripts/utils.py +0 -47
- package/plugins/xtrm-tools/skills/sync-docs/SKILL.md +0 -286
- package/plugins/xtrm-tools/skills/sync-docs/evals/evals.json +0 -89
- package/plugins/xtrm-tools/skills/sync-docs/references/doc-structure.md +0 -99
- package/plugins/xtrm-tools/skills/sync-docs/references/schema.md +0 -103
- package/plugins/xtrm-tools/skills/sync-docs/scripts/changelog/add_entry.py +0 -216
- package/plugins/xtrm-tools/skills/sync-docs/scripts/context_gatherer.py +0 -240
- package/plugins/xtrm-tools/skills/sync-docs/scripts/doc_structure_analyzer.py +0 -495
- package/plugins/xtrm-tools/skills/sync-docs/scripts/drift_detector.py +0 -563
- package/plugins/xtrm-tools/skills/sync-docs/scripts/validate_doc.py +0 -365
- package/plugins/xtrm-tools/skills/sync-docs/scripts/validate_metadata.py +0 -185
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/benchmark.json +0 -293
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/benchmark.md +0 -13
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/outputs/result.md +0 -210
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/outputs/result.md +0 -101
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/outputs/result.md +0 -198
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/outputs/result.md +0 -94
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/outputs/result.md +0 -237
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/outputs/result.md +0 -134
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/benchmark.json +0 -297
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/benchmark.md +0 -13
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/outputs/result.md +0 -137
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/grading.json +0 -92
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/outputs/result.md +0 -134
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/grading.json +0 -86
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/outputs/result.md +0 -193
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/grading.json +0 -72
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/outputs/result.md +0 -211
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/grading.json +0 -91
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/outputs/result.md +0 -182
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/outputs/result.md +0 -222
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/grading.json +0 -88
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/benchmark.json +0 -298
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/benchmark.md +0 -13
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/outputs/result.md +0 -125
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/grading.json +0 -97
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/outputs/result.md +0 -144
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/grading.json +0 -78
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/outputs/result.md +0 -104
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/grading.json +0 -91
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/outputs/result.md +0 -79
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/grading.json +0 -82
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase1_context.json +0 -302
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase2_drift.txt +0 -33
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase3_analysis.json +0 -114
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase4_fix.txt +0 -118
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase5_validate.txt +0 -38
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/result.md +0 -158
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/outputs/result.md +0 -71
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/grading.json +0 -90
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/test-planning/SKILL.md +0 -465
- package/plugins/xtrm-tools/skills/test-planning/evals/evals.json +0 -23
- package/plugins/xtrm-tools/skills/updating-service-skills/SKILL.md +0 -136
- package/plugins/xtrm-tools/skills/updating-service-skills/scripts/drift_detector.py +0 -222
- package/plugins/xtrm-tools/skills/using-quality-gates/SKILL.md +0 -254
- package/plugins/xtrm-tools/skills/using-serena-lsp/README.md +0 -8
- package/plugins/xtrm-tools/skills/using-serena-lsp/REFERENCE.md +0 -194
- package/plugins/xtrm-tools/skills/using-serena-lsp/SKILL.md +0 -82
- package/plugins/xtrm-tools/skills/using-service-skills/SKILL.md +0 -108
- package/plugins/xtrm-tools/skills/using-service-skills/scripts/cataloger.py +0 -74
- package/plugins/xtrm-tools/skills/using-service-skills/scripts/skill_activator.py +0 -152
- package/plugins/xtrm-tools/skills/using-service-skills/scripts/test_skill_activator.py +0 -58
- package/plugins/xtrm-tools/skills/using-tdd/SKILL.md +0 -410
- package/plugins/xtrm-tools/skills/using-xtrm/SKILL.md +0 -127
- package/plugins/xtrm-tools/skills/xt-debugging/SKILL.md +0 -149
- package/plugins/xtrm-tools/skills/xt-end/SKILL.md +0 -297
- package/plugins/xtrm-tools/skills/xt-merge/SKILL.md +0 -313
- package/project-skills/quality-gates/.claude/hooks/hook-config.json +0 -66
- package/project-skills/quality-gates/.claude/hooks/quality-check.cjs +0 -1286
- package/project-skills/quality-gates/.claude/hooks/quality-check.py +0 -334
- package/project-skills/quality-gates/.claude/settings.json +0 -3
- package/project-skills/quality-gates/.claude/skills/using-quality-gates/SKILL.md +0 -254
- package/project-skills/quality-gates/README.md +0 -109
- package/project-skills/quality-gates/evals/evals.json +0 -181
- package/project-skills/quality-gates/workspace/iteration-1/FINAL-EVAL-SUMMARY.md +0 -75
- package/project-skills/quality-gates/workspace/iteration-1/edge-case-auto-fix-verification/with_skill/outputs/response.md +0 -59
- package/project-skills/quality-gates/workspace/iteration-1/edge-case-mixed-language-project/with_skill/outputs/response.md +0 -60
- package/project-skills/quality-gates/workspace/iteration-1/eval-summary.md +0 -105
- package/project-skills/quality-gates/workspace/iteration-1/partial-install-python-only/with_skill/outputs/response.md +0 -93
- package/project-skills/quality-gates/workspace/iteration-1/python-refactor-request/with_skill/outputs/response.md +0 -104
- package/project-skills/quality-gates/workspace/iteration-1/quality-gate-error-fix/with_skill/outputs/response.md +0 -74
- package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-general-chat/with_skill/outputs/response.md +0 -18
- package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-math-question/with_skill/outputs/response.md +0 -18
- package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-unrelated-coding/with_skill/outputs/response.md +0 -56
- package/project-skills/quality-gates/workspace/iteration-1/tdd-guard-blocking-confusion/with_skill/outputs/response.md +0 -67
- package/project-skills/quality-gates/workspace/iteration-1/typescript-feature-with-tests/with_skill/outputs/response.md +0 -97
- package/project-skills/service-skills-set/.claude/git-hooks/doc_reminder.py +0 -67
- package/project-skills/service-skills-set/.claude/git-hooks/skill_staleness.py +0 -194
- package/project-skills/service-skills-set/.claude/service-registry.json +0 -4
- package/project-skills/service-skills-set/.claude/settings.json +0 -37
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/SKILL.md +0 -433
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/references/script_quality_standards.md +0 -425
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/references/service_skill_system_guide.md +0 -278
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/bootstrap.py +0 -308
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/deep_dive.py +0 -304
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/scaffolder.py +0 -482
- package/project-skills/service-skills-set/.claude/skills/scoping-service-skills/SKILL.md +0 -231
- package/project-skills/service-skills-set/.claude/skills/scoping-service-skills/scripts/scope.py +0 -74
- package/project-skills/service-skills-set/.claude/skills/updating-service-skills/SKILL.md +0 -136
- package/project-skills/service-skills-set/.claude/skills/updating-service-skills/scripts/drift_detector.py +0 -222
- package/project-skills/service-skills-set/.claude/skills/using-service-skills/SKILL.md +0 -108
- package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/cataloger.py +0 -74
- package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/skill_activator.py +0 -152
- package/project-skills/service-skills-set/README.md +0 -93
- package/project-skills/service-skills-set/install-service-skills.py +0 -193
- package/project-skills/service-skills-set/service-skills-readme.md +0 -236
- package/skills/README.txt +0 -31
- package/skills/clean-code/SKILL.md +0 -201
- package/skills/creating-service-skills/SKILL.md +0 -433
- package/skills/creating-service-skills/references/script_quality_standards.md +0 -425
- package/skills/creating-service-skills/references/service_skill_system_guide.md +0 -278
- package/skills/creating-service-skills/scripts/bootstrap.py +0 -326
- package/skills/creating-service-skills/scripts/deep_dive.py +0 -304
- package/skills/creating-service-skills/scripts/scaffolder.py +0 -482
- package/skills/delegating/SKILL.md +0 -196
- package/skills/delegating/config.yaml +0 -210
- package/skills/delegating/references/orchestration-protocols.md +0 -41
- package/skills/docker-expert/SKILL.md +0 -409
- package/skills/documenting/CHANGELOG.md +0 -23
- package/skills/documenting/README.md +0 -148
- package/skills/documenting/SKILL.md +0 -113
- package/skills/documenting/examples/example_pattern.md +0 -70
- package/skills/documenting/examples/example_reference.md +0 -70
- package/skills/documenting/examples/example_ssot_analytics.md +0 -64
- package/skills/documenting/examples/example_workflow.md +0 -141
- package/skills/documenting/references/changelog-format.md +0 -97
- package/skills/documenting/references/metadata-schema.md +0 -136
- package/skills/documenting/references/taxonomy.md +0 -81
- package/skills/documenting/references/versioning-rules.md +0 -78
- package/skills/documenting/scripts/bump_version.sh +0 -60
- package/skills/documenting/scripts/changelog/__init__.py +0 -0
- package/skills/documenting/scripts/changelog/add_entry.py +0 -216
- package/skills/documenting/scripts/changelog/bump_release.py +0 -117
- package/skills/documenting/scripts/changelog/init_changelog.py +0 -54
- package/skills/documenting/scripts/changelog/validate_changelog.py +0 -128
- package/skills/documenting/scripts/drift_detector.py +0 -266
- package/skills/documenting/scripts/generate_template.py +0 -311
- package/skills/documenting/scripts/list_by_category.sh +0 -84
- package/skills/documenting/scripts/orchestrator.py +0 -255
- package/skills/documenting/scripts/validate_metadata.py +0 -242
- package/skills/documenting/templates/CHANGELOG.md.template +0 -13
- package/skills/find-skills/SKILL.md +0 -133
- package/skills/gitnexus-exploring/SKILL.md +0 -75
- package/skills/gitnexus-impact-analysis/SKILL.md +0 -94
- package/skills/gitnexus-refactoring/SKILL.md +0 -113
- package/skills/hook-development/SKILL.md +0 -797
- package/skills/hook-development/examples/load-context.sh +0 -55
- package/skills/hook-development/examples/quality-check.js +0 -1168
- package/skills/hook-development/examples/validate-bash.sh +0 -43
- package/skills/hook-development/examples/validate-write.sh +0 -38
- package/skills/hook-development/references/advanced.md +0 -527
- package/skills/hook-development/references/migration.md +0 -369
- package/skills/hook-development/references/patterns.md +0 -412
- package/skills/hook-development/scripts/README.md +0 -164
- package/skills/hook-development/scripts/hook-linter.sh +0 -153
- package/skills/hook-development/scripts/test-hook.sh +0 -252
- package/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
- package/skills/obsidian-cli/SKILL.md +0 -106
- package/skills/orchestrating-agents/SKILL.md +0 -135
- package/skills/orchestrating-agents/config.yaml +0 -45
- package/skills/orchestrating-agents/references/agent-context-integration.md +0 -37
- package/skills/orchestrating-agents/references/examples.md +0 -45
- package/skills/orchestrating-agents/references/handover-protocol.md +0 -31
- package/skills/orchestrating-agents/references/workflows.md +0 -42
- package/skills/orchestrating-agents/scripts/detect_neighbors.py +0 -23
- package/skills/planning/SKILL.md +0 -405
- package/skills/planning/evals/evals.json +0 -19
- package/skills/prompt-improving/README.md +0 -162
- package/skills/prompt-improving/SKILL.md +0 -74
- package/skills/prompt-improving/references/analysis_commands.md +0 -24
- package/skills/prompt-improving/references/chain_of_thought.md +0 -24
- package/skills/prompt-improving/references/mcp_definitions.md +0 -20
- package/skills/prompt-improving/references/multishot.md +0 -23
- package/skills/prompt-improving/references/xml_core.md +0 -60
- package/skills/python-testing/SKILL.md +0 -815
- package/skills/scoping-service-skills/SKILL.md +0 -231
- package/skills/scoping-service-skills/scripts/scope.py +0 -74
- package/skills/senior-backend/SKILL.md +0 -209
- package/skills/senior-backend/references/api_design_patterns.md +0 -103
- package/skills/senior-backend/references/backend_security_practices.md +0 -103
- package/skills/senior-backend/references/database_optimization_guide.md +0 -103
- package/skills/senior-backend/scripts/api_load_tester.py +0 -114
- package/skills/senior-backend/scripts/api_scaffolder.py +0 -114
- package/skills/senior-backend/scripts/database_migration_tool.py +0 -114
- package/skills/senior-data-scientist/SKILL.md +0 -226
- package/skills/senior-data-scientist/references/experiment_design_frameworks.md +0 -80
- package/skills/senior-data-scientist/references/feature_engineering_patterns.md +0 -80
- package/skills/senior-data-scientist/references/statistical_methods_advanced.md +0 -80
- package/skills/senior-data-scientist/scripts/experiment_designer.py +0 -100
- package/skills/senior-data-scientist/scripts/feature_engineering_pipeline.py +0 -100
- package/skills/senior-data-scientist/scripts/model_evaluation_suite.py +0 -100
- package/skills/senior-devops/SKILL.md +0 -209
- package/skills/senior-devops/references/cicd_pipeline_guide.md +0 -103
- package/skills/senior-devops/references/deployment_strategies.md +0 -103
- package/skills/senior-devops/references/infrastructure_as_code.md +0 -103
- package/skills/senior-devops/scripts/deployment_manager.py +0 -114
- package/skills/senior-devops/scripts/pipeline_generator.py +0 -114
- package/skills/senior-devops/scripts/terraform_scaffolder.py +0 -114
- package/skills/senior-security/SKILL.md +0 -209
- package/skills/senior-security/references/cryptography_implementation.md +0 -103
- package/skills/senior-security/references/penetration_testing_guide.md +0 -103
- package/skills/senior-security/references/security_architecture_patterns.md +0 -103
- package/skills/senior-security/scripts/pentest_automator.py +0 -114
- package/skills/senior-security/scripts/security_auditor.py +0 -114
- package/skills/senior-security/scripts/threat_modeler.py +0 -114
- package/skills/skill-creator/LICENSE.txt +0 -202
- package/skills/skill-creator/SKILL.md +0 -479
- package/skills/skill-creator/agents/analyzer.md +0 -274
- package/skills/skill-creator/agents/comparator.md +0 -202
- package/skills/skill-creator/agents/grader.md +0 -223
- package/skills/skill-creator/assets/eval_review.html +0 -146
- package/skills/skill-creator/eval-viewer/generate_review.py +0 -471
- package/skills/skill-creator/eval-viewer/viewer.html +0 -1325
- package/skills/skill-creator/references/schemas.md +0 -430
- package/skills/skill-creator/scripts/__init__.py +0 -0
- package/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
- package/skills/skill-creator/scripts/generate_report.py +0 -326
- package/skills/skill-creator/scripts/improve_description.py +0 -248
- package/skills/skill-creator/scripts/package_skill.py +0 -136
- package/skills/skill-creator/scripts/quick_validate.py +0 -103
- package/skills/skill-creator/scripts/run_eval.py +0 -310
- package/skills/skill-creator/scripts/run_loop.py +0 -332
- package/skills/skill-creator/scripts/utils.py +0 -47
- package/skills/sync-docs/SKILL.md +0 -286
- package/skills/sync-docs/evals/evals.json +0 -89
- package/skills/sync-docs/references/doc-structure.md +0 -99
- package/skills/sync-docs/references/schema.md +0 -103
- package/skills/sync-docs/scripts/changelog/add_entry.py +0 -216
- package/skills/sync-docs/scripts/context_gatherer.py +0 -240
- package/skills/sync-docs/scripts/doc_structure_analyzer.py +0 -495
- package/skills/sync-docs/scripts/drift_detector.py +0 -563
- package/skills/sync-docs/scripts/validate_doc.py +0 -365
- package/skills/sync-docs/scripts/validate_metadata.py +0 -185
- package/skills/sync-docs-workspace/iteration-1/benchmark.json +0 -293
- package/skills/sync-docs-workspace/iteration-1/benchmark.md +0 -13
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/outputs/result.md +0 -210
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/outputs/result.md +0 -101
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/outputs/result.md +0 -198
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/outputs/result.md +0 -94
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/outputs/result.md +0 -237
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/outputs/result.md +0 -134
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/benchmark.json +0 -297
- package/skills/sync-docs-workspace/iteration-2/benchmark.md +0 -13
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/outputs/result.md +0 -137
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/grading.json +0 -92
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/outputs/result.md +0 -134
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/grading.json +0 -86
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/outputs/result.md +0 -193
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/grading.json +0 -72
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/outputs/result.md +0 -211
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/grading.json +0 -91
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/outputs/result.md +0 -182
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/outputs/result.md +0 -222
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/grading.json +0 -88
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/benchmark.json +0 -298
- package/skills/sync-docs-workspace/iteration-3/benchmark.md +0 -13
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/outputs/result.md +0 -125
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/grading.json +0 -97
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/outputs/result.md +0 -144
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/grading.json +0 -78
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/outputs/result.md +0 -104
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/grading.json +0 -91
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/outputs/result.md +0 -79
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/grading.json +0 -82
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase1_context.json +0 -302
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase2_drift.txt +0 -33
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase3_analysis.json +0 -114
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase4_fix.txt +0 -118
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase5_validate.txt +0 -38
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/result.md +0 -158
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/outputs/result.md +0 -71
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/grading.json +0 -90
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/skills/test-planning/SKILL.md +0 -465
- package/skills/test-planning/evals/evals.json +0 -23
- package/skills/updating-service-skills/SKILL.md +0 -136
- package/skills/updating-service-skills/scripts/drift_detector.py +0 -222
- package/skills/using-quality-gates/SKILL.md +0 -254
- package/skills/using-serena-lsp/README.md +0 -8
- package/skills/using-serena-lsp/REFERENCE.md +0 -194
- package/skills/using-serena-lsp/SKILL.md +0 -82
- package/skills/using-service-skills/SKILL.md +0 -108
- package/skills/using-service-skills/scripts/cataloger.py +0 -74
- package/skills/using-service-skills/scripts/skill_activator.py +0 -152
- package/skills/using-service-skills/scripts/test_skill_activator.py +0 -58
- package/skills/using-tdd/SKILL.md +0 -410
- package/skills/using-xtrm/SKILL.md +0 -127
- package/skills/xt-debugging/SKILL.md +0 -149
- package/skills/xt-end/SKILL.md +0 -297
- package/skills/xt-merge/SKILL.md +0 -313
- /package/{config → .xtrm/config}/.env.example +0 -0
- /package/{config/mcp_servers_optional.json → .xtrm/config/claude.mcp.optional.json} +0 -0
- /package/{hooks → .xtrm/config}/hooks.json +0 -0
- /package/{config → .xtrm/config}/pi/auth.json.template +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-session-name/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-session-name/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-update/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-update/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/beads/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/compact-header/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/compact-header/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/adapter.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/guard-rules.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/lib.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/logger.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/runner.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/session-state.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/custom-footer/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/custom-provider-qwen-cli/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/custom-provider-qwen-cli/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/git-checkpoint/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/git-checkpoint/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/lsp-bootstrap/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/lsp-bootstrap/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/pi-serena-compact/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/pi-serena-compact/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/quality-gates/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/quality-gates/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/service-skills/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/service-skills/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/session-flow/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/session-flow/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-loader/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-loader/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/format.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/themes/pidex-dark.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/themes/pidex-light.json +0 -0
- /package/{config → .xtrm/config}/pi/models.json.template +0 -0
- /package/{config → .xtrm/config}/pi/pi-worktrees-settings.json +0 -0
- /package/{config → .xtrm/config}/pi/settings.json.template +0 -0
- /package/{hooks → .xtrm/hooks}/beads-claim-sync.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-compact-restore.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-compact-save.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-edit-gate.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-gate-core.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-gate-messages.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-gate-utils.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-stop-gate.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/gitnexus/gitnexus-hook.cjs +0 -0
- /package/{hooks → .xtrm/hooks}/quality-check.cjs +0 -0
- /package/{hooks → .xtrm/hooks}/quality-check.py +0 -0
- /package/{hooks → .xtrm/hooks}/worktree-boundary.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/xtrm-logger.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/xtrm-session-logger.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/xtrm-tool-logger.mjs +0 -0
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: xt-end
|
|
3
|
-
description: |
|
|
4
|
-
Autonomous session close flow for xt worktree sessions. Use this skill whenever
|
|
5
|
-
the user says "done", "finished", "wrap up", "close session", "ship it", "I'm done",
|
|
6
|
-
"ready to merge", or similar. Also activate when all beads issues in the session
|
|
7
|
-
are closed, or when the user explicitly runs /xt-end. This skill is designed for
|
|
8
|
-
headless/specialist use: it must make deterministic decisions, auto-remediate common
|
|
9
|
-
anomalies, and avoid clarification questions unless execution is truly blocked.
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# xt-end — Autonomous Session Close Flow
|
|
13
|
-
|
|
14
|
-
You are closing an `xt` worktree session. The canonical CLI is `xt end`, but you must normalize the session first and automatically handle common anomalies.
|
|
15
|
-
|
|
16
|
-
## Operating Mode
|
|
17
|
-
|
|
18
|
-
Default to **autonomous execution**:
|
|
19
|
-
- do not ask the user routine clarification questions
|
|
20
|
-
- prefer deterministic fallbacks over conversational review
|
|
21
|
-
- only stop when a real blocker prevents safe progress
|
|
22
|
-
- **always invoke `xt end --yes`** — never call `xt end` without this flag; the bare command prompts interactively for worktree removal which blocks autonomous execution
|
|
23
|
-
|
|
24
|
-
## Success States
|
|
25
|
-
|
|
26
|
-
Use these mental result classes while operating:
|
|
27
|
-
- `SUCCESS_PR_CREATED`
|
|
28
|
-
- `SUCCESS_PR_CREATED_WITH_WARNINGS`
|
|
29
|
-
- `BLOCKED_UNCLOSED_SESSION_WORK`
|
|
30
|
-
- `BLOCKED_NO_COMMITS`
|
|
31
|
-
- `BLOCKED_AUTH`
|
|
32
|
-
- `BLOCKED_CONFLICTS`
|
|
33
|
-
- `BLOCKED_DIRTY_UNCLASSIFIED_CHANGES`
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
## Stage 1 — Session Work Audit
|
|
38
|
-
|
|
39
|
-
Run:
|
|
40
|
-
```bash
|
|
41
|
-
bd list --status=in_progress
|
|
42
|
-
bd list --status=open
|
|
43
|
-
git log --oneline @{upstream}..HEAD 2>/dev/null || git log --oneline origin/main..HEAD 2>/dev/null || git log --oneline
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
Rules:
|
|
47
|
-
- **Block** on `in_progress` issues
|
|
48
|
-
- **Do not block** on unrelated open backlog issues
|
|
49
|
-
- infer **session-touched issues** from commit messages and recent session work
|
|
50
|
-
- if a touched issue is still not closed, close it if the work is complete; otherwise stop with `BLOCKED_UNCLOSED_SESSION_WORK`
|
|
51
|
-
|
|
52
|
-
This skill is stricter about unfinished session work than about unrelated backlog.
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
|
-
## Stage 2 — Tree Normalization
|
|
57
|
-
|
|
58
|
-
Run:
|
|
59
|
-
```bash
|
|
60
|
-
git status --short
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
If clean, continue.
|
|
64
|
-
|
|
65
|
-
If dirty:
|
|
66
|
-
- if the changes clearly belong to the just-finished session work, commit them automatically
|
|
67
|
-
- if they look like unrelated WIP, stash them with a labeled stash message
|
|
68
|
-
- never run `xt end` with a dirty tree
|
|
69
|
-
|
|
70
|
-
Preferred automatic actions:
|
|
71
|
-
```bash
|
|
72
|
-
git add -A && git commit -m "<descriptive summary> (<issue-id>)"
|
|
73
|
-
# or
|
|
74
|
-
|
|
75
|
-
git stash push -m "xt-end:auto-stash before session close"
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
If changes cannot be classified safely, stop with `BLOCKED_DIRTY_UNCLASSIFIED_CHANGES`.
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## Stage 2.5 — Scope Verification
|
|
83
|
-
|
|
84
|
-
Before committing or pushing, verify that branch changes match the expected scope of the session's closed issues. **Never skip this step** — unreviewed scope is the primary source of oversized or unintended PRs.
|
|
85
|
-
|
|
86
|
-
Run:
|
|
87
|
-
```bash
|
|
88
|
-
git diff --stat origin/main..HEAD 2>/dev/null || git diff --stat $(git merge-base HEAD main)..HEAD
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
For each significantly changed symbol, check blast radius:
|
|
92
|
-
```bash
|
|
93
|
-
npx gitnexus impact <symbol-name> # upstream dependants — what else breaks
|
|
94
|
-
npx gitnexus impact <symbol-name> -d downstream # downstream dependencies
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
For Claude agents with MCP access, also run:
|
|
98
|
-
```
|
|
99
|
-
gitnexus_detect_changes({scope: "compare", base_ref: "main"})
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
**Rules:**
|
|
103
|
-
- Changes clearly tied to session issues → continue
|
|
104
|
-
- Files unrelated to session issues → classify as overscoped (handle in Stage 3D)
|
|
105
|
-
- `npx gitnexus impact` returns HIGH or CRITICAL risk on a changed symbol → **stop and report to user** before continuing
|
|
106
|
-
|
|
107
|
-
---
|
|
108
|
-
|
|
109
|
-
## Stage 3 — Dry Run and Anomaly Detection
|
|
110
|
-
|
|
111
|
-
Run:
|
|
112
|
-
```bash
|
|
113
|
-
xt end --dry-run
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
Parse the preview and check for anomalies:
|
|
117
|
-
|
|
118
|
-
### A. Generic PR title
|
|
119
|
-
Treat these as invalid:
|
|
120
|
-
- `session changes`
|
|
121
|
-
- `update`
|
|
122
|
-
- `updates`
|
|
123
|
-
- `misc`
|
|
124
|
-
- `wip`
|
|
125
|
-
- `work in progress`
|
|
126
|
-
|
|
127
|
-
Auto-remediation:
|
|
128
|
-
- prefer closed issue titles from this session
|
|
129
|
-
- otherwise infer from changed files / dominant area
|
|
130
|
-
- examples:
|
|
131
|
-
- `Add docs cross-check command and tests`
|
|
132
|
-
- `Integrate docs workflow with sync-docs`
|
|
133
|
-
- `Update docs workflow and CLI help`
|
|
134
|
-
|
|
135
|
-
### B. Missing beads linkage
|
|
136
|
-
If dry-run says no beads issues were found, but commit messages contain issue-like IDs, treat that as a tooling mismatch.
|
|
137
|
-
|
|
138
|
-
Auto-remediation:
|
|
139
|
-
- extract issue IDs directly from commit messages
|
|
140
|
-
- continue with those IDs as manually inferred linkage
|
|
141
|
-
- report the mismatch in the final summary
|
|
142
|
-
|
|
143
|
-
### C. Generated artifacts in scope
|
|
144
|
-
If files like `dist/` are included:
|
|
145
|
-
- keep them if the repo conventionally commits built artifacts
|
|
146
|
-
- otherwise revert them before continuing
|
|
147
|
-
|
|
148
|
-
Use repository history/common practice as the heuristic; do not ask.
|
|
149
|
-
|
|
150
|
-
### D. Overscoped PR
|
|
151
|
-
Classify the PR scope into buckets:
|
|
152
|
-
- source
|
|
153
|
-
- tests
|
|
154
|
-
- docs
|
|
155
|
-
- skills
|
|
156
|
-
- generated artifacts
|
|
157
|
-
|
|
158
|
-
If all buckets support one coherent feature/change, continue.
|
|
159
|
-
If they look unrelated, continue but mark the PR as `WITH_WARNINGS` and mention overscope in the final report.
|
|
160
|
-
|
|
161
|
-
After auto-remediating anomalies, re-run:
|
|
162
|
-
```bash
|
|
163
|
-
xt end --dry-run
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
Repeat until the preview is acceptable or a hard blocker appears.
|
|
167
|
-
|
|
168
|
-
---
|
|
169
|
-
|
|
170
|
-
## Stage 4 — No-Commit / Session-Sanity Gate
|
|
171
|
-
|
|
172
|
-
Before actual execution, ensure the branch really has changes:
|
|
173
|
-
```bash
|
|
174
|
-
git log --oneline @{upstream}..HEAD 2>/dev/null || git log --oneline origin/main..HEAD 2>/dev/null
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
If there are no commits ahead of base, stop with `BLOCKED_NO_COMMITS`.
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## Stage 5 — Run xt end
|
|
182
|
-
|
|
183
|
-
Run:
|
|
184
|
-
```bash
|
|
185
|
-
xt end --yes
|
|
186
|
-
```
|
|
187
|
-
|
|
188
|
-
Use non-interactive mode by default for autonomous execution.
|
|
189
|
-
|
|
190
|
-
### If it succeeds
|
|
191
|
-
Capture:
|
|
192
|
-
- rebase success
|
|
193
|
-
- push success
|
|
194
|
-
- PR URL
|
|
195
|
-
- linked issue count
|
|
196
|
-
|
|
197
|
-
### If rebase conflicts occur
|
|
198
|
-
Run:
|
|
199
|
-
```bash
|
|
200
|
-
git status
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
Resolve all conflict markers, then:
|
|
204
|
-
```bash
|
|
205
|
-
git add <resolved-files>
|
|
206
|
-
git rebase --continue
|
|
207
|
-
xt end --yes
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
If conflicts are too complex to resolve safely, stop with `BLOCKED_CONFLICTS`.
|
|
211
|
-
|
|
212
|
-
### If push fails
|
|
213
|
-
Try:
|
|
214
|
-
```bash
|
|
215
|
-
git fetch origin
|
|
216
|
-
xt end --yes
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
### If `gh` auth fails
|
|
220
|
-
Stop with `BLOCKED_AUTH` and report:
|
|
221
|
-
```bash
|
|
222
|
-
gh auth login
|
|
223
|
-
```
|
|
224
|
-
|
|
225
|
-
---
|
|
226
|
-
|
|
227
|
-
## Stage 6 — Autonomous Cleanup
|
|
228
|
-
|
|
229
|
-
Default behavior: **remove the worktree automatically** after a successful PR creation.
|
|
230
|
-
|
|
231
|
-
Rationale:
|
|
232
|
-
- branch is pushed
|
|
233
|
-
- PR is open
|
|
234
|
-
- worktree is disposable local state
|
|
235
|
-
|
|
236
|
-
If cleanup is needed after `xt end --yes`:
|
|
237
|
-
```bash
|
|
238
|
-
git worktree remove <path> --force
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
Keep the worktree only if an explicit keep policy exists (for example, known immediate follow-up work on the same branch).
|
|
242
|
-
|
|
243
|
-
---
|
|
244
|
-
|
|
245
|
-
## Stage 7 — Final Report
|
|
246
|
-
|
|
247
|
-
Always report:
|
|
248
|
-
- final result class (`SUCCESS_PR_CREATED` or `SUCCESS_PR_CREATED_WITH_WARNINGS`)
|
|
249
|
-
- PR URL
|
|
250
|
-
- linked or inferred issues
|
|
251
|
-
- whether anomalies were auto-remediated
|
|
252
|
-
- whether the worktree was removed
|
|
253
|
-
- reminder: monitor CI and merge when green; no auto-merge assumption
|
|
254
|
-
|
|
255
|
-
If linkage had to be inferred from commits rather than detected by `xt end`, say so explicitly.
|
|
256
|
-
|
|
257
|
-
---
|
|
258
|
-
|
|
259
|
-
## Edge Cases
|
|
260
|
-
|
|
261
|
-
**Already on main/master/default branch**
|
|
262
|
-
- stop immediately; this is not an xt worktree session
|
|
263
|
-
|
|
264
|
-
**No commits yet on branch**
|
|
265
|
-
- stop with `BLOCKED_NO_COMMITS`
|
|
266
|
-
|
|
267
|
-
**Dirty tree with unclear ownership**
|
|
268
|
-
- stop with `BLOCKED_DIRTY_UNCLASSIFIED_CHANGES`
|
|
269
|
-
|
|
270
|
-
**`gh` not authenticated**
|
|
271
|
-
- stop with `BLOCKED_AUTH`
|
|
272
|
-
|
|
273
|
-
**beads unavailable**
|
|
274
|
-
- continue PR creation if possible
|
|
275
|
-
- infer issues from commit messages when available
|
|
276
|
-
- report linkage as unavailable/manual
|
|
277
|
-
|
|
278
|
-
**Multiple anomalies at once**
|
|
279
|
-
- remediate in order:
|
|
280
|
-
1. dirty tree
|
|
281
|
-
2. missing commits
|
|
282
|
-
3. generic title
|
|
283
|
-
4. missing issue linkage
|
|
284
|
-
5. generated artifacts
|
|
285
|
-
6. overscope warning
|
|
286
|
-
|
|
287
|
-
## Policy Summary
|
|
288
|
-
|
|
289
|
-
The autonomous rule is simple:
|
|
290
|
-
- normalize the session
|
|
291
|
-
- verify scope with gitnexus before committing
|
|
292
|
-
- dry-run
|
|
293
|
-
- auto-fix predictable anomalies
|
|
294
|
-
- rerun dry-run
|
|
295
|
-
- execute non-interactively
|
|
296
|
-
- clean up automatically
|
|
297
|
-
- stop only on genuine safety blockers
|
|
@@ -1,313 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: xt-merge
|
|
3
|
-
description: |
|
|
4
|
-
Merges queued PRs from xt worktree sessions in the correct order (FIFO), maintaining linear
|
|
5
|
-
history by rebasing remaining PRs after each merge. Use this skill whenever the user has
|
|
6
|
-
multiple open PRs from xt worktrees, asks to "merge my PRs", "process the PR queue",
|
|
7
|
-
"drain the queue", "merge worktree branches", or says "what PRs do I have open".
|
|
8
|
-
Also activate after any xt-end completion when other PRs are already open, or when the
|
|
9
|
-
user asks "can I merge yet" or "is CI green". Handles the full sequence: list → sort →
|
|
10
|
-
CI check → merge oldest → rebase cascade → repeat until queue is empty.
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# merge-prs — Worktree PR Merge Workflow
|
|
14
|
-
|
|
15
|
-
You are draining a queue of PRs created by `xt end` from multiple worktree sessions.
|
|
16
|
-
The key constraint is **ordering**: merge in FIFO order and rebase the remaining PRs
|
|
17
|
-
after each merge. Work through the stages below in sequence.
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## Why FIFO and why the rebase cascade matters
|
|
22
|
-
|
|
23
|
-
When `xt end` runs, it rebases the worktree branch onto `origin/main` at that moment
|
|
24
|
-
and pushes. If you ran three sessions in sequence:
|
|
25
|
-
|
|
26
|
-
```
|
|
27
|
-
Session A finishes at t=1 → xt/feature-a rebased onto main@sha1
|
|
28
|
-
Session B finishes at t=2 → xt/feature-b rebased onto main@sha2 (sha2 >= sha1)
|
|
29
|
-
Session C finishes at t=3 → xt/feature-c rebased onto main@sha3 (sha3 >= sha2)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
After merging A, main advances to sha4. Branch B is now based on sha2 — it still
|
|
33
|
-
compiles and CI passes, but it doesn't include A's changes. You must rebase B onto
|
|
34
|
-
sha4 before merging, so the history stays linear and B's CI reflects the real state
|
|
35
|
-
of main + B.
|
|
36
|
-
|
|
37
|
-
**FIFO = merge the oldest-created PR first.** The older the PR, the smaller the
|
|
38
|
-
rebase cascade it triggers in subsequent branches. Merging out of order means
|
|
39
|
-
you're rebasing more than necessary and risk conflicts that wouldn't have existed.
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
## Stage 0 — Pre-flight checks
|
|
44
|
-
|
|
45
|
-
Run these before touching any branch.
|
|
46
|
-
|
|
47
|
-
**1. Verify you are in a git repository:**
|
|
48
|
-
```bash
|
|
49
|
-
git rev-parse --git-dir
|
|
50
|
-
```
|
|
51
|
-
Stop immediately if this fails.
|
|
52
|
-
|
|
53
|
-
**2. Verify gh auth:**
|
|
54
|
-
```bash
|
|
55
|
-
gh auth status
|
|
56
|
-
```
|
|
57
|
-
If this fails, stop immediately. Without auth, `gh pr merge` will silently fail or
|
|
58
|
-
produce confusing errors mid-run.
|
|
59
|
-
|
|
60
|
-
**3. Fetch all remotes:**
|
|
61
|
-
```bash
|
|
62
|
-
git fetch --all --prune
|
|
63
|
-
```
|
|
64
|
-
This ensures local remote-tracking refs reflect current upstream state before any
|
|
65
|
-
rebase or CI check. Without this, CI status checks and rebase targets may be stale.
|
|
66
|
-
|
|
67
|
-
**4. Check for uncommitted local changes:**
|
|
68
|
-
```bash
|
|
69
|
-
git status --porcelain
|
|
70
|
-
```
|
|
71
|
-
If the output is non-empty, **warn the user and stop**. The rebase cascade will
|
|
72
|
-
check out other branches (`git checkout xt/<branch>`), which will either fail or
|
|
73
|
-
silently carry dirty changes into the wrong branch. Resolve before continuing:
|
|
74
|
-
- `git stash push -m "xt-merge cascade stash"` — stash and pop after cascade finishes
|
|
75
|
-
- Or commit the work first
|
|
76
|
-
- Or abort if the changes belong to a live worktree session
|
|
77
|
-
|
|
78
|
-
If the user stashes, record the stash ref (`git stash list | head -1`) so you can
|
|
79
|
-
pop it when done in Stage 6.
|
|
80
|
-
|
|
81
|
-
---
|
|
82
|
-
|
|
83
|
-
## Stage 1 — Build the queue
|
|
84
|
-
|
|
85
|
-
List all open PRs from xt worktree branches:
|
|
86
|
-
|
|
87
|
-
```bash
|
|
88
|
-
gh pr list --state open --json number,title,headRefName,createdAt,isDraft \
|
|
89
|
-
--jq '.[] | select(.headRefName | startswith("xt/")) | [.number, .createdAt, .headRefName, .title] | @tsv' \
|
|
90
|
-
| sort -k2
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
This sorts by creation time. The top row is the **head of the queue** — merge it first.
|
|
94
|
-
|
|
95
|
-
If there are draft PRs in the list, skip them. Drafts are not ready to merge.
|
|
96
|
-
|
|
97
|
-
If `gh pr list` returns an error (network, auth, wrong repo), stop and report the
|
|
98
|
-
error. Do not continue with stale or incomplete data.
|
|
99
|
-
|
|
100
|
-
Present the sorted queue to the user before proceeding:
|
|
101
|
-
```
|
|
102
|
-
Queue (oldest → newest):
|
|
103
|
-
#42 xt/fix-auth-gate "Fix beads edit gate claim check" 2026-03-21 10:14
|
|
104
|
-
#45 xt/add-release-script "Add release script for npm publish" 2026-03-21 14:32
|
|
105
|
-
#47 xt/default-branch "Detect default branch in xt end" 2026-03-22 09:11
|
|
106
|
-
```
|
|
107
|
-
|
|
108
|
-
---
|
|
109
|
-
|
|
110
|
-
## Stage 2 — Check CI on the head PR
|
|
111
|
-
|
|
112
|
-
```bash
|
|
113
|
-
gh pr checks <number>
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
**Stale CI warning:** After a rebase cascade the PR's HEAD SHA changes. Always verify
|
|
117
|
-
the SHA that CI ran against matches the current branch tip before trusting a green result:
|
|
118
|
-
```bash
|
|
119
|
-
gh pr view <number> --json headRefOid --jq '.headRefOid'
|
|
120
|
-
# compare against the commit SHA shown in gh pr checks output
|
|
121
|
-
```
|
|
122
|
-
If they differ, the green result is from before the rebase — wait for the new run.
|
|
123
|
-
|
|
124
|
-
Wait for all checks to pass. If CI is still running, tell the user and pause — don't
|
|
125
|
-
merge a PR with pending or failing checks.
|
|
126
|
-
|
|
127
|
-
If CI is failing:
|
|
128
|
-
- Show the failing check names and link to the run
|
|
129
|
-
- Do NOT proceed with the merge
|
|
130
|
-
- Let the user decide: fix the issue in the worktree (may already be deleted), push a
|
|
131
|
-
fixup commit directly to the branch, or close the PR
|
|
132
|
-
|
|
133
|
-
---
|
|
134
|
-
|
|
135
|
-
## Stage 3 — Merge the head PR
|
|
136
|
-
|
|
137
|
-
```bash
|
|
138
|
-
gh pr merge <number> --rebase --delete-branch
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
Use `--rebase` (not `--squash` or `--merge`) to keep linear history and preserve
|
|
142
|
-
individual commits from the session. Use `--delete-branch` to clean up the remote branch.
|
|
143
|
-
|
|
144
|
-
If `gh pr merge` fails with "No commits between main and xt/<branch>", the branch's
|
|
145
|
-
commits were already absorbed into main (e.g. from a previous push). Close the PR
|
|
146
|
-
and continue to the next.
|
|
147
|
-
|
|
148
|
-
After merge, fetch and confirm main advanced:
|
|
149
|
-
```bash
|
|
150
|
-
git fetch origin
|
|
151
|
-
git log origin/main --oneline -3
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
Record the new HEAD SHA of main — you will verify the cascade rebases onto it.
|
|
155
|
-
|
|
156
|
-
---
|
|
157
|
-
|
|
158
|
-
## Stage 4 — Rebase cascade (all remaining PRs)
|
|
159
|
-
|
|
160
|
-
For every remaining PR in the queue, rebase its branch onto the new main:
|
|
161
|
-
|
|
162
|
-
```bash
|
|
163
|
-
git fetch origin main
|
|
164
|
-
git checkout xt/<branch>
|
|
165
|
-
git rebase origin/main
|
|
166
|
-
git push origin xt/<branch> --force-with-lease --force-if-includes
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
`--force-with-lease` rejects the push if the remote has commits your local ref
|
|
170
|
-
doesn't know about. `--force-if-includes` additionally verifies that whatever
|
|
171
|
-
you're overwriting was reachable from your local history — together they prevent
|
|
172
|
-
accidentally overwriting a collaborator's push that arrived after your last fetch.
|
|
173
|
-
(Requires Git 2.30+. If not available, `--force-with-lease` alone is acceptable.)
|
|
174
|
-
|
|
175
|
-
**After each push, verify it landed:**
|
|
176
|
-
```bash
|
|
177
|
-
git rev-parse HEAD
|
|
178
|
-
git rev-parse origin/xt/<branch>
|
|
179
|
-
```
|
|
180
|
-
Both SHAs must match. If the push was rejected (lease violation or other error),
|
|
181
|
-
stop and report — do not silently continue to the next branch.
|
|
182
|
-
|
|
183
|
-
Repeat for each remaining branch in queue order (oldest next).
|
|
184
|
-
|
|
185
|
-
After pushing, GitHub will re-trigger CI on each rebased PR. You don't need to wait
|
|
186
|
-
for CI here — the rebase just gets the branches current. CI will run in parallel.
|
|
187
|
-
|
|
188
|
-
### If rebase conflicts occur
|
|
189
|
-
|
|
190
|
-
```bash
|
|
191
|
-
git status # shows conflicted files
|
|
192
|
-
# edit each file to resolve <<<< ==== >>>> markers
|
|
193
|
-
git add <resolved-files>
|
|
194
|
-
git rebase --continue
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
If you cannot safely resolve a conflict, **abort the rebase immediately**:
|
|
198
|
-
```bash
|
|
199
|
-
git rebase --abort
|
|
200
|
-
```
|
|
201
|
-
The branch is left unchanged. Report the branch name and conflicted files to the
|
|
202
|
-
user. Continue the cascade for remaining branches; the user can resolve and push
|
|
203
|
-
this one manually before you loop back to merge it.
|
|
204
|
-
|
|
205
|
-
Conflicts mean two sessions touched the same file. Resolve carefully:
|
|
206
|
-
- Keep both changes if they're in different parts of the file
|
|
207
|
-
- If they overlap, understand what each session was doing and merge the intent
|
|
208
|
-
- When unsure, abort and escalate to the user
|
|
209
|
-
|
|
210
|
-
After resolving, push with `--force-with-lease --force-if-includes` and verify the
|
|
211
|
-
push landed (SHA check above) before moving to the next branch.
|
|
212
|
-
|
|
213
|
-
---
|
|
214
|
-
|
|
215
|
-
## Stage 5 — Repeat
|
|
216
|
-
|
|
217
|
-
Go back to Stage 2 with the new head of the queue. Check CI on the **new SHA**
|
|
218
|
-
produced by the rebase cascade push — not a pre-rebase result. Merge, cascade,
|
|
219
|
-
repeat until the queue is empty.
|
|
220
|
-
|
|
221
|
-
The full loop:
|
|
222
|
-
```
|
|
223
|
-
while queue not empty:
|
|
224
|
-
check CI on head PR
|
|
225
|
-
→ verify: gh pr view <n> headRefOid == SHA in gh pr checks output
|
|
226
|
-
→ wait for green; stop if failing
|
|
227
|
-
merge head PR (--rebase --delete-branch)
|
|
228
|
-
git fetch origin → confirm main advanced
|
|
229
|
-
for each remaining branch in queue order:
|
|
230
|
-
git checkout xt/<branch>
|
|
231
|
-
git rebase origin/main
|
|
232
|
-
git push --force-with-lease --force-if-includes
|
|
233
|
-
verify: git rev-parse HEAD == git rev-parse origin/xt/<branch>
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
---
|
|
237
|
-
|
|
238
|
-
## Stage 6 — Done
|
|
239
|
-
|
|
240
|
-
When the queue is empty:
|
|
241
|
-
|
|
242
|
-
```bash
|
|
243
|
-
# If you stashed changes in Stage 0, pop now:
|
|
244
|
-
git stash pop # report any conflicts — do not discard silently
|
|
245
|
-
|
|
246
|
-
gh pr list --state open
|
|
247
|
-
git log origin/main --oneline -5
|
|
248
|
-
```
|
|
249
|
-
|
|
250
|
-
Confirm no open xt/ PRs remain and show the user the final state of main.
|
|
251
|
-
|
|
252
|
-
---
|
|
253
|
-
|
|
254
|
-
## Edge cases
|
|
255
|
-
|
|
256
|
-
**PR was already merged**: `gh pr merge` will error. Skip it and continue.
|
|
257
|
-
|
|
258
|
-
**No commits between main and xt/branch**: branch was already absorbed into main.
|
|
259
|
-
Close the PR and continue.
|
|
260
|
-
|
|
261
|
-
**Branch was deleted** (worktree cleaned up by `xt end`): The remote branch
|
|
262
|
-
still exists (pushed by `xt end`). The local branch may not. Check out from remote:
|
|
263
|
-
```bash
|
|
264
|
-
git fetch origin
|
|
265
|
-
git checkout -b xt/<branch> origin/xt/<branch>
|
|
266
|
-
```
|
|
267
|
-
|
|
268
|
-
**CI never triggers after rebase push**: GitHub sometimes needs a nudge. Close and
|
|
269
|
-
re-open the PR, or push an empty commit:
|
|
270
|
-
```bash
|
|
271
|
-
git commit --allow-empty -m "trigger CI"
|
|
272
|
-
git push origin xt/<branch>
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
**Stale CI result after rebase**: Always confirm the SHA in `gh pr checks` matches
|
|
276
|
-
`git rev-parse origin/xt/<branch>` before treating a green result as valid. If they
|
|
277
|
-
differ, wait for the new run.
|
|
278
|
-
|
|
279
|
-
**Push rejected (lease violation)**: Do not retry blindly. Fetch and inspect:
|
|
280
|
-
```bash
|
|
281
|
-
git fetch origin xt/<branch>
|
|
282
|
-
git log origin/xt/<branch> --oneline -5
|
|
283
|
-
```
|
|
284
|
-
Decide whether the remote commits should be incorporated or overwritten, then act
|
|
285
|
-
deliberately.
|
|
286
|
-
|
|
287
|
-
**`gh auth` expired mid-run**: Stop the cascade immediately. Report which branches
|
|
288
|
-
were successfully rebased/pushed and which were not, so the user can resume from the
|
|
289
|
-
right point after re-authenticating.
|
|
290
|
-
|
|
291
|
-
**Uncommitted changes on current branch**: Stash before the cascade, pop after:
|
|
292
|
-
```bash
|
|
293
|
-
git stash push -m "xt-merge cascade stash"
|
|
294
|
-
# ... run cascade ...
|
|
295
|
-
git stash pop
|
|
296
|
-
```
|
|
297
|
-
If `git stash pop` produces conflicts, report them — do not silently discard work.
|
|
298
|
-
|
|
299
|
-
**Dependent sessions** (B was intentionally built on A's work): If session B was
|
|
300
|
-
started from inside session A's worktree rather than from main, B's branch already
|
|
301
|
-
contains A's commits. B will rebase cleanly onto main after A merges — the rebase
|
|
302
|
-
eliminates the duplicate commits. No special handling needed.
|
|
303
|
-
|
|
304
|
-
**Multiple conflicts across many PRs**: Abort each failing rebase (`git rebase --abort`)
|
|
305
|
-
and tackle them one at a time in queue order after the user resolves. Push each
|
|
306
|
-
resolved branch immediately so CI starts running in parallel.
|
|
307
|
-
|
|
308
|
-
**Rollback / abort mid-cascade**: If anything goes wrong and you need to stop cleanly:
|
|
309
|
-
1. `git rebase --abort` if a rebase is in progress
|
|
310
|
-
2. `git checkout <original-branch>` to return to where you started
|
|
311
|
-
3. `git stash pop` if you stashed in Stage 0
|
|
312
|
-
4. Report exactly which PRs were merged, which were rebased-and-pushed, and which
|
|
313
|
-
were untouched — so the user can resume or restart from the correct point.
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"name": "Node.js Quality Check Hook",
|
|
4
|
-
"description": "Quality checks optimized for Node.js TypeScript projects",
|
|
5
|
-
"projectType": "node-typescript",
|
|
6
|
-
"typescript": {
|
|
7
|
-
"enabled": true,
|
|
8
|
-
"showDependencyErrors": false
|
|
9
|
-
},
|
|
10
|
-
"eslint": {
|
|
11
|
-
"enabled": true,
|
|
12
|
-
"autofix": true
|
|
13
|
-
},
|
|
14
|
-
"prettier": {
|
|
15
|
-
"enabled": true,
|
|
16
|
-
"autofix": true
|
|
17
|
-
},
|
|
18
|
-
"general": {
|
|
19
|
-
"autofixSilent": true,
|
|
20
|
-
"debug": false
|
|
21
|
-
},
|
|
22
|
-
"rules": {
|
|
23
|
-
"console": {
|
|
24
|
-
"enabled": false,
|
|
25
|
-
"severity": "info",
|
|
26
|
-
"message": "Console is acceptable for CLI tools"
|
|
27
|
-
},
|
|
28
|
-
"asAny": {
|
|
29
|
-
"enabled": true,
|
|
30
|
-
"severity": "warning",
|
|
31
|
-
"message": "Prefer proper types or 'as unknown' for type assertions"
|
|
32
|
-
},
|
|
33
|
-
"debugger": {
|
|
34
|
-
"enabled": true,
|
|
35
|
-
"severity": "error",
|
|
36
|
-
"message": "Remove debugger statements before committing"
|
|
37
|
-
},
|
|
38
|
-
"todos": {
|
|
39
|
-
"enabled": true,
|
|
40
|
-
"severity": "info",
|
|
41
|
-
"patterns": ["TODO", "FIXME", "HACK"]
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"fileTypes": {
|
|
45
|
-
"cli": {
|
|
46
|
-
"patterns": ["index.ts", "index.js", "cli.ts", "cli.js"],
|
|
47
|
-
"paths": ["src/", "bin/"]
|
|
48
|
-
},
|
|
49
|
-
"transport": {
|
|
50
|
-
"patterns": ["*.ts", "*.js"],
|
|
51
|
-
"paths": ["src/client/", "src/server/", "typescript-sdk/src/client/", "typescript-sdk/src/server/"]
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"ignore": {
|
|
55
|
-
"paths": [
|
|
56
|
-
"node_modules/",
|
|
57
|
-
"build/",
|
|
58
|
-
"dist/",
|
|
59
|
-
".next/",
|
|
60
|
-
"coverage/",
|
|
61
|
-
"public/",
|
|
62
|
-
"*.config.js",
|
|
63
|
-
"*.config.ts"
|
|
64
|
-
]
|
|
65
|
-
}
|
|
66
|
-
}
|