No description
Find a file
amertensreplit b0af3c5c24 Register api-server Vitest suite as a CI-style validation step
Task #19: Run the version-detection tests automatically as a quality gate.

What was done:
- Registered a named validation command "test" via the validation skill,
  running `pnpm --filter @workspace/api-server run test` (which executes
  `vitest run` in artifacts/api-server). Running through the pnpm filter
  ensures the suite resolves correctly from the repo root regardless of CWD.
- Verified the suite is green: 4 test files, 34 tests passing, covering
  skill version detection (compare, relation, skillFingerprint, lineDiff).
- Confirmed the validation run reports PASSED.

Deviations:
- None. No source code changes were needed; this task only wires the
  existing Vitest suite into the project's validation gates.

Replit-Task-Id: 5a73dc70-8022-4f46-a6a5-9becb3ee74ba
2026-06-10 19:53:29 +00:00
.agents/memory Add skill version timeline (fingerprint lineage) 2026-06-10 19:47:39 +00:00
artifacts Add unit tests for the skill upload parser 2026-06-10 19:53:15 +00:00
lib Add skill version timeline (fingerprint lineage) 2026-06-10 19:47:39 +00:00
scripts Initial commit 2026-05-28 23:37:31 +00:00
.gitignore Initial commit 2026-05-28 23:37:31 +00:00
.npmrc Initial commit 2026-05-28 23:37:31 +00:00
.replit Register api-server Vitest suite as a CI-style validation step 2026-06-10 19:53:29 +00:00
.replitignore Initial commit 2026-05-28 23:37:31 +00:00
package.json Initial commit 2026-05-28 23:37:31 +00:00
pnpm-lock.yaml Add automated tests for skill version detection 2026-06-10 19:48:10 +00:00
pnpm-workspace.yaml Initial commit 2026-05-28 23:37:31 +00:00
replit.md SkillGuard: complete frontend wiring and harden backend 2026-06-08 14:59:17 +00:00
tsconfig.base.json Initial commit 2026-05-28 23:37:31 +00:00
tsconfig.json Initial commit 2026-05-28 23:37:31 +00:00