Cline rules
.clinerules/development_workflow.mdCline rules
Quality
43/100
Scores the file, not the repository.Length
187 words
2 headings · 0 code blocksRepository
0
— · pushed 208 days agoLast changed
3 days ago
First indexed 3 days ago.1# Development Workflow23Rules for development process and workflow best practices.45## Workflow Best Practices67- **Long-Running Commands**: Use `nohup` for commands that cannot be executed quickly or need to run in the background, ensuring they continue after terminal disconnection.89- **Incremental Development**: Break large coding tasks into smaller components. Complete and test each component individually before proceeding to the next, ensuring each part is production-ready before moving forward.1011- **File Organization**: Maintain a clean and organized file hierarchy. Place files in appropriate directories according to their purpose and function within the project.1213- **Resource Management**: Consider system resource constraints when running multiple processes. Run resource-intensive operations sequentially rather than in parallel if system memory or CPU limitations are a concern.1415- **Git Integration**: Follow git best practices from `.clinerules/version_control.md`. Commit frequently with clear messages, maintain clean working directory using `git_status_clear.md` workflow, and ensure logical commit grouping.1617- **Interactive Program Testing**: When testing programs that require user input, create input files and redirect stdin using `echo "input" | ./program` or `./program < input.txt`. For multi-step interactions, use `expect` scripts or create comprehensive test files in `tests/input/` directory.18
Also in RizzoHou/king-of-the-amazons
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 |
|---|---|---|---|---|---|
| RizzoHou/king-of-the-amazons.clinerules/cline_operations.md · 0 | Cline rules | no sections | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/documentation.md · 0 | Cline rules | docs | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/memorybank.md · 0 | Cline rules | archperformanceagent-behaviourdocs | 52/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/project_setup.md · 0 | Cline rules | setupagent-behaviour | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/version_control.md · 0 | Cline rules | lint-formatstylegitdeployment | 58/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| RizzoHou/king-of-the-amazons.clinerules/version_control.md · 0 | Cline rules | lint-formatstylegitdeployment | 58/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/memorybank.md · 0 | Cline rules | archperformanceagent-behaviourdocs | 52/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/memorybank.md · 0 | Cline rules | archperformanceagent-behaviourdocs | 52/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/development_workflow.md · 0 | Cline rules | styleagent-behaviour | 43/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/cline_operations.md · 0 | Cline rules | no sections | 25/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/documentation.md · 0 | Cline rules | docs | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/cline_operations.md · 0 | Cline rules | no sections | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/documentation.md · 0 | Cline rules | docs | 25/100 | 3 days ago |
