Skip to content

fix: 드리프트 9건 전면 수정#24

Merged
dancinlife merged 1 commit intomainfrom
fix/drift-9-corrections
Apr 12, 2026
Merged

fix: 드리프트 9건 전면 수정#24
dancinlife merged 1 commit intomainfrom
fix/drift-9-corrections

Conversation

@dancinlife
Copy link
Copy Markdown
Contributor

Summary

  • consciousness_laws.json _meta.total_laws 2516 -> 2507 (실제 laws 배열 수와 일치)
  • 법칙수 표기 드리프트 7곳 수정 (config/CLAUDE.md, modules/daemon/CLAUDE.md, conformance_checklist.md, progress.json, README.md, anima-core/CLAUDE.md)
  • 엔진수 10 -> 9, runtime 파일수 15 -> 18, anima-agent 파일수 132 -> 153, bench 파일수 86 -> 90

Test plan

  • consciousness_laws.json: python3 -c "import json; d=json.load(open('config/consciousness_laws.json')); assert d['_meta']['total_laws'] == len(d['laws']) == 2507"
  • find anima-core/runtime -type f | wc -l == 18
  • ls anima-core/*.hexa | wc -l == 9
  • find anima-agent -type f | wc -l == 153
  • find bench -type f | wc -l == 90

- consciousness_laws.json _meta.total_laws 2516 -> 2507 (실제 배열 수)
- config/CLAUDE.md, modules/daemon/CLAUDE.md 법칙수 2390 -> 2507
- conformance_checklist.md 법칙수 2388 -> 2507
- progress.json laws 1030 -> 2507, benchmark_files 86 -> 90
- README.md 법칙수 2516 -> 2507 (3곳)
- README.md 엔진수 10 -> 9, runtime 파일수 15 -> 18, anima-agent 파일수 132 -> 153
- anima-core/CLAUDE.md 법칙수 2516 -> 2507, runtime 파일수 15 -> 18

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dancinlife dancinlife merged commit edf28e1 into main Apr 12, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant