feat(cli): add --file flag for file review and refactor prompt generation

- Inject current date into review prompts to improve LLM context accuracy
- Remove unused `module` field from package.json
This commit is contained in:
mitchell 2026-06-17 22:48:54 -04:00
parent 7652e62d47
commit 4bccbcc9ee
3 changed files with 37 additions and 13 deletions

View file

@ -1,6 +1,5 @@
{
"name": "lmc",
"module": "src/index.ts",
"type": "module",
"private": true,
"bin": {