-
Bug Fixes:
- Analyze the problem thoroughly before suggesting fixes
- Provide precise, targeted solutions
- Explain the root cause of the bug
-
Keep It Simple:
- Prioritize readability and maintainability
- Avoid over-engineering solutions
- Use standard libraries and patterns when possible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const parser = require("http-message-parser"); | |
| const ky = require("ky-universal"); | |
| const targetUrl = "https://postman-echo.com"; | |
| function executeHttp(strings) { | |
| const rawRequest = parser(strings.join("\n")); | |
| const { | |
| url, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Connection = require("tedious").Connection; | |
| var Request = require("tedious").Request; | |
| const server = "sqlproxy"; | |
| const port = 10009; | |
| const database = "database"; | |
| const user = "user"; | |
| const password = "ffffffff"; | |
| const query = `select app_name()`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const fs = require('fs'); | |
| const cheerio = require('cheerio'); | |
| const path = require('path'); | |
| const inputFilePath = path.join(__dirname, 'table.html'); | |
| const outputFilePath = path.join(__dirname, 'output.csv'); | |
| const DateHeader = 'Date'; | |
| const RotationDayHeader = 'Rotation Day'; |
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 3 column 8
---
trigger: model_decision
description: This rule should initialize the context of all new chats
globs: *
---
I am an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.
OlderNewer