@ps-neko/nekowork 0.1.0-alpha.5 → 0.1.0-alpha.7
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/CLAUDE.md +3 -3
- package/README.md +461 -434
- package/agent.yaml +3 -2
- package/docs/ADVANCED.md +32 -2
- package/docs/AI-DEVELOPMENT-LIFECYCLE.md +17 -3
- package/docs/ARCHITECTURE.md +9 -6
- package/docs/AUDIT.md +122 -121
- package/docs/AUTH-MIGRATION.md +1 -1
- package/docs/BUILD.md +152 -0
- package/docs/CATALOG-PACKS.md +79 -77
- package/docs/CHANGELOG.md +23 -3
- package/docs/CLI-STAGES.md +3 -2
- package/docs/CODEMAPS/scripts.md +7 -1
- package/docs/CODEMAPS/tests.md +4 -0
- package/docs/DEMO-REPORT.md +5 -3
- package/docs/DEMO.md +9 -9
- package/docs/NAMING.md +46 -0
- package/docs/PORTING.md +1 -1
- package/docs/PRODUCT-PRINCIPLES.md +17 -3
- package/docs/PUBLISH-ALPHA.md +22 -16
- package/docs/QUICKSTART.md +16 -7
- package/docs/RELEASE-READINESS.md +186 -173
- package/docs/ROADMAP.md +25 -2
- package/docs/RUNBOOK.md +4 -4
- package/docs/SETUP.md +1 -1
- package/docs/WHY-NEKOWORK.md +11 -9
- package/docs/assets/demo-terminal.svg +5 -5
- package/manifests/install-profiles.json +26 -0
- package/package.json +5 -2
- package/scripts/cli.js +253 -4
- package/scripts/demo-quick-run.js +19 -12
- package/scripts/lib/build-intelligence.js +188 -0
- package/scripts/lib/session-resolver.js +23 -0
- package/scripts/orchestrators/build.js +356 -0
- package/scripts/orchestrators/gate.js +5 -3
- package/scripts/orchestrators/report.js +56 -13
package/CLAUDE.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## 자동 갱신 영역
|
|
10
10
|
|
|
11
|
-
<!-- HARNESS:START version=0.1.0-alpha.
|
|
11
|
+
<!-- HARNESS:START version=0.1.0-alpha.7 -->
|
|
12
12
|
<!-- 이 영역은 scripts/sync-claude-md.js 가 자동 갱신한다. 직접 편집 금지. -->
|
|
13
13
|
|
|
14
14
|
## 카탈로그 요약
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
- skills: 10
|
|
18
18
|
- commands: 1 (legacy compat)
|
|
19
19
|
- hooks: 5 (gateguard-fact-force, config-protection, quality-gate, pre-bash-dispatcher, persistent-mode)
|
|
20
|
-
- packs: core, quality, security, frontend, testing, release, enterprise
|
|
21
|
-
- profiles: core, developer, security, product, quality, frontend, testing, research, full
|
|
20
|
+
- packs: core, builder, quality, security, frontend, testing, release, enterprise
|
|
21
|
+
- profiles: core, developer, builder, security, product, quality, frontend, testing, research, full
|
|
22
22
|
- harnesses: claude, codex, cursor, gemini, opencode
|
|
23
23
|
|
|
24
24
|
## 에이전트 → 모델 매트릭스
|