

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456# Script Kit App Debugging Workflow78## Log System Overview9Script Kit app has a comprehensive logging system defined in [logs.ts](mdc:src/main/logs.ts). Logs are written to `~/Library/Logs/ScriptKit/` and organized by component type.1011## Available Log Files12- `main.log` - Main application logs13- `term.log` - Terminal/PTY related logs (useful for invoke-pty debugging)14- `process.log` - Process management logs15- `script.log` - Script execution logs16- `error.log` - Error logs across all components17- `prompt.log` - Prompt-related logs18- `ipc.log` - Inter-process communication logs19- And many others (see [logs.ts](mdc:src/main/logs.ts) for the full list)2021## Debugging Process221. **Ask User to Run Application**: Always ask user to run Script Kit app first232. **Wait for Confirmation**: User must confirm app is running and they've reproduced the issue243. **Check Relevant Logs**: Use appropriate log files based on issue type:25```bash26 # For terminal/PTY issues27 tail -n 100 ~/Library/Logs/ScriptKit/term.log2829 # For general application issues30 tail -n 100 ~/Library/Logs/ScriptKit/main.log3132 # For errors33 tail -n 100 ~/Library/Logs/ScriptKit/error.log34```3536## Log Analysis37Look for:38- Error messages and stack traces39- Performance timing information40- Component-specific debug output41- PTY pool behavior (for terminal issues)4243## Console Statement Debugging44- Console statements in fallback logger use stored variables to prevent Biome removal45- Check [logs.ts](mdc:src/main/logs.ts) fallback logger section for console functionality46
One 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 |
|---|---|---|---|---|---|
| script-kit/app.cursor/rules/_testing.mdc · 97 | Cursor rules | setupteststylearch+5 | 81/100 | today | |
| script-kit/app.cursor/rules/debugging-logs.mdc · 97 | Cursor rules | archagent-behaviour | 54/100 | today | |
| script-kit/app.cursor/rules/development-workflow.mdc · 97 | Cursor rules | lint-formatstyletypesagent-behaviour | 61/100 | today | |
| script-kit/app.cursor/rules/search.mdc · 97 | Cursor rules | teststyletesting-strategyperformance | 62/100 | today |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/script-kit-app-cursor-rules-debugging-workflow)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.