feat: Full code review, bug fixes, and philosophy book generation

This commit includes:
- A full code review and bug fixes for language drift, package loading, and CLI crashes.
- The generated 15,000-word philosophy manuscript.
- CODE_REVIEW.md and CHANGELOG.md documenting the process.
This commit is contained in:
Gemini AI
2026-05-20 21:15:11 +00:00
parent dddf5c4a80
commit 13bce7500c
13 changed files with 1160 additions and 198 deletions
+3
View File
@@ -57,6 +57,9 @@ dev = [
"pre-commit>=3.7.0",
]
[tool.hatch.build.targets.wheel]
packages = ["opus_orchestrator"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"