@ps-neko/nekowork 0.1.0-alpha.6 → 0.1.0-alpha.8

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.
Files changed (45) hide show
  1. package/CLAUDE.md +3 -3
  2. package/README.md +443 -396
  3. package/agent.yaml +3 -2
  4. package/docs/ADVANCED.md +7 -1
  5. package/docs/AI-DEVELOPMENT-LIFECYCLE.md +4 -3
  6. package/docs/ARCHITECTURE.md +6 -5
  7. package/docs/AUDIT.md +122 -122
  8. package/docs/AUTH-MIGRATION.md +1 -1
  9. package/docs/AUTONOMY.md +92 -0
  10. package/docs/BUILD.md +105 -9
  11. package/docs/CATALOG-PACKS.md +80 -71
  12. package/docs/CHANGELOG.md +34 -1
  13. package/docs/CLI-STAGES.md +11 -2
  14. package/docs/CODEMAPS/manifests.md +1 -0
  15. package/docs/CODEMAPS/schemas.md +1 -0
  16. package/docs/CODEMAPS/scripts.md +14 -2
  17. package/docs/CODEMAPS/tests.md +4 -0
  18. package/docs/DEMO-REPORT.md +14 -0
  19. package/docs/DEMO.md +1 -1
  20. package/docs/NAMING.md +46 -0
  21. package/docs/PARALLEL-CANDIDATES.md +58 -0
  22. package/docs/PORTING.md +1 -1
  23. package/docs/PR-PREP.md +35 -0
  24. package/docs/PRODUCT-PRINCIPLES.md +13 -4
  25. package/docs/PUBLISH-ALPHA.md +28 -14
  26. package/docs/QUICKSTART.md +25 -4
  27. package/docs/RELEASE-READINESS.md +198 -172
  28. package/docs/ROADMAP.md +72 -1
  29. package/docs/SETUP.md +1 -1
  30. package/docs/WHY-NEKOWORK.md +7 -6
  31. package/docs/assets/demo-terminal.svg +1 -1
  32. package/manifests/build-modes.json +61 -0
  33. package/manifests/install-profiles.json +63 -2
  34. package/package.json +7 -3
  35. package/schemas/build-modes.schema.json +42 -0
  36. package/scripts/ci/validate-manifests.js +26 -1
  37. package/scripts/cli/commands/auto-command.js +198 -0
  38. package/scripts/cli/commands/build-command.js +259 -0
  39. package/scripts/cli.js +31 -124
  40. package/scripts/demo-quick-run.js +9 -9
  41. package/scripts/lib/build-intelligence.js +188 -0
  42. package/scripts/lib/build-modes.js +38 -0
  43. package/scripts/orchestrators/auto.js +263 -0
  44. package/scripts/orchestrators/build.js +244 -15
  45. package/scripts/orchestrators/report.js +86 -6
package/CLAUDE.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## 자동 갱신 영역
10
10
 
11
- <!-- HARNESS:START version=0.1.0-alpha.6 -->
11
+ <!-- HARNESS:START version=0.1.0-alpha.8 -->
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, builder, quality, security, frontend, testing, release, enterprise
21
- - profiles: core, developer, builder, security, product, quality, frontend, testing, research, full
20
+ - packs: core, builder, productivity, team, debugging, maintenance, pr, catalog-plus, quality, security, frontend, testing, release, enterprise
21
+ - profiles: core, developer, builder, productivity, security, product, quality, frontend, testing, research, full
22
22
  - harnesses: claude, codex, cursor, gemini, opencode
23
23
 
24
24
  ## 에이전트 → 모델 매트릭스