- Simplified auth module by removing unused imports and code - Cleaned up shared models by removing unused structs (Organization, User, Bot, etc.) - Updated add-req.sh to comment out unused directories - Modified LLM fallback strategy in README with additional notes about model behaviors The changes focus on removing unused code and improving documentation while maintaining existing functionality. The auth module was significantly reduced by removing redundant code, and similar cleanup was applied to shared models. The build script was adjusted to reflect currently used directories. |
||
|---|---|---|
| .. | ||
| add-keyword.md | ||
| add-model.md | ||
| add-service.md | ||
| botserver.md | ||
| cli.md | ||
| doc-guide-topic.md | ||
| fix-errors.md | ||
| ide.md | ||
| README.md | ||
| shared.md | ||
LLM Strategy & Workflow
Fallback Strategy (After 3 attempts / 10 minutes):
When initial attempts fail, sequentially try these LLMs:
- DeepSeek-V3-0324 (good architect, adventure, reliable, let little errors just to be fixed by gpt-*)
- DeepSeek-V3.1 (slower)
- gpt-5-chat (slower, let warnings...)
- gpt-oss-120b
- Claude (Web): Copy only the problem statement and create unit tests. Create/extend UI.
- Llama-3.3-70B-Instruct (alternative)
Development Workflow:
- One requirement at a time with sequential commits
- On error: Stop and consult Claude for guidance
- Change progression: Start with DeepSeek, conclude with gpt-oss-120b
- Final validation: Use prompt "cargo check" with gpt-oss-120b