Skip to content

Commit 0385c6c

Browse files
bmadcodeclaude
andcommitted
chore: remove old agent schema tests and fix CI
Agent YAML files no longer exist after skill conversion. Remove test/ directory, schema validation scripts, and CI validate job. Add package-lock.json for CI cache support. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a2f5af commit 0385c6c

61 files changed

Lines changed: 17016 additions & 2485 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/quality.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: Quality & Validation
44
# - Prettier (formatting)
55
# - ESLint (linting)
66
# - markdownlint (markdown quality)
7-
# - Schema validation (YAML structure)
8-
# - Agent schema tests (fixture-based validation)
9-
# - Installation component tests (compilation)
10-
# - Bundle validation (web bundle integrity)
117

128
"on":
139
pull_request:
@@ -68,27 +64,3 @@ jobs:
6864

6965
- name: markdownlint
7066
run: npm run lint:md
71-
72-
validate:
73-
runs-on: ubuntu-latest
74-
steps:
75-
- name: Checkout
76-
uses: actions/checkout@v4
77-
78-
- name: Setup Node
79-
uses: actions/setup-node@v4
80-
with:
81-
node-version-file: ".nvmrc"
82-
cache: "npm"
83-
84-
- name: Install dependencies
85-
run: npm ci
86-
87-
- name: Validate YAML schemas
88-
run: npm run validate:schemas
89-
90-
- name: Run agent schema validation tests
91-
run: npm run test:schemas
92-
93-
- name: Test agent compilation components
94-
run: npm run test:install

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pnpm-lock.yaml
44
bun.lock
55
deno.lock
66
pnpm-workspace.yaml
7-
package-lock.json
87

98
test-output/*
109
coverage/

0 commit comments

Comments
 (0)