🌐 日本語
Part 9: Applying to Other LLMs
NOTE
Translate Claude Code-specific knowledge into a form that can be applied to other tools and LLMs. The principles learned in Parts 1–8 are not specific to Claude Code, but common to all tools that use LLMs.
Why This Part Exists
"Context window injection control" is not specific to Claude Code. Cursor, Cline, GitHub Copilot, and all other LLM tools face the same structural problems and are designed based on the same principles.
If you understand the principles, the design approach remains the same even when tools change.
Documents in This Part
| Document | Content |
|---|---|
| Structural Constraints Are Universal Across All Models | Principles common to all LLMs |
| Practical Application Without Tool Support | Techniques for prompt-driven development |
| Cursor / Cline / Copilot Reference Table | Feature mapping across tools |