Cline rules
.clinerules/project.mdCline rules
Quality
84/100
Scores the file, not the repository.Length
471 words
25 headings · 6 code blocksRepository
1
— · pushed 72 days agoLast changed
3 days ago
First indexed 3 days ago.1# Generated Project Configuration23> **Auto-generated by `analyze_project`**4> **Project:** appscaffold5> **Type:** library67Save this content to `.clinerules/project.md` in your project root,8then review and adjust the values as needed.910---1112## 🚨 MANDATORY: Load CodeOps Rules Before Any Work1314**Before ANY planning or implementation, the AI agent MUST load these rules15using the codeops-mcp tools:**16171. `get_rule("agents")` — Load agent behavior rules **(REQUIRED FIRST)**182. `get_rule("code")` — Load coding standards193. `get_rule("testing")` — Load testing workflows204. `get_rule("git-commands")` — Load git commit protocols2122These rules are **mandatory** and must be consulted before every task.23**Do NOT skip this step. Do NOT proceed without reading these documents.**2425---2627## Project Overview2829- **Name:** appscaffold30- **Description:** BlendSDK application scaffold generator — generates a Yarn workspaces + Turborepo monorepo with shared, codegen, webapi, and webclient packages31- **Type:** library3233## Toolchain3435- **Language(s):** TypeScript36- **Framework(s):** esbuild37- **Package Manager:** yarn38- **Test Framework:** Vitest3940**Manifest files found:** package.json, tsconfig.json4142## Commands4344All commands assume execution from the project root. Prefix all shell commands with `clear && sleep [delay] &&` (see Terminal Delay below).4546### Terminal Delay4748- **Delay (seconds):** 349- The `clear` ensures a clean terminal; the `sleep` gives VS Code time to initialize the terminal before the command runs.50- Adjust the delay for your environment: `1` for fast machines, `3` (default) for normal, `5` for slower environments.51- All command examples below use `sleep 3` — replace `3` with your configured delay.5253### Build5455```bash56clear && sleep 3 && yarn build57```5859### Test6061```bash62# Run all tests63clear && sleep 3 && yarn test64```6566### Verify (before commit)6768```bash69# Full verification — run this before any git commit70clear && sleep 3 && yarn build && yarn test71```7273## Project Structure7475### Type: Single repository7677### Directory Layout7879```80node_modules/81plans/82scaffold/83src/84```8586## Coding Conventions8788### Naming8990- **Files:** kebab-case91- **Components/Classes:** PascalCase92- **Functions/Methods:** camelCase93- **Constants:** UPPER_SNAKE_CASE9495## Git & Commit Conventions9697### Commit Scope9899```100# Use module/feature as scope:101# feat(scaffold): template changes102# fix(generator): generator logic fixes103# chore(project): build/config changes104```105106### Branch Strategy107108- **Main branch:** `master`109- **Feature branches:** `feature/[name]`110111## Special Rules (Project-Specific)112113```114- Template files use {{VARIABLE}} placeholder syntax115- Partials in scaffold/partials/*.txt are injected into templates during generation116- Test scaffolded output by running the scaffold, then yarn && yarn ncu && yarn build in the output directory117```118119## Cross-References120121The generic rule files that read this `project.md`:122123- **make_plan.md** — Uses verify command, file paths, commit scope, task file path patterns124- **code.md** — Uses language conventions, architecture rules125- **testing.md** — Uses test commands, test locations, test framework126- **git-commands.md** — Uses commit scope, verify command127- **agents.md** — Uses shell commands, verify command128
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| bashdeban/fastmind.clinerules/.project-consistency-keeper2.md · 5 | Cline rules | setupbuildtestlint-format+11 | 100/100 | 3 days ago | |
| JCodesMore/ai-website-cloner-template.clinerules · 31k | Cline rules | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0 | Cline rules | buildstylearchgit+2 | 96/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 7 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 7 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| VaillerTeeter/HoshimiNest.clinerules/project-identity.md · 1 | Cline rules | setuparchtypesdo-not | 93/100 | yesterday | |
| HerringtonDarkholme/megarepo.clinerules/02-development.md · 17 | Cline rules | setupbuildteststyle+3 | 92/100 | 3 days ago | |
| blendsdk/codeops-mcp.clinerules/project.md · 0 | Cline rules | buildteststylearch+7 | 91/100 | 3 days ago |
