Skip to content

Commit 4ec0114

Browse files
committed
Remove fixtures, add base_data
1 parent 647a983 commit 4ec0114

7 files changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25-
- name: Copy CI base_data fixtures
26-
run: |
27-
mkdir -p base_data
28-
cp .github/ci-fixtures/base_data/ci_ma_lookup.json base_data/ci_ma_lookup.json
29-
cp .github/ci-fixtures/base_data/riro_consolidated_lookup.json base_data/riro_consolidated_lookup.json
30-
cp .github/ci-fixtures/base_data/glossary.json base_data/glossary.json
31-
cp .github/ci-fixtures/base_data/chat_discovery_playbook.json base_data/chat_discovery_playbook.json
32-
cp .github/ci-fixtures/base_data/ACI_Web-API_OpenAPI_tmp.yaml base_data/ACI_Web-API_OpenAPI_tmp.yaml
33-
3425
- name: Type check
3526
run: npm run typecheck
3627

.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
22
PRD*.md
33
NOTES.md
44
bak/
5-
.tmp
5+
*.old
66
md/*
77
*.code-workspace
88
tmp/
99
node_modules/
1010
dist/
11-
base_data/*
12-
!base_data/character-value-mapping.yaml
1311
.venv
1412
CLAUDE.md
1513
.remember/
14+
audit-fixture.json
15+
settings_recipes.json
16+
refined_API_specs/
17+
18+
# user environment overrides (if you add .env later)
19+
.env.local
20+
.env.*.local
21+
22+
# vscode temporary files
23+
.vscode-test/
24+
25+
# claude artifacts (if using Claude in terminal)
26+
.tmp-claude/
1627

1728
# vendors
1829
.claude/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)