docs: Fix documentation inaccuracies and add missing tool documentation

Agent: lamport

Changes:
- docs/architecture.md: Replace non-existent g3-console with studio crate,
  remove references to non-existent retro_tui.rs, update g3-cli module list
  to reflect actual source files, fix execution modes list
- docs/tools.md: Add missing Research & Memory Tools section documenting
  research, remember, and rehydrate tools with examples and notes
- AGENTS.md: Fix error logs path from logs/errors/ to .g3/errors/
- README.md: Remove references to non-existent CONTRIBUTING.md and LICENSE

All documentation links verified working.
This commit is contained in:
Dhanji R. Prasanna
2026-01-12 20:44:21 +05:30
parent c29f429f97
commit be54032cd8
4 changed files with 85 additions and 24 deletions

View File

@@ -41,7 +41,7 @@
### For Debugging
1. Session logs: `.g3/sessions/<session_id>/session.json`
2. Error logs: `logs/errors/`
2. Error logs: `.g3/errors/`
3. Context state: Use `/stats` command in interactive mode
## Dangerous/Subtle Code Paths