Cline rules
.clinerules/01-project.mdCline rules
Quality
39/100
Scores the file, not the repository.Length
207 words
4 headings · 0 code blocksRepository
4
— · pushed 43 days agoLast changed
3 days ago
First indexed 3 days ago.1# Project Context23This repository is a Python Twitch chat bot.45The bot listens to Twitch chat through TwitchIO EventSub and generates short public replies through the OpenAI Responses API.67## Core Files89- `main.py` contains the bot runtime, Twitch EventSub subscription, reply decision logic, OpenAI calls, cooldowns, and logging.10- `.env.example` documents configuration variables. Do not add real secrets to it.11- `prompt/system_prompt.txt.example` is the committed prompt template.12- `prompt/system_prompt.txt` is local-only and may contain private behavior instructions.13- `.github/workflows/pr-agent.yml` configures PR-Agent for GitHub pull requests.14- `.pr_agent.toml` configures PR-Agent behavior.1516## Project Constraints1718- Keep implementation simple unless a change clearly benefits from splitting modules.19- Preserve TwitchIO EventSub behavior unless the task explicitly changes how chat messages are received.20- Treat Twitch chat replies as public user-facing output.21- Keep replies short, bounded, and appropriate for live chat.22- When adding or changing environment variables, update `.env.example` and `README.md`.23- When changing user-visible behavior, update `README.md`.2425## Security2627- Never read, print, commit, or expose values from `.env`, `prompt/system_prompt.txt`, `.tio.tokens.json`, or API token files.28- Do not log `OPENAI_API_KEY`, `TWITCH_TOKEN`, `TWITCH_CLIENT_SECRET`, or OAuth validation responses containing sensitive data.29- Do not weaken checks around Twitch token scopes or `TWITCH_BOT_ID` ownership without a specific reason.3031
Also in Hikari-Tsai/twitch-bot
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 |
|---|---|---|---|---|---|
| Hikari-Tsai/twitch-bot.clinerules/02-python.md · 4 | Cline rules | teststyle | 60/100 | 3 days ago | |
| Hikari-Tsai/twitch-botAGENTS.md · 4 | AGENTS.md | gitagent-behaviour | 58/100 | 3 days ago | |
| Hikari-Tsai/twitch-bot.clinerules/03-docs.md · 4 | Cline rules | stylegitagent-behaviourdocs | 48/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| 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 | |
| lepinkainen/humanlog.clinerules/project-rules.md · 0 | Cline rules | setupbuildtestlint-format+8 | 96/100 | 3 days ago | |
| 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 | |
| VaillerTeeter/HoshimiNest.clinerules/project-identity.md · 1 | Cline rules | setuparchtypesdo-not | 93/100 | yesterday | |
| blendsdk/codeops-mcp.clinerules/project.md · 0 | Cline rules | buildteststylearch+7 | 91/100 | 3 days ago |
