Commit graph

16 commits

Author SHA1 Message Date
StirGpea
2fdca841a8 feat(ops): add Makefile for reliable process control and update MEMORY.md with lar documentation 2026-08-21 14:33:01 +00:00
StirGpea
592d2b325a refactor(gemini): remove debug logging and clean up REST client authentication for lar proxy 2026-08-21 14:18:42 +00:00
StirGpea
c111a55c65 fix: remove bot.log and add junk/ directory to .gitignore 2026-08-21 13:33:13 +00:00
StirGpea
bd9fb7145c feat: add modular REST and gRPC Gemini clients with interface 2026-08-21 13:31:35 +00:00
StirGpea
7222a72f65 fix: remove default model fallback if statement per review comment 2026-08-21 13:15:10 +00:00
StirGpea
e3233ca26e feat: move gemini_model to config 2026-08-21 12:54:18 +00:00
StirGpea
11fda03dbd test: add unit tests for config loader 2026-08-21 12:44:36 +00:00
StirGpea
c554bf54af feat: implement modular structure with internal/config, internal/gemini, and internal/bot 2026-08-21 12:13:07 +00:00
StirGpea
b7f7e4af1d fix: remove binary from repo and update .gitignore 2026-08-21 12:08:51 +00:00
StirGpea
260d002779 feat: add JSON config package and sample config 2026-08-21 12:08:38 +00:00
StirGpea
1d639d7a68 feat: add Gemini client initialization skeleton and dependencies 2026-08-21 12:03:43 +00:00
StirGpea
362f10469a feat: add initial go module and bot skeleton main.go 2026-08-21 12:00:54 +00:00
777d4b20f3 fix: rename to pievr and write comprehensive README (#3)
Fixes capitalization to pievr and replaces README with a full, comprehensive documentation of project architecture, concepts, and roadmap.

Co-authored-by: StirGpea <stir@openclaw.local>
Reviewed-on: #3
Co-authored-by: stirgpea <stjrgpea@wivziv.com>
Co-committed-by: stirgpea <stjrgpea@wivziv.com>
2026-08-21 13:58:53 +02:00
98598eb6cf feat: add SQLite database schema and documentation (#2)
Adds internal/storage/schema.sql and updates README.md with DB schema and dynamic priority calculation strategy.

Co-authored-by: StirGpea <stir@openclaw.local>
Reviewed-on: #2
Co-authored-by: stirgpea <stjrgpea@wivziv.com>
Co-committed-by: stirgpea <stjrgpea@wivziv.com>
2026-08-21 13:50:38 +02:00
bb8583fa0a feat: add initial project structure and .gitignore (#1)
Initial project layout, directory structure, and gitignore settings.

Co-authored-by: StirGpea <stir@openclaw.local>
Reviewed-on: #1
Co-authored-by: stirgpea <stjrgpea@wivziv.com>
Co-committed-by: stirgpea <stjrgpea@wivziv.com>
2026-08-21 10:28:27 +02:00
StirGpea
a4e13598ce docs: init README 2026-08-21 08:12:36 +00:00