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
package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/outputs/result.md
DELETED
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
# sync-docs Eval: Sprint Closeout
|
|
2
|
-
|
|
3
|
-
**Task:** "I just closed a bunch of bd issues this sprint and merged 3 PRs. The README.md is getting long — can you sync the docs and make sure everything's in order? Use sync-docs."
|
|
4
|
-
|
|
5
|
-
**Date:** 2026-03-18
|
|
6
|
-
**Working directory:** `/home/dawid/projects/xtrm-tools`
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
## Mandatory First Step: Serena Activation
|
|
11
|
-
|
|
12
|
-
The skill requires activating the Serena project first:
|
|
13
|
-
|
|
14
|
-
```javascript
|
|
15
|
-
mcp__serena__activate_project({ project: "/home/dawid/projects/xtrm-tools" })
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
Serena MCP was not available in this environment (`mcp__serena__*` tools not present). This step was noted but could not be executed. All Phase 4 doc edits are flagged as "Serena would be used here" rather than executed directly.
|
|
19
|
-
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
## Phase 1: Gather Context
|
|
23
|
-
|
|
24
|
-
**Script:** `python3 skills/sync-docs/scripts/context_gatherer.py --since=30`
|
|
25
|
-
|
|
26
|
-
**Status:** SUCCESS — ran from repo path (script not installed at `~/.claude/skills/sync-docs/`; skill has not been installed via `xtrm install`)
|
|
27
|
-
|
|
28
|
-
### Key Findings
|
|
29
|
-
|
|
30
|
-
**bd closed issues (20 in last 30 days):**
|
|
31
|
-
- 7x P0 bugs: dead code removal, commit gate fix, quality gates wiring, hash drift detection fix, main-guard Serena bypass, legacy hook cleanup, MCP sync guard fix
|
|
32
|
-
- 13x P1 tasks/bugs: hook injection retirement, Pi extensions audit, branch protection bug, blocking protocol fix, documentation update, beads statusline fix, main-guard Bash handler, beads.ts Pi commit gate, global hook registration (quality-gates, service-skills), global skills sync, xtrm init, architecture tests
|
|
33
|
-
|
|
34
|
-
**Merged PRs (git history, last 30 days — most recent 3):**
|
|
35
|
-
- PR #15: release/2.0.1 (2026-03-13)
|
|
36
|
-
- PR #14: chore/update-status-doc (2026-03-13)
|
|
37
|
-
- PR #13: fix/agents-target (2026-03-13)
|
|
38
|
-
|
|
39
|
-
**Recent commits (today, 2026-03-18):**
|
|
40
|
-
- Centralize guard tool rules and matcher expansion
|
|
41
|
-
- Deprecate install project command in favor of xtrm init
|
|
42
|
-
- Add global-first architecture regression tests
|
|
43
|
-
- Add project detection and service registry scaffolding to xtrm init
|
|
44
|
-
- Promote service and quality skills to global sync set
|
|
45
|
-
- Make service-skills extension CWD-aware and global
|
|
46
|
-
- Move quality gates to global Claude hooks
|
|
47
|
-
|
|
48
|
-
**bd memories available:** 20 entries — architecture decisions around beads gate, Pi session key, claude plugin workflow, blocking protocol format, etc.
|
|
49
|
-
|
|
50
|
-
**Serena drift check (from script):** `available: false` — context_gatherer delegates this to drift_detector.py which requires `yaml` module.
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
## Phase 2: Detect SSOT Drift
|
|
55
|
-
|
|
56
|
-
**Script:** `python3 ~/.claude/skills/documenting/scripts/drift_detector.py scan`
|
|
57
|
-
|
|
58
|
-
**Status:** SUCCESS (with workaround — required `pip install pyyaml --break-system-packages` due to externally-managed Python environment)
|
|
59
|
-
|
|
60
|
-
### Key Findings: 5 Stale Serena Memories
|
|
61
|
-
|
|
62
|
-
| Memory | Last Updated | Modified Files |
|
|
63
|
-
|---|---|---|
|
|
64
|
-
| `ssot_cli_hooks_2026-02-03` | 2026-02-25 | `hooks/guard-rules.mjs`, `hooks/hooks.json`, `hooks/main-guard.mjs` |
|
|
65
|
-
| `ssot_cli_universal_hub_2026-02-19` | 2026-02-25 | `cli/src/tests/policy-parity.test.ts`, `cli/src/commands/install-project.ts` |
|
|
66
|
-
| `ssot_cli_ux_improvements_2026-02-22` | 2026-02-25 | `cli/src/commands/install-project.ts` |
|
|
67
|
-
| `ssot_jaggers-agent-tools_installer_architecture_2026-02-03` | 2026-02-25 | `cli/src/tests/policy-parity.test.ts`, `cli/src/commands/install-project.ts` |
|
|
68
|
-
| `ssot_jaggers-agent-tools_migration_2026-02-01` | 2026-02-01 | `cli/src/tests/policy-parity.test.ts`, `cli/src/commands/install-project.ts` |
|
|
69
|
-
|
|
70
|
-
All 5 stale memories are due to changes in `hooks/` and `cli/src/` — consistent with the sprint's P0 bug fixes and architectural refactors.
|
|
71
|
-
|
|
72
|
-
**Recommended Phase 4 action:** Update all 5 memories using Serena tools (not Edit). Priority: `ssot_cli_hooks_*` due to guard-rules.mjs centralization commit today.
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## Phase 3: Analyze Document Structure
|
|
77
|
-
|
|
78
|
-
**Script:** `python3 skills/sync-docs/scripts/doc_structure_analyzer.py`
|
|
79
|
-
|
|
80
|
-
**Status:** PARTIAL SUCCESS — exit code 1 (due to `docs_gaps` detection returning issues count > 0), but full JSON report was produced.
|
|
81
|
-
|
|
82
|
-
### README.md
|
|
83
|
-
|
|
84
|
-
| Field | Value |
|
|
85
|
-
|---|---|
|
|
86
|
-
| Status | OK |
|
|
87
|
-
| Line count | 192 / 200 threshold |
|
|
88
|
-
| Sections | 24 |
|
|
89
|
-
| Extraction candidates | None flagged |
|
|
90
|
-
|
|
91
|
-
README is 192 lines — 8 lines under the 200-line bloat threshold. The user's concern that it is "getting long" is valid but technically not yet `BLOATED` by the script's threshold. **No extraction is required yet**, but it is approaching the limit.
|
|
92
|
-
|
|
93
|
-
### CHANGELOG.md
|
|
94
|
-
|
|
95
|
-
| Field | Value |
|
|
96
|
-
|---|---|
|
|
97
|
-
| Status | OK |
|
|
98
|
-
| Last entry date | 2026-03-12 |
|
|
99
|
-
| Last commit date | 2026-03-18 |
|
|
100
|
-
| Issues | None flagged (script) |
|
|
101
|
-
|
|
102
|
-
**Note:** The script flagged this as OK, but manual inspection shows the CHANGELOG has no entries since 2026-03-12, while git shows 15+ commits today (2026-03-18) including a v2.4.0 release, quality gates wiring, MCP sync guard fix, plugin migration guide, and global-first architecture work. The CHANGELOG is substantively stale relative to the sprint's output. The script's "OK" verdict appears to rely only on the `[Unreleased]` section — it doesn't detect that recent merged PRs with versioned commits (v2.4.0) have no corresponding CHANGELOG section.
|
|
103
|
-
|
|
104
|
-
### docs/ Gaps
|
|
105
|
-
|
|
106
|
-
No missing files flagged — the expected files (hooks.md, pi-extensions.md, policies.md, mcp-servers.md) all exist.
|
|
107
|
-
|
|
108
|
-
### Existing docs/ Status
|
|
109
|
-
|
|
110
|
-
| File | Status | Line Count | Issue |
|
|
111
|
-
|---|---|---|---|
|
|
112
|
-
| `docs/hooks.md` | INVALID_SCHEMA | 106 | Missing YAML frontmatter |
|
|
113
|
-
| `docs/mcp-servers.md` | OK | 25 | — |
|
|
114
|
-
| `docs/mcp.md` | INVALID_SCHEMA | 84 | Missing YAML frontmatter |
|
|
115
|
-
| `docs/pi-extensions.md` | OK | 25 | — |
|
|
116
|
-
| `docs/policies.md` | OK | 25 | — |
|
|
117
|
-
| `docs/pre-install-cleanup.md` | INVALID_SCHEMA | 107 | Missing YAML frontmatter |
|
|
118
|
-
| `docs/project-skills.md` | INVALID_SCHEMA | 78 | Missing YAML frontmatter |
|
|
119
|
-
| `docs/skills.md` | INVALID_SCHEMA | 89 | Missing YAML frontmatter |
|
|
120
|
-
| `docs/testing.md` | INVALID_SCHEMA | 125 | Missing YAML frontmatter |
|
|
121
|
-
| `docs/todo.md` | INVALID_SCHEMA | 4 | Missing YAML frontmatter |
|
|
122
|
-
|
|
123
|
-
7 out of 10 docs/ files are missing YAML frontmatter. The files have content (markdown headings, sections) but were never scaffolded with the required schema.
|
|
124
|
-
|
|
125
|
-
---
|
|
126
|
-
|
|
127
|
-
## Phase 4: Decisions and Actions
|
|
128
|
-
|
|
129
|
-
### Decision Table
|
|
130
|
-
|
|
131
|
-
| Finding | Decision | Action |
|
|
132
|
-
|---|---|---|
|
|
133
|
-
| README at 192 lines (near threshold) | Monitor — no extraction yet | Log warning; re-check after next sprint |
|
|
134
|
-
| CHANGELOG last entry 2026-03-12, v2.4.0 not reflected | Update CHANGELOG | Add entries for v2.4.0 and sprint P0 fixes via `add_entry.py` |
|
|
135
|
-
| 5 stale Serena memories | Update with Serena tools | Use `mcp__serena__replace_symbol_body` + bump version + regenerate INDEX |
|
|
136
|
-
| 7 docs/ files missing frontmatter | Add YAML frontmatter | Use `validate_doc.py --generate` scaffold + Serena to insert |
|
|
137
|
-
| `docs/todo.md` (4 lines) | Investigate — possibly remove or expand | Content is placeholder-only |
|
|
138
|
-
| `docs/mcp.md` + `docs/mcp-servers.md` | Consolidate? | Two MCP docs exist; mcp.md has no frontmatter and 84 lines — consider merging into mcp-servers.md |
|
|
139
|
-
|
|
140
|
-
### Actions Taken
|
|
141
|
-
|
|
142
|
-
**CHANGELOG update (recommended, not executed — Serena required for doc edits):**
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
python3 ~/.claude/skills/documenting/scripts/changelog/add_entry.py \
|
|
146
|
-
CHANGELOG.md Added "v2.4.0: Global-first architecture — quality gates and service-skills promoted to global sync, xtrm init project detection, guard rules centralization"
|
|
147
|
-
|
|
148
|
-
python3 ~/.claude/skills/documenting/scripts/changelog/add_entry.py \
|
|
149
|
-
CHANGELOG.md Fixed "P0: MCP sync guard placement, hash-based drift detection misclassification, commit gate stale-claim bug, dead code removal (cli/index.js)"
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
**docs/ frontmatter scaffolding (recommended, Serena required):**
|
|
153
|
-
|
|
154
|
-
For each of the 7 failing files, the skill instructs generating a scaffold first:
|
|
155
|
-
|
|
156
|
-
```bash
|
|
157
|
-
python3 skills/sync-docs/scripts/validate_doc.py --generate docs/hooks.md \
|
|
158
|
-
--title "Hooks Reference" --scope "hooks" --category "reference" \
|
|
159
|
-
--source-for "hooks/**/*.mjs,hooks/hooks.json"
|
|
160
|
-
|
|
161
|
-
python3 skills/sync-docs/scripts/validate_doc.py --generate docs/skills.md \
|
|
162
|
-
--title "Skills Catalog" --scope "skills" --category "reference" \
|
|
163
|
-
--source-for "skills/**/*"
|
|
164
|
-
|
|
165
|
-
# (repeat for mcp.md, pre-install-cleanup.md, project-skills.md, testing.md, todo.md)
|
|
166
|
-
```
|
|
167
|
-
|
|
168
|
-
Then use `mcp__serena__insert_after_symbol` to prepend frontmatter into each file.
|
|
169
|
-
|
|
170
|
-
**Stale memory updates (Serena required):**
|
|
171
|
-
|
|
172
|
-
```javascript
|
|
173
|
-
// For ssot_cli_hooks_2026-02-03 — reflect guard-rules.mjs centralization and Bash matcher fix
|
|
174
|
-
mcp__serena__find_symbol({ name: "ssot_cli_hooks_2026-02-03", include_body: true })
|
|
175
|
-
mcp__serena__replace_symbol_body({ symbol_name: "...", new_body: "..." })
|
|
176
|
-
// bump version: patch (content fix) and update `updated:` to 2026-03-18
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
**bd remember (after structural work):**
|
|
180
|
-
|
|
181
|
-
```bash
|
|
182
|
-
bd remember "docs/ audit: 7/10 files missing frontmatter, 5 Serena memories stale (hooks + CLI installer arch), CHANGELOG missing v2.4.0 sprint entries. README at 192 lines — not yet bloated." --key sync-docs-audit-2026-03-18
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
## Phase 5: Validate
|
|
188
|
-
|
|
189
|
-
**Script:** `python3 skills/sync-docs/scripts/validate_doc.py /home/dawid/projects/xtrm-tools/docs/`
|
|
190
|
-
|
|
191
|
-
**Status:** FAILED (exit code 1)
|
|
192
|
-
|
|
193
|
-
**Result: 3/10 files passed**
|
|
194
|
-
|
|
195
|
-
| File | Result |
|
|
196
|
-
|---|---|
|
|
197
|
-
| `docs/mcp-servers.md` | PASS |
|
|
198
|
-
| `docs/pi-extensions.md` | PASS |
|
|
199
|
-
| `docs/policies.md` | PASS |
|
|
200
|
-
| `docs/hooks.md` | FAIL — missing frontmatter |
|
|
201
|
-
| `docs/mcp.md` | FAIL — missing frontmatter |
|
|
202
|
-
| `docs/pre-install-cleanup.md` | FAIL — missing frontmatter |
|
|
203
|
-
| `docs/project-skills.md` | FAIL — missing frontmatter |
|
|
204
|
-
| `docs/skills.md` | FAIL — missing frontmatter |
|
|
205
|
-
| `docs/testing.md` | FAIL — missing frontmatter |
|
|
206
|
-
| `docs/todo.md` | FAIL — missing frontmatter |
|
|
207
|
-
|
|
208
|
-
Validation cannot pass until frontmatter is added to the 7 failing files. This is the primary open action item.
|
|
209
|
-
|
|
210
|
-
---
|
|
211
|
-
|
|
212
|
-
## Summary of Findings
|
|
213
|
-
|
|
214
|
-
| Category | Finding | Severity |
|
|
215
|
-
|---|---|---|
|
|
216
|
-
| docs/ schema | 7/10 files missing YAML frontmatter | HIGH — blocks validate_doc.py |
|
|
217
|
-
| Serena memories | 5 stale (hooks, CLI installer arch, UX, migration) | HIGH — AI context drift |
|
|
218
|
-
| CHANGELOG | Missing v2.4.0 and all 2026-03-18 sprint entries | MEDIUM |
|
|
219
|
-
| README | 192 lines — near 200-line threshold | LOW — monitor |
|
|
220
|
-
| MCP docs | Two overlapping files (mcp.md + mcp-servers.md) | LOW — consolidation candidate |
|
|
221
|
-
| docs/todo.md | 4 lines, no frontmatter, likely placeholder | LOW — review or remove |
|
|
222
|
-
|
|
223
|
-
---
|
|
224
|
-
|
|
225
|
-
## Issues with the Skill Instructions
|
|
226
|
-
|
|
227
|
-
1. **Script path assumes installed location.** The skill says `python3 "$HOME/.claude/skills/sync-docs/scripts/..."` but the scripts are only in the repo at `skills/sync-docs/scripts/`. If the skill is not installed via `xtrm install`, the path fails. The skill should document the fallback path or require installation first.
|
|
228
|
-
|
|
229
|
-
2. **drift_detector.py requires `pyyaml` — not in stdlib.** The CLAUDE.md states "Standard library only (no external deps for hooks)" but `drift_detector.py` imports `yaml`. This breaks on clean systems with externally-managed Python (Fedora, macOS with Homebrew). The script should use `tomllib` (3.11+) or a pure-stdlib frontmatter parser, or document the dependency explicitly.
|
|
230
|
-
|
|
231
|
-
3. **Serena dependency is a hard blocker.** All Phase 4 doc edits require Serena (`mcp__serena__*`). If Serena MCP is not configured, Phase 4 cannot be executed at all. The skill should note a fallback (e.g., manual Edit tool with explicit warning) rather than leaving the phase entirely blocked.
|
|
232
|
-
|
|
233
|
-
4. **CHANGELOG "OK" verdict is misleading.** The script returns OK for CHANGELOG because an `[Unreleased]` section exists, but does not detect that a versioned release (v2.4.0 via `chore: release v2.4.0` commit) has no corresponding dated section. The gap between last dated entry (2026-03-12) and today's 15+ commits is invisible to the script.
|
|
234
|
-
|
|
235
|
-
5. **`context_gatherer.py` reports `serena_drift: available: false`** — the embedded drift check silently fails when `yaml` is unavailable, returning an empty result instead of an error. This masks drift data in the Phase 1 report.
|
|
236
|
-
|
|
237
|
-
6. **`doc_structure_analyzer.py` exits 1 even on informational output.** The exit code 1 fires because `summary.needs_attention: true`, but the JSON report is complete and useful. A shell caller treating non-zero as failure would suppress the output. The script should exit 0 with the report and only exit 1 on actual script errors.
|
package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/grading.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 1,
|
|
3
|
-
"run": "with_skill",
|
|
4
|
-
"expectations": [
|
|
5
|
-
{
|
|
6
|
-
"text": "Ran context_gatherer.py and reported bd closed issues or merged PRs from the output",
|
|
7
|
-
"passed": true,
|
|
8
|
-
"evidence": "Ran context_gatherer.py, reported 20 bd closed issues with IDs and titles, 3 merged PRs with SHAs and dates, 15 recent commits"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"text": "Ran doc_structure_analyzer.py and used its output to identify doc issues",
|
|
12
|
-
"passed": true,
|
|
13
|
-
"evidence": "Ran doc_structure_analyzer.py, referenced MISSING status for docs/pi-extensions.md, hooks.md, mcp-servers.md, policies.md, skills.md and EXTRACTABLE for README"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"text": "Produced at least one concrete recommendation or action (not just a vague summary)",
|
|
17
|
-
"passed": true,
|
|
18
|
-
"evidence": "Named specific files: docs/pi-extensions.md, docs/hooks.md, docs/mcp-servers.md, docs/policies.md with explicit next steps for each"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"text": "Used the skill scripts rather than just reading files manually",
|
|
22
|
-
"passed": true,
|
|
23
|
-
"evidence": "Ran 3 scripts (context_gatherer.py, drift_detector.py, doc_structure_analyzer.py) with explicit output included in report"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"summary": { "passed": 4, "failed": 0, "total": 4, "pass_rate": 1.0 },
|
|
27
|
-
"notes": "Strong run. Correctly handled missing global install by using local path. Gracefully noted Serena unavailability. One issue: ran drift_detector.py but it required pyyaml pip install — skill should note this fallback."
|
|
28
|
-
}
|
package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/timing.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"total_tokens": 32027, "duration_ms": 160761, "total_duration_seconds": 160.8}
|
package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/outputs/result.md
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
# Doc Sync Report — Sprint Closeout (2026-03-18)
|
|
2
|
-
|
|
3
|
-
## What Was Done
|
|
4
|
-
|
|
5
|
-
Reviewed all primary documentation files against recent git history to assess accuracy and identify gaps after sprint work on the `feature/jaggers-agent-tools-4xr6` branch.
|
|
6
|
-
|
|
7
|
-
**Tools and sources consulted:**
|
|
8
|
-
- `git log --oneline` (full history + branch-only)
|
|
9
|
-
- `git log --name-only main..HEAD` (files changed per branch commit)
|
|
10
|
-
- Read: `README.md`, `CHANGELOG.md`, `XTRM-GUIDE.md`, `ROADMAP.md`, `AGENTS.md`
|
|
11
|
-
- `package.json` and `cli/package.json` for current version
|
|
12
|
-
- `ls skills/` for skills catalog comparison
|
|
13
|
-
- No `bd` (beads) CLI was run — no `.beads/` DB was found in this repo root
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
## Branch Summary (main..HEAD, 7 commits)
|
|
18
|
-
|
|
19
|
-
| Commit | Change |
|
|
20
|
-
|--------|--------|
|
|
21
|
-
| `54d9978` | Centralize guard tool rules and matcher expansion (guard-rules.mjs, hooks.json, policies) |
|
|
22
|
-
| `f8e37f9` | Deprecate `install project` command in favor of `xtrm init` (XTRM-GUIDE + install-project.ts) |
|
|
23
|
-
| `c1d5182` | Add global-first architecture regression tests |
|
|
24
|
-
| `d83384e` | Add project detection and service registry scaffolding to `xtrm init` |
|
|
25
|
-
| `e35fa46` | Promote service and quality skills to global sync set (multiple skills + scripts) |
|
|
26
|
-
| `b6c057f` | Make service-skills extension CWD-aware and global |
|
|
27
|
-
| `02fe064` | Move quality gates to global Claude hooks |
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## Documentation Issues Found
|
|
32
|
-
|
|
33
|
-
### 1. Version Mismatch — README.md and XTRM-GUIDE.md out of date
|
|
34
|
-
|
|
35
|
-
**Severity: High**
|
|
36
|
-
|
|
37
|
-
- `package.json` reports version **2.4.1**
|
|
38
|
-
- `cli/package.json` reports version **2.4.1**
|
|
39
|
-
- `README.md` header says **Version 2.3.0** (line 5) and the version history table tops out at 2.3.0
|
|
40
|
-
- `XTRM-GUIDE.md` also says **Version 2.3.0** (line 2) and version history tops at 2.3.0
|
|
41
|
-
- `XTRM-GUIDE.md` plugin.json snippet hardcodes `"version": "2.3.0"` (line ~122)
|
|
42
|
-
|
|
43
|
-
The CHANGELOG shows `[2.4.0]` was released (commit `10d6433: chore: release v2.4.0 (#110)`), but no `[2.4.0]` section exists in `CHANGELOG.md`. The current `package.json` is already at 2.4.1. The CHANGELOG's `[Unreleased]` section contains items that were landed before the 2.4.0 release tag.
|
|
44
|
-
|
|
45
|
-
### 2. CHANGELOG [Unreleased] Section Is Stale / Missing Branch Changes
|
|
46
|
-
|
|
47
|
-
**Severity: High**
|
|
48
|
-
|
|
49
|
-
The `[Unreleased]` section in `CHANGELOG.md` documents:
|
|
50
|
-
- `AGENTS.md` bd section
|
|
51
|
-
- `xtrm install project all`
|
|
52
|
-
- Claude-only target detection fix
|
|
53
|
-
- Project-skill install-all regression tests
|
|
54
|
-
|
|
55
|
-
None of the 7 branch commits are captured in `[Unreleased]`. The following shipped changes are undocumented:
|
|
56
|
-
- Quality gates moved to global Claude hooks (`02fe064`)
|
|
57
|
-
- Service-skills extension made CWD-aware and global (`b6c057f`)
|
|
58
|
-
- Global service and quality skills promotion (`e35fa46`)
|
|
59
|
-
- `xtrm init` project detection + service registry scaffolding (`d83384e`)
|
|
60
|
-
- Global-first architecture regression tests (`c1d5182`)
|
|
61
|
-
- `install project` command deprecation (`f8e37f9`)
|
|
62
|
-
- Guard tool rules centralized into `guard-rules.mjs` (`54d9978`)
|
|
63
|
-
|
|
64
|
-
There is also no `[2.4.0]` or `[2.4.1]` section — the release commit exists in git but was never written to the changelog.
|
|
65
|
-
|
|
66
|
-
### 3. README.md CLI Commands Table — Stale Entry
|
|
67
|
-
|
|
68
|
-
**Severity: Medium**
|
|
69
|
-
|
|
70
|
-
`README.md` line 99 lists:
|
|
71
|
-
```
|
|
72
|
-
| `install project <name>` | Install project skill |
|
|
73
|
-
```
|
|
74
|
-
Commit `f8e37f9` explicitly deprecates this command in favor of `xtrm init`. The XTRM-GUIDE was updated (correctly showing it as `**Deprecated**`), but README.md was not updated and still presents this as a live command without any deprecation note. `xtrm init` / `project init` are absent from the README command table entirely.
|
|
75
|
-
|
|
76
|
-
### 4. README.md Version History Table Capped at 2.3.0
|
|
77
|
-
|
|
78
|
-
**Severity: Medium**
|
|
79
|
-
|
|
80
|
-
The Version History table at the bottom of README.md shows:
|
|
81
|
-
```
|
|
82
|
-
| 2.3.0 | 2026-03-17 | Plugin structure, policy compiler, Pi extension parity |
|
|
83
|
-
```
|
|
84
|
-
There is no row for 2.4.0 or 2.4.1.
|
|
85
|
-
|
|
86
|
-
### 5. ROADMAP.md "Completed in v2.1.9" — Outdated Header
|
|
87
|
-
|
|
88
|
-
**Severity: Low**
|
|
89
|
-
|
|
90
|
-
The ROADMAP's completed section header says `Completed in v2.1.9 (2026-03-15)`. There is no section for work completed in v2.4.x, even though multiple roadmap items relate to global-first architecture (quality gates global, service skills global) that are now shipped.
|
|
91
|
-
|
|
92
|
-
### 6. XTRM-GUIDE.md Skills Catalog — Likely Accurate
|
|
93
|
-
|
|
94
|
-
**Severity: None (verified OK)**
|
|
95
|
-
|
|
96
|
-
The skills catalog in XTRM-GUIDE.md (lines 227-252) was updated recently in commit `9f1b1c1 (docs(xtrm-guide): fix skills catalog, Pi events, policy table, version history)`. It lists all skills found under `skills/` including new global skills like `creating-service-skills`, `scoping-service-skills`, `updating-service-skills`, `using-quality-gates`, and `using-service-skills`. This is up to date.
|
|
97
|
-
|
|
98
|
-
### 7. XTRM-GUIDE.md Policy Table — Matches Current State
|
|
99
|
-
|
|
100
|
-
**Severity: None (verified OK)**
|
|
101
|
-
|
|
102
|
-
The policy table in XTRM-GUIDE includes `service-skills.json` (pi, order 40) which was added in `b6c057f`. This is accurate.
|
|
103
|
-
|
|
104
|
-
### 8. XTRM-GUIDE.md Pi Extensions Table — Includes service-skills.ts
|
|
105
|
-
|
|
106
|
-
**Severity: None (verified OK)**
|
|
107
|
-
|
|
108
|
-
`service-skills.ts` is listed as a Pi extension. Consistent with the current state.
|
|
109
|
-
|
|
110
|
-
---
|
|
111
|
-
|
|
112
|
-
## Summary of Gaps
|
|
113
|
-
|
|
114
|
-
| File | Gap | Severity |
|
|
115
|
-
|------|-----|----------|
|
|
116
|
-
| `README.md` | Version badge/header says 2.3.0, should be 2.4.1 | High |
|
|
117
|
-
| `README.md` | CLI table missing `xtrm init`, `project init`; `install project` not marked deprecated | Medium |
|
|
118
|
-
| `README.md` | Version History table missing 2.4.0 and 2.4.1 rows | Medium |
|
|
119
|
-
| `XTRM-GUIDE.md` | Version header says 2.3.0, should be 2.4.1 | High |
|
|
120
|
-
| `XTRM-GUIDE.md` | plugin.json snippet shows 2.3.0 | Low |
|
|
121
|
-
| `CHANGELOG.md` | No `[2.4.0]` or `[2.4.1]` sections; release exists in git only | High |
|
|
122
|
-
| `CHANGELOG.md` | All 7 branch commits undocumented | High |
|
|
123
|
-
| `ROADMAP.md` | No completed entry for v2.4.x work | Low |
|
|
124
|
-
|
|
125
|
-
---
|
|
126
|
-
|
|
127
|
-
## Recommended Next Steps (not done — no commits made)
|
|
128
|
-
|
|
129
|
-
1. **Promote `[Unreleased]` to `[2.4.0]`** in CHANGELOG.md, add a `[2.4.1]` section for the branch's changes, then add a new empty `[Unreleased]` section at the top.
|
|
130
|
-
2. **Update README.md**: change version badge to 2.4.1, update CLI commands table to add `xtrm init` and mark `install project` as deprecated, add 2.4.0/2.4.1 rows to Version History.
|
|
131
|
-
3. **Update XTRM-GUIDE.md**: change version header and plugin.json snippet to 2.4.1.
|
|
132
|
-
4. **Update ROADMAP.md**: add a `Completed in v2.4.x (2026-03-18)` block listing the global-first architecture work.
|
|
133
|
-
|
|
134
|
-
No files were modified. No commits were made.
|
package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/grading.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 1,
|
|
3
|
-
"run": "without_skill",
|
|
4
|
-
"expectations": [
|
|
5
|
-
{
|
|
6
|
-
"text": "Ran context_gatherer.py and reported bd closed issues or merged PRs from the output",
|
|
7
|
-
"passed": false,
|
|
8
|
-
"evidence": "Did not run context_gatherer.py. Used git log manually. Reported 'No .beads/ DB was found' which is wrong — .beads/ exists. Missed all 20 closed bd issues."
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"text": "Ran doc_structure_analyzer.py and used its output to identify doc issues",
|
|
12
|
-
"passed": false,
|
|
13
|
-
"evidence": "Did not run doc_structure_analyzer.py. Manually read README.md, package.json, and CHANGELOG.md."
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"text": "Produced at least one concrete recommendation or action (not just a vague summary)",
|
|
17
|
-
"passed": true,
|
|
18
|
-
"evidence": "Found version mismatch (2.3.0 vs 2.4.1 in package.json), identified 7 undocumented branch commits in CHANGELOG, named specific line references."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"text": "Used the skill scripts rather than just reading files manually",
|
|
22
|
-
"passed": false,
|
|
23
|
-
"evidence": "No skill scripts were used. All findings came from manual git log, file reads, and README inspection."
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"summary": { "passed": 1, "failed": 3, "total": 4, "pass_rate": 0.25 },
|
|
27
|
-
"notes": "The baseline found real value (version mismatch, CHANGELOG staleness) but missed the bd context entirely and produced a different kind of audit than the skill — focused on consistency checking rather than structural doc management."
|
|
28
|
-
}
|
package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/timing.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"total_tokens": 50241, "duration_ms": 130768, "total_duration_seconds": 130.8}
|