diff --git a/README.md b/README.md index 6b5cc07..6881789 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,19 @@ This project consists of two main components: 2. **Browser Extension**: A tool that makes Claude's thinking process more readable and manageable in the browser interface ## Project Structure -thinking-claude/ -├── extension/ -│ ├── .vscode/ -│ ├── chrome/ -│ ├── firefox/ -│ └── changelog.md -├── model_instructions/ -│ ├── changelog.md -│ ├── v3.5-20241113.md -│ ├── v4-20241118.md -│ └── v4-lite-20241118.md -├── LICENSE -└── README.md + thinking-claude/ + ├── extension/ + │ ├── .vscode/ + │ ├── chrome/ + │ ├── firefox/ + │ └── changelog.md + ├── model_instructions/ + │ ├── changelog.md + │ ├── v3.5-20241113.md + │ ├── v4-20241118.md + │ └── v4-lite-20241118.md + ├── LICENSE + └── README.md The project is organized into two main directories: - `extension/`: Contains browser extension implementations - `model_instructions/`: Contains thinking protocols for different versions