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,101 +0,0 @@
|
|
|
1
|
-
# Doc Audit: README.md vs docs/
|
|
2
|
-
|
|
3
|
-
## Summary
|
|
4
|
-
|
|
5
|
-
The README.md is 193 lines and covers six substantive topic areas beyond Quick Start and installation. Four of those areas already have dedicated, more detailed counterparts in `docs/`. The README duplicates content that belongs in those files, and in some cases adds detail not present in the docs files. The core recommendation is: the README should shrink to an orientation document (Quick Start, What's Included overview, links), with deeper content living exclusively in `docs/`.
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## Findings by Section
|
|
10
|
-
|
|
11
|
-
### 1. "Hooks Reference" (README lines 114–141) — MOVE to docs/hooks.md
|
|
12
|
-
|
|
13
|
-
**Problem:** The README contains a full hooks reference section covering event types, Main Guard behavior, and Beads Gate behavior in table form. `docs/hooks.md` already exists and covers the same ground with significantly more detail (hook groups, install profiles, operational workflow, troubleshooting).
|
|
14
|
-
|
|
15
|
-
**What the README adds that docs/hooks.md lacks:** Nothing materially new. The event type table in README (`SessionStart`, `PreToolUse`, `PostToolUse`, `Stop`, `PreCompact`) is a subset of what `docs/hooks.md` covers. The Beads Gate table in README is a simplified version of the hook groups table in docs.
|
|
16
|
-
|
|
17
|
-
**Recommendation:** Remove the "Hooks Reference" section from README entirely. Add a single line: `See [docs/hooks.md](docs/hooks.md) for the full hooks reference.` Ensure `docs/hooks.md` covers `PreCompact` (currently missing from that file).
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
### 2. "Policy System" (README lines 66–87) — MOVE to docs/ (no existing file)
|
|
22
|
-
|
|
23
|
-
**Problem:** The Policy System section (policy files table, compiler commands) is a substantive reference block — 20 lines of tables and code. There is no dedicated `docs/policies.md` or equivalent. This content currently lives only in the README with no docs/ home.
|
|
24
|
-
|
|
25
|
-
**Why it's too detailed for README:** Policy file names, runtime targets (`both`/`pi`/`claude`), and compiler CLI flags (`--check`) are operational reference details. A user scanning the README to understand what xtrm-tools does does not need this level of detail to orient themselves.
|
|
26
|
-
|
|
27
|
-
**Recommendation:** Create `docs/policies.md` to house this content. In the README, replace the section with: `The policy system compiles \`policies/*.json\` into hooks and Pi extensions. See [docs/policies.md](docs/policies.md).`
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
### 3. "MCP Servers" (README lines 143–158) — MOVE to docs/mcp.md
|
|
32
|
-
|
|
33
|
-
**Problem:** The README includes an MCP Servers section listing both the `.mcp.json` servers and the official Claude plugins installed during `xtrm install all`. `docs/mcp.md` already exists and is more thorough (canonical sources, server inventory with prerequisites, operational workflow, troubleshooting).
|
|
34
|
-
|
|
35
|
-
**What README adds that docs/mcp.md lacks:** The list of official Claude plugins (`serena@claude-plugins-official`, `context7@claude-plugins-official`, `github@claude-plugins-official`, `ralph-loop@claude-plugins-official`) is NOT in `docs/mcp.md`. This is a gap in the docs file, not a reason to keep it in the README.
|
|
36
|
-
|
|
37
|
-
**Recommendation:** Remove the MCP Servers section from README. Add the official Claude plugins list to `docs/mcp.md`. Replace README section with a link to `docs/mcp.md`.
|
|
38
|
-
|
|
39
|
-
---
|
|
40
|
-
|
|
41
|
-
### 4. "CLI Commands" (README lines 89–111) — PARTIAL MOVE
|
|
42
|
-
|
|
43
|
-
**Problem:** The CLI Commands section (command table + flags table) is the most borderline case. Quick install commands belong in a README. But the full commands table (6 commands) plus a separate flags table (3 flags) is reference material.
|
|
44
|
-
|
|
45
|
-
**What exists in docs/:** No dedicated `docs/cli.md` exists. `docs/skills.md` mentions a few commands in passing. The XTRM-GUIDE.md (the stated "Complete Guide") covers CLI commands in full.
|
|
46
|
-
|
|
47
|
-
**Recommendation:** Keep only the install commands (`xtrm install all`, one-liner) in the README Quick Start. Move the full command/flag tables to `XTRM-GUIDE.md` (which already covers CLI) or to a new `docs/cli.md`. The README currently duplicates what XTRM-GUIDE.md already documents.
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
### 5. "Version History" (README lines 179–188) — REMOVE from README
|
|
52
|
-
|
|
53
|
-
**Problem:** A four-row version history table in the README is redundant given that CHANGELOG.md is explicitly linked at the top of the README (`[Changelog](CHANGELOG.md)`). It will fall out of date as soon as new versions ship.
|
|
54
|
-
|
|
55
|
-
**Recommendation:** Remove the Version History table entirely. The link to CHANGELOG.md at the top of the file is sufficient.
|
|
56
|
-
|
|
57
|
-
---
|
|
58
|
-
|
|
59
|
-
### 6. "Plugin Structure" (README lines 52–63) — BORDERLINE (keep short, consider moving detail)
|
|
60
|
-
|
|
61
|
-
**Problem:** The Plugin Structure block (directory tree + explanation of `${CLAUDE_PLUGIN_ROOT}`) is 12 lines. It is useful orientation, but the symlink structure and environment variable explanation are implementation details.
|
|
62
|
-
|
|
63
|
-
**Recommendation:** Keep a one-line description of the plugin layout in the README. Move the annotated directory tree and `${CLAUDE_PLUGIN_ROOT}` explanation to `docs/` (either a new `docs/plugin-structure.md` or into XTRM-GUIDE.md which already has an Architecture section with an ASCII diagram).
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## Sections That Belong in the README (No Change Needed)
|
|
68
|
-
|
|
69
|
-
| Section | Why It Belongs |
|
|
70
|
-
|---------|---------------|
|
|
71
|
-
| Quick Start | Orientation content — every README needs this |
|
|
72
|
-
| What's Included (tables) | High-level capability overview, not deep reference |
|
|
73
|
-
| Issue Tracking (Beads) — 3-line snippet | Minimal orientation example, not a full reference |
|
|
74
|
-
| Documentation links | Correct: pointing users to deeper docs |
|
|
75
|
-
| License | Standard |
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## docs/ Files With No README Counterpart (No Action Needed)
|
|
80
|
-
|
|
81
|
-
These files in `docs/` cover topics the README doesn't attempt to address. They are appropriately scoped to docs/:
|
|
82
|
-
|
|
83
|
-
- `docs/skills.md` — authoring contract, skill catalog details
|
|
84
|
-
- `docs/project-skills.md` — project-scoped skill installation
|
|
85
|
-
- `docs/testing.md` — testing guidance
|
|
86
|
-
- `docs/pre-install-cleanup.md` — pre-install hygiene
|
|
87
|
-
- `docs/plans/` — implementation plans and design docs (internal)
|
|
88
|
-
- `docs/reference/` — upstream reference material (Anthropic/Gemini docs)
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## Prioritized Action List
|
|
93
|
-
|
|
94
|
-
1. **Remove "Version History" table** from README — pure redundancy, immediate win.
|
|
95
|
-
2. **Remove "Hooks Reference" section** from README — fully covered by `docs/hooks.md`. Add one link sentence.
|
|
96
|
-
3. **Remove "MCP Servers" section** from README — covered by `docs/mcp.md`. First add official Claude plugins list to `docs/mcp.md`, then remove README section.
|
|
97
|
-
4. **Move "Policy System" section** to a new `docs/policies.md` — no existing home for this content.
|
|
98
|
-
5. **Trim "CLI Commands"** in README to install commands only; consolidate full table into XTRM-GUIDE.md or `docs/cli.md`.
|
|
99
|
-
6. **Trim "Plugin Structure"** to one line; move annotated tree to XTRM-GUIDE.md Architecture section.
|
|
100
|
-
|
|
101
|
-
After these changes, the README should be approximately 60-70 lines: tagline, Quick Start, high-level What's Included tables, and links to deeper references.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 3,
|
|
3
|
-
"run": "without_skill",
|
|
4
|
-
"expectations": [
|
|
5
|
-
{
|
|
6
|
-
"text": "Ran doc_structure_analyzer.py and referenced its structured output",
|
|
7
|
-
"passed": false,
|
|
8
|
-
"evidence": "Did not run doc_structure_analyzer.py. All findings came from manual README.md reads with line numbers."
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"text": "Named specific README sections with their suggested docs/ destination",
|
|
12
|
-
"passed": true,
|
|
13
|
-
"evidence": "Named 6 specific sections with line numbers: Hooks Reference (114-141)→docs/hooks.md, Policy System (66-87)→new docs/policies.md, MCP Servers (143-158)→docs/mcp.md, CLI Commands (89-111)→XTRM-GUIDE.md, Version History (179-188)→remove, Plugin Structure (52-63)→borderline."
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"text": "Report is actionable — tells user exactly what to do next, not just observations",
|
|
17
|
-
"passed": true,
|
|
18
|
-
"evidence": "Each section has a specific Recommendation: block with exact action (Remove section, Add single link, Create docs/policies.md, etc.). Estimated README would shrink from 193 to 60-70 lines."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"text": "Did not edit or create any files (audit only)",
|
|
22
|
-
"passed": true,
|
|
23
|
-
"evidence": "Report explicitly states no files were modified. Audit-only as instructed."
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"summary": { "passed": 3, "failed": 1, "total": 4, "pass_rate": 0.75 },
|
|
27
|
-
"notes": "Strong manual analysis — named sections with precise line numbers, more detail than the script-based approach for pure audit. The weakness is no structured/reproducible output and missed the --fix context from the skill. Comparable quality to with_skill on this task."
|
|
28
|
-
}
|
package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/eval_metadata.json
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 2,
|
|
3
|
-
"eval_name": "fix-mode",
|
|
4
|
-
"prompt": "Run sync-docs --fix on this project and remember what you did with bd.",
|
|
5
|
-
"assertions": [
|
|
6
|
-
{
|
|
7
|
-
"id": "ran-fix-flag",
|
|
8
|
-
"description": "Ran doc_structure_analyzer.py with --fix flag",
|
|
9
|
-
"check": "result.md shows the --fix command was executed"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"id": "ran-bd-remember",
|
|
13
|
-
"description": "Ran with --bd-remember or manually ran bd remember with a summary",
|
|
14
|
-
"check": "result.md shows bd remember was called and reports the memory key"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": "scaffold-created",
|
|
18
|
-
"description": "At least one scaffold file was created in docs/",
|
|
19
|
-
"check": "result.md lists a docs/*.md file created, OR reports no gaps found (valid outcome)"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "validated-schema",
|
|
23
|
-
"description": "Ran validate_doc.py on created files to confirm schema",
|
|
24
|
-
"check": "result.md shows validate_doc.py was run and reports pass/fail for created files"
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
}
|
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
# sync-docs --fix Run Summary
|
|
2
|
-
|
|
3
|
-
**Date:** 2026-03-18
|
|
4
|
-
**Working directory:** /home/dawid/projects/xtrm-tools
|
|
5
|
-
**Skill:** sync-docs v1.0.0
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## Command Run
|
|
10
|
-
|
|
11
|
-
```
|
|
12
|
-
python3 skills/sync-docs/scripts/doc_structure_analyzer.py --fix --bd-remember
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
Note: The skill references `$HOME/.claude/skills/sync-docs/scripts/doc_structure_analyzer.py` but the scripts were not installed globally. The script was run from the local project path `skills/sync-docs/scripts/doc_structure_analyzer.py` instead.
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## Script Output (stdout + stderr)
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Fixing 3 missing docs/ files...
|
|
23
|
-
CREATED docs/pi-extensions.md
|
|
24
|
-
CREATED docs/mcp-servers.md
|
|
25
|
-
CREATED docs/policies.md
|
|
26
|
-
|
|
27
|
-
Persisted to bd memory: sync-docs-fix-2026-03-18
|
|
28
|
-
{
|
|
29
|
-
"project_root": "/home/dawid/projects/xtrm-tools",
|
|
30
|
-
"summary": {
|
|
31
|
-
"total_issues": 11,
|
|
32
|
-
"needs_attention": true
|
|
33
|
-
},
|
|
34
|
-
"readme": {
|
|
35
|
-
"status": "EXTRACTABLE",
|
|
36
|
-
"path": "README.md",
|
|
37
|
-
"line_count": 192,
|
|
38
|
-
"section_count": 24,
|
|
39
|
-
"threshold": 200,
|
|
40
|
-
"extraction_candidates": [
|
|
41
|
-
{
|
|
42
|
-
"section": "## Policy System",
|
|
43
|
-
"suggest": "docs/policies.md",
|
|
44
|
-
"reason": "Policy reference"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"section": "### Policy Files",
|
|
48
|
-
"suggest": "docs/policies.md",
|
|
49
|
-
"reason": "Policy reference"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"section": "## MCP Servers",
|
|
53
|
-
"suggest": "docs/mcp-servers.md",
|
|
54
|
-
"reason": "MCP server configuration"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"issues": []
|
|
58
|
-
},
|
|
59
|
-
"changelog": {
|
|
60
|
-
"status": "OK",
|
|
61
|
-
"path": "CHANGELOG.md",
|
|
62
|
-
"last_entry_date": "2026-03-12",
|
|
63
|
-
"last_commit_date": "2026-03-18",
|
|
64
|
-
"issues": []
|
|
65
|
-
},
|
|
66
|
-
"docs_gaps": [
|
|
67
|
-
{
|
|
68
|
-
"status": "MISSING",
|
|
69
|
-
"path": "docs/pi-extensions.md",
|
|
70
|
-
"reason": "Pi extensions directory exists",
|
|
71
|
-
"signal": "config/pi/extensions/"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"status": "MISSING",
|
|
75
|
-
"path": "docs/mcp-servers.md",
|
|
76
|
-
"reason": ".mcp.json present",
|
|
77
|
-
"signal": ".mcp.json"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"status": "MISSING",
|
|
81
|
-
"path": "docs/policies.md",
|
|
82
|
-
"reason": "policies/ directory exists",
|
|
83
|
-
"signal": "policies/"
|
|
84
|
-
}
|
|
85
|
-
],
|
|
86
|
-
"existing_docs": [
|
|
87
|
-
{
|
|
88
|
-
"status": "INVALID_SCHEMA",
|
|
89
|
-
"path": "docs/hooks.md",
|
|
90
|
-
"line_count": 106,
|
|
91
|
-
"has_frontmatter": false,
|
|
92
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"status": "INVALID_SCHEMA",
|
|
96
|
-
"path": "docs/mcp.md",
|
|
97
|
-
"line_count": 84,
|
|
98
|
-
"has_frontmatter": false,
|
|
99
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"status": "INVALID_SCHEMA",
|
|
103
|
-
"path": "docs/pre-install-cleanup.md",
|
|
104
|
-
"line_count": 107,
|
|
105
|
-
"has_frontmatter": false,
|
|
106
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"status": "INVALID_SCHEMA",
|
|
110
|
-
"path": "docs/project-skills.md",
|
|
111
|
-
"line_count": 78,
|
|
112
|
-
"has_frontmatter": false,
|
|
113
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"status": "INVALID_SCHEMA",
|
|
117
|
-
"path": "docs/skills.md",
|
|
118
|
-
"line_count": 89,
|
|
119
|
-
"has_frontmatter": false,
|
|
120
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"status": "INVALID_SCHEMA",
|
|
124
|
-
"path": "docs/testing.md",
|
|
125
|
-
"line_count": 125,
|
|
126
|
-
"has_frontmatter": false,
|
|
127
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"status": "INVALID_SCHEMA",
|
|
131
|
-
"path": "docs/todo.md",
|
|
132
|
-
"line_count": 4,
|
|
133
|
-
"has_frontmatter": false,
|
|
134
|
-
"issues": ["Missing YAML frontmatter — run validate_doc.py to fix"]
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"fix_created": [
|
|
138
|
-
"docs/pi-extensions.md",
|
|
139
|
-
"docs/mcp-servers.md",
|
|
140
|
-
"docs/policies.md"
|
|
141
|
-
],
|
|
142
|
-
"bd_remember": {
|
|
143
|
-
"stored": true,
|
|
144
|
-
"key": "sync-docs-fix-2026-03-18",
|
|
145
|
-
"insight": "sync-docs --fix created 3 scaffold(s) in docs/: pi-extensions.md, mcp-servers.md, policies.md. Fill in content using Serena — run validate_doc.py docs/ to confirm schema."
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
---
|
|
151
|
-
|
|
152
|
-
## Files Created by --fix
|
|
153
|
-
|
|
154
|
-
Three scaffold files were created by `validate_doc.py --generate` (called internally):
|
|
155
|
-
|
|
156
|
-
| File | Signal that triggered it | Title |
|
|
157
|
-
|---|---|---|
|
|
158
|
-
| `/home/dawid/projects/xtrm-tools/docs/pi-extensions.md` | `config/pi/extensions/` directory exists | Pi Extensions Reference |
|
|
159
|
-
| `/home/dawid/projects/xtrm-tools/docs/mcp-servers.md` | `.mcp.json` present | MCP Servers Configuration |
|
|
160
|
-
| `/home/dawid/projects/xtrm-tools/docs/policies.md` | `policies/` directory exists | Policy Reference |
|
|
161
|
-
|
|
162
|
-
All three files were created with valid YAML frontmatter, including `title`, `scope`, `category`, `version`, `updated`, and `source_of_truth_for` fields, plus an empty `<!-- INDEX -->` block and stub content sections.
|
|
163
|
-
|
|
164
|
-
---
|
|
165
|
-
|
|
166
|
-
## bd Memory Stored
|
|
167
|
-
|
|
168
|
-
**Key:** `sync-docs-fix-2026-03-18`
|
|
169
|
-
|
|
170
|
-
**Insight stored:**
|
|
171
|
-
> sync-docs --fix created 3 scaffold(s) in docs/: pi-extensions.md, mcp-servers.md, policies.md. Fill in content using Serena — run validate_doc.py docs/ to confirm schema.
|
|
172
|
-
|
|
173
|
-
The memory was confirmed stored (`"stored": true`) and was verified with `bd recall sync-docs-fix-2026-03-18`.
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
|
-
## Analysis Summary
|
|
178
|
-
|
|
179
|
-
| Check | Status | Notes |
|
|
180
|
-
|---|---|---|
|
|
181
|
-
| README.md | EXTRACTABLE | 192 lines (under 200 threshold). 3 sections (Policy System, Policy Files, MCP Servers) have matching docs/ candidates. |
|
|
182
|
-
| CHANGELOG.md | OK | Last entry 2026-03-12, last commit 2026-03-18 — within 7-day tolerance. |
|
|
183
|
-
| docs/ gaps | 3 MISSING -> FIXED | pi-extensions.md, mcp-servers.md, policies.md created by --fix. |
|
|
184
|
-
| Existing docs/ schema | 7 INVALID_SCHEMA | docs/hooks.md, mcp.md, pre-install-cleanup.md, project-skills.md, skills.md, testing.md, todo.md all lack YAML frontmatter. |
|
|
185
|
-
|
|
186
|
-
**Total issues detected:** 11 (3 gaps fixed by --fix, 7 schema invalids and 1 EXTRACTABLE remain for manual attention)
|
|
187
|
-
|
|
188
|
-
### Remaining Work (not auto-fixed)
|
|
189
|
-
|
|
190
|
-
- Run `validate_doc.py` on the 7 existing docs/ files missing frontmatter to add schema headers
|
|
191
|
-
- Consider extracting the "Policy System", "Policy Files", and "MCP Servers" sections from README.md into the newly created docs/ files using Serena tools (required for extraction — content judgment needed)
|
|
192
|
-
- Fill in stub content in the 3 newly created scaffold files using Serena
|
|
193
|
-
|
|
194
|
-
---
|
|
195
|
-
|
|
196
|
-
## No Commits Made
|
|
197
|
-
|
|
198
|
-
As instructed, no git commits were made. The 3 scaffold files are left in place for review.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 2,
|
|
3
|
-
"run": "with_skill",
|
|
4
|
-
"expectations": [
|
|
5
|
-
{
|
|
6
|
-
"text": "Ran doc_structure_analyzer.py with --fix flag",
|
|
7
|
-
"passed": true,
|
|
8
|
-
"evidence": "Ran `python3 skills/sync-docs/scripts/doc_structure_analyzer.py --fix --bd-remember` and included full output"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"text": "Ran with --bd-remember or manually ran bd remember with a summary",
|
|
12
|
-
"passed": true,
|
|
13
|
-
"evidence": "bd remember stored with key 'sync-docs-fix-2026-03-18', confirmed stored:true in output JSON"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"text": "At least one scaffold file was created in docs/",
|
|
17
|
-
"passed": true,
|
|
18
|
-
"evidence": "Created docs/pi-extensions.md, docs/mcp-servers.md, docs/policies.md with valid frontmatter"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"text": "Ran validate_doc.py on created files to confirm schema",
|
|
22
|
-
"passed": false,
|
|
23
|
-
"evidence": "Report notes 7 INVALID_SCHEMA files exist but does not show validate_doc.py being run explicitly to confirm the 3 new files pass. Only the JSON output showing valid frontmatter is evidence."
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"summary": { "passed": 3, "failed": 1, "total": 4, "pass_rate": 0.75 },
|
|
27
|
-
"notes": "Excellent on core task. Missed explicit validate_doc.py run as final step. Also correctly noted global path issue. The report is detailed and actionable."
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"total_tokens": 24648, "duration_ms": 105302, "total_duration_seconds": 105.3}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
# sync-docs --fix — Execution Summary
|
|
2
|
-
|
|
3
|
-
**Date:** 2026-03-18
|
|
4
|
-
**Mode:** fix (without skill)
|
|
5
|
-
**Working directory:** `/home/dawid/projects/xtrm-tools`
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## What Was Done
|
|
10
|
-
|
|
11
|
-
The task requested running `sync-docs --fix` and persisting a `bd` memory about the work.
|
|
12
|
-
|
|
13
|
-
`sync-docs` is defined in `skills/sync-docs/SKILL.md`. It is a 5-phase documentation sync workflow: gather context, detect drift, analyze structure, fix, and validate. The `--fix` flag auto-scaffolds missing `docs/` files and can pair with `--bd-remember` to persist a summary insight via `bd remember`.
|
|
14
|
-
|
|
15
|
-
"bd" is the **Beads** issue tracker (`bd` CLI, `.beads/` directory). "bd memories" are key-value entries stored via `bd remember` / `bd kv`, used to persist insights across sessions.
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## Phase 1 — Context Gathered
|
|
20
|
-
|
|
21
|
-
Ran `skills/sync-docs/scripts/context_gatherer.py --since=30`.
|
|
22
|
-
|
|
23
|
-
Key findings:
|
|
24
|
-
- **bd available:** yes (`.beads/` directory present)
|
|
25
|
-
- **20 closed bd issues** found, most recent cycle: `jaggers-agent-tools-4xr6.*` series (global hook registration, service-skills CWD-aware, xtrm init project detection, global skills sync)
|
|
26
|
-
- **10 merged PRs** found, most recent: `#15 release/2.0.1` (2026-03-13)
|
|
27
|
-
- **18 bd memories** already persisted (beads gate workflows, quality gates, dist rebuild, etc.)
|
|
28
|
-
- **Serena drift detector:** not available in this environment
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
|
-
## Phase 2 — Drift Detection
|
|
33
|
-
|
|
34
|
-
Serena drift detector not available (no installed `~/.claude/skills/documenting/scripts/drift_detector.py`). Skipped.
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## Phase 3 — Structure Analysis
|
|
39
|
-
|
|
40
|
-
Ran `skills/sync-docs/scripts/doc_structure_analyzer.py --fix`.
|
|
41
|
-
|
|
42
|
-
Results:
|
|
43
|
-
- **README.md:** OK (192 lines, under 200-line threshold, no extractable sections missing docs)
|
|
44
|
-
- **CHANGELOG.md:** OK (last entry 2026-03-12, last commit 2026-03-18 — within 7-day tolerance)
|
|
45
|
-
- **docs/ gaps (MISSING subsystem signals):** 0 — all expected docs files already exist
|
|
46
|
-
- **Existing docs with INVALID_SCHEMA:** 7 files missing YAML frontmatter
|
|
47
|
-
|
|
48
|
-
The `--fix` pass reported "Nothing to fix" for MISSING gaps (correct — gaps were already filled). The 7 schema-invalid files required manual frontmatter injection.
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
|
|
52
|
-
## Phase 4 — Fixes Applied
|
|
53
|
-
|
|
54
|
-
Added valid YAML frontmatter (all required fields: `title`, `scope`, `category`, `version`, `updated`) to 7 docs/ files:
|
|
55
|
-
|
|
56
|
-
| File | Title | Category | Source-of-truth globs |
|
|
57
|
-
|---|---|---|---|
|
|
58
|
-
| `docs/hooks.md` | Hooks Reference | reference | `hooks/**/*.mjs`, `hooks/**/*.py`, `policies/*.json` |
|
|
59
|
-
| `docs/mcp.md` | MCP Module | reference | `config/mcp_servers.json`, `config/mcp_servers_optional.json` |
|
|
60
|
-
| `docs/pre-install-cleanup.md` | Pre-Install Cleanup Guide | guide | — |
|
|
61
|
-
| `docs/project-skills.md` | Project Skills Reference | reference | `project-skills/**/*.md`, `project-skills/**/*.json` |
|
|
62
|
-
| `docs/skills.md` | Skills Catalog | overview | `skills/**/*.md` |
|
|
63
|
-
| `docs/testing.md` | Production Live Testing Checklist | guide | — |
|
|
64
|
-
| `docs/todo.md` | Skills Backlog | plan | — |
|
|
65
|
-
|
|
66
|
-
---
|
|
67
|
-
|
|
68
|
-
## Phase 5 — Validation
|
|
69
|
-
|
|
70
|
-
Ran `skills/sync-docs/scripts/validate_doc.py docs/`.
|
|
71
|
-
|
|
72
|
-
Result: **10/10 files passed**
|
|
73
|
-
|
|
74
|
-
- 6 files had INDEX blocks auto-generated (hooks.md, mcp.md, pre-install-cleanup.md, project-skills.md, skills.md, testing.md)
|
|
75
|
-
- 4 files already had valid frontmatter and passed as-is (mcp-servers.md, pi-extensions.md, policies.md, todo.md after fix)
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## bd Memory Persisted
|
|
80
|
-
|
|
81
|
-
```
|
|
82
|
-
bd remember "sync-docs --fix run 2026-03-18: added YAML frontmatter to 7 docs/ files that were INVALID_SCHEMA (hooks.md, mcp.md, pre-install-cleanup.md, project-skills.md, skills.md, testing.md, todo.md). All 10/10 docs/ files now pass validate_doc.py schema validation. INDEX blocks auto-generated for 6 files. No new docs/ gaps found — all subsystem signals already covered." --key sync-docs-fix-2026-03-18
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
Stored successfully as key: `sync-docs-fix-2026-03-18`
|
|
86
|
-
|
|
87
|
-
---
|
|
88
|
-
|
|
89
|
-
## Key Findings
|
|
90
|
-
|
|
91
|
-
1. The `--fix` flag in `doc_structure_analyzer.py` only handles MISSING docs gaps, not INVALID_SCHEMA files. The 7 files with missing frontmatter required direct editing — this is a gap in the `--fix` automation (frontmatter injection for existing files is not implemented in the script).
|
|
92
|
-
2. All subsystem signals (hooks/, config/pi/extensions/, policies/, skills/, .mcp.json) already had corresponding docs/ files — the project is structurally complete.
|
|
93
|
-
3. README.md is at 192 lines — just under the 200-line bloat threshold. Worth monitoring.
|
|
94
|
-
4. CHANGELOG.md is 6 days behind the latest commit (last entry 2026-03-12, last commit 2026-03-18). Within tolerance but the current branch (`feature/jaggers-agent-tools-4xr6`) has significant unreleased changes that will need a CHANGELOG entry when merged.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 2,
|
|
3
|
-
"run": "without_skill",
|
|
4
|
-
"expectations": [
|
|
5
|
-
{
|
|
6
|
-
"text": "Ran doc_structure_analyzer.py with --fix flag",
|
|
7
|
-
"passed": true,
|
|
8
|
-
"evidence": "Agent found the skill in the repo and ran doc_structure_analyzer.py --fix. However, found no MISSING gaps because with_skill run had already created those files (confounded test)."
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"text": "Ran with --bd-remember or manually ran bd remember with a summary",
|
|
12
|
-
"passed": true,
|
|
13
|
-
"evidence": "Agent ran bd remember with key 'sync-docs-fix-schema-2026-03-18' summarizing the frontmatter additions made to 7 files."
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"text": "At least one scaffold file was created in docs/",
|
|
17
|
-
"passed": true,
|
|
18
|
-
"evidence": "Added YAML frontmatter to 7 existing docs/ files (hooks.md, mcp.md, pre-install-cleanup.md, project-skills.md, skills.md, testing.md, todo.md). Different action than creating scaffolds but valid given scaffolds already existed."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"text": "Ran validate_doc.py on created files to confirm schema",
|
|
22
|
-
"passed": true,
|
|
23
|
-
"evidence": "Ran validate_doc.py docs/ — 7/7 files passed after frontmatter additions."
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"summary": { "passed": 4, "failed": 0, "total": 4, "pass_rate": 1.0 },
|
|
27
|
-
"notes": "CONFOUNDED: this run was contaminated because with_skill created the scaffold files first, leaving without_skill nothing to scaffold. The agent adapted by fixing schema on existing files. The run should be discarded for comparison purposes and re-run in isolation."
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"total_tokens": 57441, "duration_ms": 153602, "total_duration_seconds": 153.6}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eval_id": 1,
|
|
3
|
-
"eval_name": "sprint-closeout",
|
|
4
|
-
"prompt": "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.",
|
|
5
|
-
"assertions": [
|
|
6
|
-
{
|
|
7
|
-
"id": "ran-context-gatherer",
|
|
8
|
-
"description": "Ran context_gatherer.py and reported bd closed issues or merged PRs from the output",
|
|
9
|
-
"check": "result.md mentions context_gatherer or bd closed issues or merged PRs with specific data"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"id": "ran-structure-analyzer",
|
|
13
|
-
"description": "Ran doc_structure_analyzer.py and used its output to identify doc issues",
|
|
14
|
-
"check": "result.md references MISSING, STALE, EXTRACTABLE, or BLOATED status from the analyzer"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": "concrete-action",
|
|
18
|
-
"description": "Produced at least one concrete recommendation or action (not just a vague summary)",
|
|
19
|
-
"check": "result.md names a specific file (e.g. docs/hooks.md) or section with a specific next step"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "used-skill-scripts",
|
|
23
|
-
"description": "Used the skill scripts rather than just reading files manually",
|
|
24
|
-
"check": "result.md shows script execution output, not just manual file reading"
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
}
|