| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename project_name to project_titleHEADmaster | A Farzat | 4 days | 1 | -2/+2 |
| | | |||||
| * | Delegate logging management to Logger struct | A Farzat | 4 days | 1 | -4/+14 |
| | | | | | Allows verbosity management in a centralized way. | ||||
| * | Move render_filename to utils as display_path | A Farzat | 5 days | 1 | -17/+6 |
| | | |||||
| * | Add warnings for binary files | A Farzat | 5 days | 1 | -0/+8 |
| | | |||||
| * | Add human readable warnings for large files | A Farzat | 5 days | 1 | -1/+37 |
| | | |||||
| * | Make main.rs use render_path | A Farzat | 5 days | 1 | -1/+1 |
| | | |||||
| * | Test rejection of too big files | A Farzat | 5 days | 1 | -2/+63 |
| | | |||||
| * | Remove the deprecated renderer function | A Farzat | 5 days | 1 | -33/+1 |
| | | |||||
| * | Migrate renderer tests to Renderer | A Farzat | 5 days | 1 | -95/+29 |
| | | |||||
| * | Test binary file rendering in Renderer | A Farzat | 5 days | 1 | -4/+28 |
| | | |||||
| * | Test single file rendering in Renderer | A Farzat | 5 days | 1 | -2/+26 |
| | | |||||
| * | Start migrating to Renderer struct | A Farzat | 5 days | 1 | -1/+26 |
| | | | | | | | The struct should gradually replace the renderer function in a more streamlined and configurable way. It writes directly to sink, and takes filepaths instead of preloaded buffers. | ||||
| * | Remove quotations around filenames | A Farzat | 5 days | 1 | -8/+17 |
| | | | | | Apparently they consume tokens and dilute attention for no benefit. | ||||
| * | Make headers more descriptive for LLMs | A Farzat | 6 days | 1 | -13/+6 |
| | | |||||
| * | Escape non-standard paths in the markdown file | A Farzat | 6 days | 1 | -21/+47 |
| | | |||||
| * | Start adding CLI tests | A Farzat | 7 days | 1 | -0/+14 |
| | | |||||
| * | Identify and reject binary files | A Farzat | 7 days | 1 | -11/+34 |
| | | |||||
| * | Safely escape files with backticks | A Farzat | 7 days | 1 | -1/+60 |
| | | |||||
| * | Add a renderer module to render markdown content | A Farzat | 7 days | 1 | -0/+38 |
