Cline rules
.clinerules/04-workflow.mdCline rules
Quality
56/100
Scores the file, not the repository.Length
183 words
6 headings · 0 code blocksRepository
1
— · pushed 256 days agoLast changed
3 days ago
First indexed 3 days ago.1# Development Workflow23## Debugging and Testing45**When stuck or testing functionality in isolation:**6- Create test scripts in `scripts/` folder7- Use these to assess how things work by inspecting logs8- Test individual components before integrating9- Keep scripts for future reference1011## Major Changes and Refactoring1213**IMPORTANT: Before any rearchitecting or major structural changes:**141. Consult with the user first152. Present multiple options with pros/cons163. Get explicit approval before proceeding174. Major changes include: moving files, changing architecture, large refactors1819## Adding New Features20211. Identify which layer the feature belongs to (actions/config/utils/core)222. Create or modify the appropriate module233. Update type hints and docstrings244. Update CLI if needed2526## Modifying Existing Code27281. Check which module owns the functionality292. Make changes following single responsibility principle303. Update dependent modules if interfaces change314. Verify type hints still match3233## Package Updates34351. Always check PyPI for latest stable versions362. Use `uv add package` for automatic latest version373. Test after updates to ensure compatibility384. Update version in pyproject.toml if making a release39
Also in behoss/computer-use
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| behoss/computer-use.clinerules/01-general.md · 1 | Cline rules | testlint-formatstyledo-not+1 | 67/100 | 3 days ago | |
| behoss/computer-use.clinerules/02-techstack.md · 1 | Cline rules | setupdo-not | 66/100 | 3 days ago | |
| behoss/computer-use.clinerules/03-project.md · 1 | Cline rules | archdeploymentdo-notagent-behaviour | 73/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 2 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 6 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/60-pubmed-python.md · 6 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago |
