Skip to content

Commit c156823

Browse files
kckernclaude
andcommitted
refactor: enhance YAML with regex patterns and inline arrays
- Add pattern key with original fuzzy regex from scriptregex.mjs - Rename abbreviations to alt for brevity - Convert to inline YAML arrays for compactness - Migrate full pre/post rules to shared/en.yml - Add LDS-specific pre_rules for JST handling - Update jest config to exclude _archive directory - Update test to use new alt key Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5778430 commit c156823

File tree

6 files changed

+371
-323
lines changed

6 files changed

+371
-323
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
21
node_modules
32
.worktrees/
3+
_archive/
4+
coverage/
45
**/test_results/*
56
test_results/test_results.html
6-
/dist
7+
/dist/*.cjs
8+
/dist/*.mjs
9+
/dist/*.map

0 commit comments

Comments
 (0)