├── README.md ├── discord-recaps ├── README.md └── historical │ ├── 2024-12-28-recap.md │ ├── 2024-12-29-recap.md │ ├── 2024-12-30-recap.md │ ├── 2024-12-31-recap.md │ ├── 2025-01-01-recap.md │ ├── 2025-01-02-recap.md │ ├── 2025-01-03-recap.md │ ├── 2025-01-04-recap.md │ ├── 2025-01-05-recap.md │ ├── 2025-01-06-recap.md │ ├── 2025-01-07-recap.md │ ├── 2025-01-08-recap.md │ ├── 2025-01-09-recap.md │ └── 2025-01-10-13-recap.md ├── getting-started-new-coders ├── README.md └── installing-dev-essentials.md ├── mcp ├── README.md ├── mcp-server-from-github.md └── mcp-server-from-scratch.md ├── prompting ├── README.md └── custom instructions library │ ├── README.md │ └── cline-memory-bank.md └── tools ├── assets ├── CheckpointsButtons.png └── checkpointsDemo.gif ├── checkpoints.md └── cline-tools-guide.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/README.md -------------------------------------------------------------------------------- /discord-recaps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/README.md -------------------------------------------------------------------------------- /discord-recaps/historical/2024-12-28-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2024-12-28-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2024-12-29-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2024-12-29-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2024-12-30-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2024-12-30-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2024-12-31-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2024-12-31-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-01-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-01-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-02-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-02-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-03-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-03-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-04-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-04-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-05-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-05-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-06-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-06-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-07-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-07-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-08-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-08-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-09-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-09-recap.md -------------------------------------------------------------------------------- /discord-recaps/historical/2025-01-10-13-recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/discord-recaps/historical/2025-01-10-13-recap.md -------------------------------------------------------------------------------- /getting-started-new-coders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/getting-started-new-coders/README.md -------------------------------------------------------------------------------- /getting-started-new-coders/installing-dev-essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/getting-started-new-coders/installing-dev-essentials.md -------------------------------------------------------------------------------- /mcp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/mcp/README.md -------------------------------------------------------------------------------- /mcp/mcp-server-from-github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/mcp/mcp-server-from-github.md -------------------------------------------------------------------------------- /mcp/mcp-server-from-scratch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/mcp/mcp-server-from-scratch.md -------------------------------------------------------------------------------- /prompting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/prompting/README.md -------------------------------------------------------------------------------- /prompting/custom instructions library/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/prompting/custom instructions library/README.md -------------------------------------------------------------------------------- /prompting/custom instructions library/cline-memory-bank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/prompting/custom instructions library/cline-memory-bank.md -------------------------------------------------------------------------------- /tools/assets/CheckpointsButtons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/tools/assets/CheckpointsButtons.png -------------------------------------------------------------------------------- /tools/assets/checkpointsDemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/tools/assets/checkpointsDemo.gif -------------------------------------------------------------------------------- /tools/checkpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/tools/checkpoints.md -------------------------------------------------------------------------------- /tools/cline-tools-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickbaumann98/cline_docs/HEAD/tools/cline-tools-guide.md --------------------------------------------------------------------------------