|
1 | | -⚠️⚠️⚠️ 규칙 직접 작성 절대 금지 — shared/rules/ JSON만이 단일 진실 (R14) |
2 | | -⚠️ 이 파일은 nexus/shared/project-claude/papers.md 마스터의 심링크. 원본만 수정. |
3 | | -⚠️ 공통 규칙: shared/rules/common.json (R0~R27) — 반드시 준수 |
4 | | - |
5 | 1 | # papers — 논문 배포 (Zenodo/OSF) |
6 | 2 |
|
7 | | -R14: shared/ JSON 단일진실, 이 파일은 참조만. |
| 3 | +> shared/ JSON 단일진실 (R14). 규칙: `shared/rules/common.json` (R0~R27) |
8 | 4 |
|
9 | | -## 돌파 시스템 (AI-native 자체 창발) |
| 5 | +## 돌파 시스템 |
10 | 6 |
|
11 | | -⚠️ "XXX 돌파" → blowup.hexa "XXX" 3 자동 실행 (문장 전달, 키워드 추출 ❌) |
12 | | -⚠️ 확인 질문 없이 즉시 Bash 실행할 것 |
13 | | -``` |
14 | | -hexa shared/blowup/core/blowup.hexa <문장> 3 --no-graph --seeds "$(hexa shared/blowup/seed/seed_engine.hexa merge | tr '|' ',')" |
| 7 | +- "XXX 돌파" → `blowup.hexa "XXX" 3` 자동 실행 (문장 전달) |
| 8 | +- 확인 질문 없이 즉시 Bash 실행 |
| 9 | + |
| 10 | +```sh |
| 11 | +hexa shared/blowup/core/blowup.hexa <domain> 3 --no-graph --seeds "$(hexa shared/blowup/seed/seed_engine.hexa merge | tr '|' ',')" |
15 | 12 | ``` |
16 | 13 |
|
17 | | -ref: |
18 | | - rules shared/rules/common.json R0~R27 공통 |
19 | | - project shared/rules/papers.json PP1~PP3 |
20 | | - lock shared/rules/lockdown.json L0/L1/L2 |
21 | | - cdo shared/rules/convergence_ops.json CDO 수렴 |
22 | | - registry shared/config/projects.json |
23 | | - cfg shared/config/project_config.json CLI/발행/SSOT/라이선스 |
24 | | - core shared/config/core.json |
25 | | - conv shared/convergence/papers.json |
26 | | - ssot manifest.json 논문 메타데이터 |
27 | | - api shared/CLAUDE.md |
| 14 | +## ref |
| 15 | + |
| 16 | +``` |
| 17 | +rules shared/rules/common.json R0~R27 공통 |
| 18 | +project shared/rules/papers.json PP1~PP3 |
| 19 | +lock shared/rules/lockdown.json L0/L1/L2 |
| 20 | +cdo shared/rules/convergence_ops.json CDO 수렴 |
| 21 | +registry shared/config/projects.json |
| 22 | +cfg shared/config/project_config.json CLI/발행/SSOT/라이선스 |
| 23 | +core shared/config/core.json |
| 24 | +conv shared/convergence/papers.json |
| 25 | +ssot manifest.json 논문 메타데이터 |
| 26 | +api shared/CLAUDE.md |
| 27 | +``` |
0 commit comments