claudeos-core 2.3.0 → 2.3.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.3.1] — 2026-04-23
4
+
5
+ Patch release. Fixes Windows CI breakage in `npm test`.
6
+
7
+ - **CI — cross-platform `npm test`**. Windows cmd.exe does not expand `*`
8
+ glob patterns, so `node --test tests/*.test.js` received the literal
9
+ string and exited 1 on every Windows runner. Replaced with a thin
10
+ `scripts/run-tests.js` wrapper that uses the existing `glob` dep to
11
+ enumerate test files before forwarding to `node --test`. Also replaced
12
+ the `pretest` `2>/dev/null` stderr redirect (which spuriously triggered
13
+ "The system cannot find the path specified" on Windows) with a Node
14
+ `try/catch` so the probe is silent on all platforms. No new dependencies.
15
+
16
+ No source, template, or test changes. Test count unchanged at 662.
17
+
3
18
  ## [2.3.0] — 2026-04-23
4
19
 
5
20
  Adds language-invariant structural validation for generated `CLAUDE.md`.
package/README.de.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # alle Validatoren — einzelnes Go/No-Go-Urteil
95
95
  npx claudeos-core lint # nur strukturelle Invarianten von CLAUDE.md (beliebige Sprache)
96
96
  ```
97
97
 
98
- ### Verifizierung in der realen Welt
99
-
100
- v2.3.0 wurde vor dem Release end-to-end auf zwei realen koreanischen Schwesterprojekten validiert: einem Single-SPA-Vite-+-React-19-Frontend mit 14 Domänen und einem 8-Sub-Skill-`scaffold-page-feature`-Orchestrator sowie einem Spring-Boot-+-MyBatis-Backend mit 8 Domänen und einem 8-Sub-Skill-`scaffold-crud-feature`-Orchestrator, das sich mitten in einer PostgreSQL-→-MariaDB-Migration befindet. Beide landeten bei **0 Fehlern, 0 Warnungen** im kompletten Health-Check — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 strukturelle Invarianten bestanden — ohne eine einzige manuelle Bearbeitung der generierten Ausgabe.
101
-
102
98
  ---
103
99
 
104
100
  ## Unterstützte Stacks
package/README.es.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # todos los validadores — veredicto único go/no-
95
95
  npx claudeos-core lint # solo invariantes estructurales de CLAUDE.md (cualquier idioma)
96
96
  ```
97
97
 
98
- ### Verificación en el mundo real
99
-
100
- v2.3.0 fue validado end-to-end en dos proyectos hermanos reales en coreano antes del lanzamiento: un frontend Vite + React 19 single-SPA con 14 dominios y un orchestrator `scaffold-page-feature` de 8 sub-skills, y un backend Spring Boot + MyBatis con 8 dominios y un orchestrator `scaffold-crud-feature` de 8 sub-skills en plena migración PostgreSQL → MariaDB. Ambos se asentaron en **0 errores, 0 advertencias** en el health check completo — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 invariantes estructurales pasando — sin ninguna edición manual sobre la salida generada.
101
-
102
98
  ---
103
99
 
104
100
  ## Stacks Soportados
package/README.fr.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # tous les validateurs — verdict go/no-go unique
95
95
  npx claudeos-core lint # uniquement les invariants structurels de CLAUDE.md (n'importe quelle langue)
96
96
  ```
97
97
 
98
- ### Vérification en conditions réelles
99
-
100
- v2.3.0 a été validé end-to-end avant la release sur deux projets frères coréens réels : un frontend single-SPA Vite + React 19 avec 14 domaines et un orchestrator `scaffold-page-feature` à 8 sub-skills, et un backend Spring Boot + MyBatis avec 8 domaines et un orchestrator `scaffold-crud-feature` à 8 sub-skills en pleine migration PostgreSQL → MariaDB. Les deux se sont stabilisés à **0 erreurs, 0 avertissements** sur le health check complet — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 invariants structurels passent — sans aucune édition manuelle de la sortie générée.
101
-
102
98
  ---
103
99
 
104
100
  ## Stacks Supportés
package/README.hi.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # सभी validators — एक single go/no-go v
95
95
  npx claudeos-core lint # केवल CLAUDE.md structural invariants (किसी भी भाषा में)
96
96
  ```
97
97
 
98
- ### वास्तविक-दुनिया सत्यापन
99
-
100
- v2.3.0 को release से पहले दो वास्तविक कोरियाई sibling projects पर end-to-end validate किया गया था: एक 14-domain single-SPA Vite + React 19 frontend जिसमें 8 sub-skill `scaffold-page-feature` orchestrator है, और एक 8-domain Spring Boot + MyBatis backend जिसमें 8 sub-skill `scaffold-crud-feature` orchestrator है और PostgreSQL → MariaDB migration चल रहा है। दोनों पूर्ण health check पर **0 errors, 0 warnings** पर settle हुए — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 structural invariants pass — जेनरेटेड output पर कोई manual edit किए बिना।
101
-
102
98
  ---
103
99
 
104
100
  ## सपोर्टेड स्टैक्स
package/README.ja.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # すべての validator — 単一 go/no-go 判定
95
95
  npx claudeos-core lint # CLAUDE.md 構造不変条件のみ (任意の言語)
96
96
  ```
97
97
 
98
- ### 実世界検証
99
-
100
- v2.3.0 はリリース前に、実世界の韓国語姉妹プロジェクト 2 つで end-to-end 検証されました: 14 ドメイン + 8 サブスキルの `scaffold-page-feature` orchestrator を持つ single-SPA Vite + React 19 フロントエンド 1 つと、8 ドメイン + 8 サブスキルの `scaffold-crud-feature` orchestrator を持ち PostgreSQL → MariaDB 移行中の Spring Boot + MyBatis バックエンド 1 つ。両者とも full health check で **エラー 0、警告 0** に落ち着きました — `STALE_PATH` 0、`MANIFEST_DRIFT` 0、25/25 の構造不変条件すべて通過 — 生成された出力への手動編集は一切なし。
101
-
102
98
  ---
103
99
 
104
100
  ## 対応スタック
package/README.ko.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # 모든 validator — 단일 go/no-go 판정
95
95
  npx claudeos-core lint # CLAUDE.md 구조 불변 조건만 (모든 언어)
96
96
  ```
97
97
 
98
- ### 실전 검증
99
-
100
- v2.3.0은 릴리즈 전 두 개의 실제 한국어 자매 프로젝트에서 end-to-end로 검증되었습니다: 14 도메인 + 8-sub-skill `scaffold-page-feature` orchestrator를 가진 single-SPA Vite + React 19 frontend 1개와, 8 도메인 + 8-sub-skill `scaffold-crud-feature` orchestrator를 가지고 PostgreSQL → MariaDB 마이그레이션을 진행 중인 Spring Boot + MyBatis backend 1개. 둘 모두 full health check에서 **오류 0개, 경고 0개**에 안착했습니다 — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 구조 불변 조건 통과 — 생성된 결과에 대한 수동 편집 없이.
101
-
102
98
  ---
103
99
 
104
100
  ## 지원 스택
package/README.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # all validators — single go/no-go verdict
95
95
  npx claudeos-core lint # CLAUDE.md structural invariants only (any language)
96
96
  ```
97
97
 
98
- ### Real-world verification
99
-
100
- v2.3.0 was validated end-to-end on two real-world Korean sibling projects before release: a single-SPA Vite + React 19 frontend with 14 domains and an 8-sub-skill `scaffold-page-feature` orchestrator, and a Spring Boot + MyBatis backend with 8 domains and an 8-sub-skill `scaffold-crud-feature` orchestrator undergoing a PostgreSQL → MariaDB migration. Both settled at **0 errors, 0 warnings** on the full health check — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 structural invariants passing — without any manual edits to the generated output.
101
-
102
98
  ---
103
99
 
104
100
  ## Supported Stacks
package/README.ru.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # все валидаторы — единый ве
95
95
  npx claudeos-core lint # только структурные инварианты CLAUDE.md (любой язык)
96
96
  ```
97
97
 
98
- ### Проверка в реальных условиях
99
-
100
- v2.3.0 прошёл end-to-end-валидацию перед релизом на двух реальных корейских sibling-проектах: single-SPA Vite + React 19 frontend с 14 доменами и 8-sub-skill orchestrator `scaffold-page-feature`, и Spring Boot + MyBatis backend с 8 доменами и 8-sub-skill orchestrator `scaffold-crud-feature` в процессе миграции PostgreSQL → MariaDB. Оба остановились на **0 ошибках, 0 предупреждениях** в полной health-проверке — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 структурных инвариантов прошли — без единой ручной правки сгенерированного вывода.
101
-
102
98
  ---
103
99
 
104
100
  ## Поддерживаемые стеки
package/README.vi.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # tất cả validator — một phán quyết go/n
95
95
  npx claudeos-core lint # chỉ bất biến cấu trúc CLAUDE.md (bất kỳ ngôn ngữ nào)
96
96
  ```
97
97
 
98
- ### Xác minh thực tế
99
-
100
- v2.3.0 đã được xác minh end-to-end trên hai dự án tiếng Hàn sibling thực tế trước khi phát hành: một frontend single-SPA Vite + React 19 với 14 domain và orchestrator `scaffold-page-feature` 8 sub-skill, và một backend Spring Boot + MyBatis với 8 domain và orchestrator `scaffold-crud-feature` 8 sub-skill đang trong quá trình migration PostgreSQL → MariaDB. Cả hai đều dừng lại ở **0 lỗi, 0 cảnh báo** trong health check đầy đủ — `STALE_PATH` 0, `MANIFEST_DRIFT` 0, 25/25 bất biến cấu trúc đều pass — mà không có bất kỳ chỉnh sửa thủ công nào trên output được sinh ra.
101
-
102
98
  ---
103
99
 
104
100
  ## Stack Được Hỗ Trợ
package/README.zh-CN.md CHANGED
@@ -95,10 +95,6 @@ npx claudeos-core health # 所有验证器 —— 单一 go/no-go 判定
95
95
  npx claudeos-core lint # 仅 CLAUDE.md 结构不变式 (任意语言)
96
96
  ```
97
97
 
98
- ### 真实世界验证
99
-
100
- v2.3.0 在发布前在两个真实世界的韩语姐妹项目上完成了 end-to-end 验证: 一个 14 domain 的 single-SPA Vite + React 19 前端,带有一个 8 子 skill 的 `scaffold-page-feature` orchestrator; 以及一个 8 domain 的 Spring Boot + MyBatis 后端,带有一个 8 子 skill 的 `scaffold-crud-feature` orchestrator,正在进行 PostgreSQL → MariaDB 迁移。两个项目在完整 health check 中都稳定在 **0 errors, 0 warnings** —— `STALE_PATH` 0、`MANIFEST_DRIFT` 0、25/25 结构不变式全部通过 —— 没有对生成输出进行任何手动编辑。
101
-
102
98
  ---
103
99
 
104
100
  ## 支持的技术栈
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudeos-core",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Auto-generate Claude Code documentation from your actual source code — Standards, Rules, Skills, and Guides tailored to your project",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {
@@ -40,8 +40,8 @@
40
40
  "validate": "node bin/cli.js validate",
41
41
  "refresh": "node bin/cli.js refresh",
42
42
  "restore": "node bin/cli.js restore",
43
- "pretest": "node -e \"require('glob')\" 2>/dev/null || npm install",
44
- "test": "node --test tests/*.test.js",
43
+ "pretest": "node -e \"try{require('glob')}catch(e){process.exit(1)}\" || npm install",
44
+ "test": "node scripts/run-tests.js",
45
45
  "test:health": "node health-checker/index.js"
46
46
  },
47
47
  "keywords": [