docs: add IDEAS.md Watching section + README restructure (v3.9.5)

- Add "Watching (Waiting for Demand)" section to IDEAS.md
  - Track Multi-LLM Consultation Patterns research
  - Criteria: implement if 3+ requests
- Restructure README.md (~40% cognitive load reduction)
  - Collapsible ToC with 4 learning paths
  - Remove duplicate "5 Rules" section
- Version bump to 3.9.5

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-19 16:43:20 +01:00
parent 3bc38ef982
commit 9c2ce7ccce
7 changed files with 85 additions and 26 deletions

View file

@ -83,6 +83,27 @@ CLAUDE.md configuration examples by framework:
---
## Watching (Waiting for Demand)
### Multi-LLM Consultation Patterns
Using external LLMs (Gemini, GPT-4) as "second opinion" from Claude Code.
**Status:** No proven demand. Add if 3+ reader requests.
**Research done (Jan 2026):**
- Simple approach: Bash script calling Gemini API
- Production approach: [Plano](https://github.com/katanemo/plano) (overkill for solo devs)
- Community adoption: Near zero in Claude Code users
**If implementing:**
- `examples/scripts/gemini-second-opinion.sh`
- 3-line mention in "See Also" section
- No full guide (maintenance burden, scope creep)
**Source:** [daily.dev article](https://app.daily.dev/posts/make-claude-code-opus-talk-to-gemini-pro-b7pyiq394)
---
## Discarded Ideas
| Idea | Reason Discarded |