xtrm-tools 2.1.5 → 2.1.7

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.
Files changed (74) hide show
  1. package/README.md +9 -3
  2. package/cli/dist/index.cjs +991 -908
  3. package/cli/dist/index.cjs.map +1 -1
  4. package/cli/package.json +4 -1
  5. package/config/hooks.json +5 -0
  6. package/hooks/README.md +19 -0
  7. package/hooks/beads-stop-gate.mjs +1 -0
  8. package/hooks/main-guard-post-push.mjs +71 -0
  9. package/hooks/main-guard.mjs +10 -1
  10. package/package.json +17 -5
  11. package/project-skills/{ts-quality-gate → quality-gates}/.claude/hooks/quality-check.cjs +36 -1
  12. package/project-skills/{py-quality-gate → quality-gates}/.claude/hooks/quality-check.py +15 -2
  13. package/project-skills/{py-quality-gate → quality-gates}/.claude/settings.json +10 -0
  14. package/project-skills/quality-gates/.claude/skills/using-quality-gates/SKILL.md +254 -0
  15. package/project-skills/quality-gates/README.md +109 -0
  16. package/project-skills/quality-gates/evals/evals.json +181 -0
  17. package/project-skills/quality-gates/workspace/iteration-1/FINAL-EVAL-SUMMARY.md +75 -0
  18. package/project-skills/quality-gates/workspace/iteration-1/edge-case-auto-fix-verification/with_skill/outputs/response.md +59 -0
  19. package/project-skills/quality-gates/workspace/iteration-1/edge-case-mixed-language-project/with_skill/outputs/response.md +60 -0
  20. package/project-skills/quality-gates/workspace/iteration-1/eval-summary.md +105 -0
  21. package/project-skills/quality-gates/workspace/iteration-1/partial-install-python-only/with_skill/outputs/response.md +93 -0
  22. package/project-skills/quality-gates/workspace/iteration-1/python-refactor-request/with_skill/outputs/response.md +104 -0
  23. package/project-skills/quality-gates/workspace/iteration-1/quality-gate-error-fix/with_skill/outputs/response.md +74 -0
  24. package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-general-chat/with_skill/outputs/response.md +18 -0
  25. package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-math-question/with_skill/outputs/response.md +18 -0
  26. package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-unrelated-coding/with_skill/outputs/response.md +56 -0
  27. package/project-skills/quality-gates/workspace/iteration-1/tdd-guard-blocking-confusion/with_skill/outputs/response.md +67 -0
  28. package/project-skills/quality-gates/workspace/iteration-1/typescript-feature-with-tests/with_skill/outputs/response.md +97 -0
  29. package/project-skills/service-skills-set/install-service-skills.py +41 -11
  30. package/project-skills/tdd-guard/.claude/hooks/tdd-guard-pretool-bridge.cjs +0 -1
  31. package/project-skills/tdd-guard/reporters/jest/src/JestReporter.test-data.ts +199 -0
  32. package/project-skills/tdd-guard/reporters/jest/src/JestReporter.test.ts +302 -0
  33. package/project-skills/tdd-guard/reporters/jest/src/JestReporter.ts +201 -0
  34. package/project-skills/tdd-guard/reporters/jest/src/index.ts +4 -0
  35. package/project-skills/tdd-guard/reporters/jest/src/types.ts +42 -0
  36. package/project-skills/tdd-guard/reporters/jest/tsconfig.json +11 -0
  37. package/project-skills/tdd-guard/reporters/vitest/src/VitestReporter.test-data.ts +85 -0
  38. package/project-skills/tdd-guard/reporters/vitest/src/VitestReporter.test.ts +446 -0
  39. package/project-skills/tdd-guard/reporters/vitest/src/VitestReporter.ts +110 -0
  40. package/project-skills/tdd-guard/reporters/vitest/src/index.ts +4 -0
  41. package/project-skills/tdd-guard/reporters/vitest/src/types.ts +39 -0
  42. package/project-skills/tdd-guard/reporters/vitest/tsconfig.json +11 -0
  43. package/hooks/__pycache__/agent_context.cpython-314.pyc +0 -0
  44. package/project-skills/py-quality-gate/.claude/skills/using-py-quality-gate/SKILL.md +0 -112
  45. package/project-skills/py-quality-gate/README.md +0 -147
  46. package/project-skills/service-skills-set/.claude/git-hooks/__pycache__/doc_reminder.cpython-314.pyc +0 -0
  47. package/project-skills/service-skills-set/.claude/git-hooks/__pycache__/skill_staleness.cpython-314.pyc +0 -0
  48. package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/__pycache__/bootstrap.cpython-314.pyc +0 -0
  49. package/project-skills/service-skills-set/.claude/skills/updating-service-skills/scripts/__pycache__/drift_detector.cpython-314.pyc +0 -0
  50. package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/__pycache__/cataloger.cpython-314.pyc +0 -0
  51. package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/__pycache__/skill_activator.cpython-314.pyc +0 -0
  52. package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/__pycache__/test_skill_activator.cpython-314-pytest-9.0.2.pyc +0 -0
  53. package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/test_skill_activator.py +0 -58
  54. package/project-skills/service-skills-set/__pycache__/install-service-skills.cpython-314.pyc +0 -0
  55. package/project-skills/ts-quality-gate/.claude/settings.json +0 -16
  56. package/project-skills/ts-quality-gate/.claude/skills/using-ts-quality-gate/SKILL.md +0 -81
  57. package/project-skills/ts-quality-gate/README.md +0 -115
  58. package/skills/documenting/scripts/__pycache__/drift_detector.cpython-314.pyc +0 -0
  59. package/skills/documenting/scripts/__pycache__/orchestrator.cpython-314.pyc +0 -0
  60. package/skills/documenting/scripts/__pycache__/validate_metadata.cpython-314.pyc +0 -0
  61. package/skills/documenting/scripts/changelog/__pycache__/__init__.cpython-314.pyc +0 -0
  62. package/skills/documenting/scripts/changelog/__pycache__/add_entry.cpython-314.pyc +0 -0
  63. package/skills/documenting/scripts/changelog/__pycache__/bump_release.cpython-314.pyc +0 -0
  64. package/skills/documenting/scripts/changelog/__pycache__/validate_changelog.cpython-314.pyc +0 -0
  65. package/skills/documenting/tests/__pycache__/test_changelog.cpython-314-pytest-9.0.2.pyc +0 -0
  66. package/skills/documenting/tests/__pycache__/test_drift_detector.cpython-314-pytest-9.0.2.pyc +0 -0
  67. package/skills/documenting/tests/__pycache__/test_orchestrator.cpython-314-pytest-9.0.2.pyc +0 -0
  68. package/skills/documenting/tests/__pycache__/test_validate_metadata.cpython-314-pytest-9.0.2.pyc +0 -0
  69. package/skills/documenting/tests/integration_test.sh +0 -70
  70. package/skills/documenting/tests/test_changelog.py +0 -201
  71. package/skills/documenting/tests/test_drift_detector.py +0 -80
  72. package/skills/documenting/tests/test_orchestrator.py +0 -52
  73. package/skills/documenting/tests/test_validate_metadata.py +0 -64
  74. /package/project-skills/{ts-quality-gate → quality-gates}/.claude/hooks/hook-config.json +0 -0
package/README.md CHANGED
@@ -289,12 +289,18 @@ npm install -g github:Jaggerxtrm/xtrm-tools@latest
289
289
 
290
290
  ```bash
291
291
  git clone https://github.com/Jaggerxtrm/xtrm-tools.git
292
- cd xtrm-tools/cli
293
- npm install # installs dependencies
294
- npm run build # compiles TypeScript to dist/
292
+ cd xtrm-tools
293
+ npm install # installs root + cli workspace dependencies
294
+ npm run build # compiles CLI TypeScript to cli/dist/
295
295
  npm link # registers `xtrm` globally
296
296
  ```
297
297
 
298
+ Root package is the single entrypoint for dev/publish:
299
+ - `npm install` (root) installs everything, including `cli/`
300
+ - `npm run build` (root) builds the CLI bundle
301
+ - `npm test` (root) runs CLI tests
302
+ - `npm publish` (root) runs `prepublishOnly` build, then publishes
303
+
298
304
  ---
299
305
 
300
306
  ## CLI User Guide