4 Commits

Author SHA1 Message Date
L'électron rare 5e63ceb782 Refactor rewrite prompt and update tests for narrative generation
- Updated the rewrite prompt to remove markdown elements such as titles, bullet points, and code fences, ensuring a cleaner narrative output.
- Enhanced the GenerationPipeline tests to verify that code fences and chapter titles are stripped before manuscript promotion.
- Adjusted NextLots tests to include new functionality for command runners and added tests for deduplication of headings and timeout handling.
- Introduced new documentation files detailing project context and execution plans for March 2026, outlining current project status and objectives.
- Added operational memory documents to summarize project state and decisions for resuming work on the ai-novel-engine.
2026-03-16 06:03:24 +01:00
L'électron rare 7f53fe3bcf refactor: nettoyer le .gitignore et supprimer des fichiers inutilisés 2026-03-16 06:03:09 +01:00
L'électron rare f7678514db fix(novel-engine): add missing modules, path validation, .gitignore
- Add cli/__init__.py, core/__init__.py for proper Python packaging
- Create core/project/ with loader.py stub (ProjectState class)
- Sanitize chapter input against path traversal in cmd_intention_create
- Add .gitignore with standard Python ignores

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 06:15:20 +01:00
L'électron rare 1a3816d0c8 Implement local generation workflow and automation 2026-03-09 09:22:27 +01:00