Commit Graph

9 Commits

Author SHA1 Message Date
ddc3cdcff6 feat: replace hardcoded api_key with resolve_api_key() and add .rcontext.txt loading 2025-01-04 15:54:48 +00:00
04e23943ef docs: add security note about revoked api key and community tone to readme 2025-01-04 15:21:07 +00:00
3b50fb7b00 chore: delete entire repository content including reviews directory and all files 2025-01-04 07:46:15 +00:00
b603316c5f feat: add detailed review content with user feedback and rating
The review now includes a full text body, a numeric rating field, and a timestamp for when the review was submitted. This enables richer display and sorting by date on the product page.
2025-01-04 07:44:34 +00:00
c797fe2be2 chore: add MIT license headers and fix formatting across all source files 2025-01-04 07:40:31 +00:00
6c9eb2e3e3 chore: remove commented debug prints and trailing whitespace across multiple source files 2025-01-04 07:35:39 +00:00
b1cf4a55eb feat: add automated code review system generating JSON and markdown reports for C and Python source files 2025-01-04 07:20:50 +00:00
cbe7f1f6e5 docs: add project overview, feature list, configuration details, and screenshot to README 2025-01-04 07:13:54 +00:00
02ee32e718 chore: scaffold project with gitignore, makefile, cgi scripts, and core c headers
Add initial project structure including .gitignore for build artifacts,
Makefile with gcc build and run targets, README placeholder, cgi-bin
directory with gpt.py and gpt_template.html, and core C headers for
chat, http, line input, markdown rendering, and messages.
2025-01-04 05:00:03 +00:00