mostalive
6b49db5801
refactor(Compiler): eliminate Maybe Text indirection in CompilationStrategy
...
- csWriter now writes files directly (WriterOptions -> Pandoc -> FilePath -> IO (Either DocsterError ()))
- csPostProcess no longer takes text content (String -> IO (Either DocsterError ()))
- Each strategy owns its complete output logic (PDF/HTML/DOCX)
- Remove generateOutputFile (eliminated unused CompilationStrategy parameter)
- Pipeline: generateOutputM >>= processOutput => writeAndProcessOutput (1 step)
- Pandoc 3.7 compatibility: writeDocx returns ByteString instead of ()
.gitignore: exclude stack/cabal config and generated files
2026-04-30 18:13:00 +01:00
Your Name and Claude Opus 4.5
3398dd2bae
Improve LaTeX font configuration and add log files to gitignore
...
- Set DejaVu fonts for serif, sans, and mono
- Add longtable, booktabs, array, calc packages for tables
- Add unicode symbol substitutions for checkmark and times
- Ignore *.log files
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 17:49:31 +00:00
Your Name and Claude Opus 4.5
1a44dc8753
Add output/ to gitignore
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 17:48:52 +00:00
mostalive
fe3e599909
ignore dist-newstyle
2025-09-02 10:52:07 +01:00
mostalive
8a25a9e365
Agents documentation, configuration and build spec
2025-09-02 10:07:20 +01:00
mostalive
a4011e73e4
add agents to README
2025-07-30 09:30:46 +02:00