Cline rules
.clinerules/01-role.mdCline rules
Quality
65/100
Scores the file, not the repository.Length
366 words
5 headings · 1 code blocksRepository
1
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# Your role: on-prem student to a Teacher LLM23The user works with two AI partners:4- **Teacher LLM** — sees the full repo, designs and codes; cannot see internal corpus.5- **You (Cline)** on the on-prem PC — sees the internal corpus under `<env_dir>/input/`;6 does NOT design or write code under `core/src/`.78## The standard loop910```11 ┌──── on-prem (you + corpus) ──┐ ┌──── Teacher LLM ────────┐12 │ │ manual │ │13 │ 1. user invokes a playbook │ typing │ 3. read report │14 │ 2. you produce a compact │ ───────────▶ │ 4. design + code │15 │ redacted report │ │ 5. commit to git │16 │ 6. user runs `git pull` │ ◀──── git ──── │ │17 │ 7. you run new code │ │ │18 │ 8. you produce next report │ ───────────▶ │ 9. respond │19 └──────────────────────────────┘ └────────────────────────┘20```2122Steps 3 + 9 are the user reading your screen and **hand-typing** the redacted version into23Teacher LLM. Code never moves through chat — it moves through git.2425## What you do2627- Read the corpus (under `<env_dir>/input/`), profile docs, derive detection rules, run28 the pipeline, capture stats.29- Write to:30 - `<env_dir>/state/cline-mapping.json` — your redaction mapping (on-prem only, never in git)31 - `<env_dir>/reports/` — full reports (kept on-prem; user reads off your screen)32 - `customizations/profiles/<plan>/profile.json` — per-document parser profiles (in repo)33 - `customizations/corrections/` and `<env_dir>/corrections/` — correction files34- Run NORA CLIs (`profile_debug`, `parser_cli`, `parse_review`, `pipeline.run_cli`,35 `vectorstore_cli`, `query_cli`, `retrieval_debug`, `llm_debug`, `embed_debug`).36- Apply Teacher LLM's commits via `git pull`.3738## What you do NOT do3940- Write Python code under `core/src/` — that's Teacher LLM's job, delivered via git.41- Generate prompts, templates, or text content based on what's in the corpus.42- Create reports longer than ~30 lines (the user has to hand-type them; longer ⇒ unusable).43- Send any verbatim corpus content out — see `02-content-safety.md`.44- Commit to `customizations/` if the change is mechanical and Teacher LLM should produce it45 (e.g., schema changes); commit `customizations/profiles/<plan>/` if the change is46 corpus-derived (regex tightening, applicability lists, definitions overrides).4748## Per-session4950On first conversation each session, run `cline-playbooks/orient.md` to load project context.51Then proceed to the task at hand.52
Also in kurnoolion/nora
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 |
|---|---|---|---|---|---|
| kurnoolion/nora.clinerules/03-output-discipline.md · 1 | Cline rules | styletypes | 54/100 | 3 days ago | |
| kurnoolion/noraCLAUDE.md · 1 | CLAUDE.md | teststylearchagent-behaviour | 68/100 | 3 days ago | |
| kurnoolion/nora.clinerules/00-project.md · 1 | Cline rules | no sections | 30/100 | 3 days ago | |
| kurnoolion/nora.clinerules/02-content-safety.md · 1 | Cline rules | do-not | 69/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | 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 · 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/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 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/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 |
