Skip to content

Commit 9e6970a

Browse files
authored
Merge pull request #1576 from mfts/feat/qna
feat: add q&a conversations
2 parents b241644 + 9b7423f commit 9e6970a

File tree

82 files changed

+5904
-2538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+5904
-2538
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
description:
3+
globs:
4+
alwaysApply: true
5+
---
6+
---
7+
description: Base Guidelines for Sonnet-3.7 + Cursor Agent
8+
globs: *,**/*
9+
---
10+
11+
# Instructions
12+
13+
1. Always use codebase_search with target_directories="{{INSERT YOUR DIRECTORY}}" first to find existing core files
14+
2. Always check existing system files purposes before creating new ones with similar functionality
15+
3. Always list the cursor rules youre using
16+
17+
# Optional
18+
19+
- If a prompt or request specifies certain behaviors, languages, or output formats, you must obey them without deviation.
20+
- Do not include explanations, reasoning, or filler text unless explicitly instructed. Stick strictly to the requested output.
21+
- If multiple steps or sub-requests are given, address them in the specified order. Provide answers in the exact format or sequence requested.
22+
- Pay close attention to all stated constraints (e.g., language choice, performance goals, coding style). Do not ignore any requirement or best practice stated.
23+
- Only produce output relevant to the question or instructions. Do not add features, code, or details beyond what is explicitly asked.
24+
- Deliver the response in a minimal yet complete form. Avoid unnecessary verbosity and tangential remarks.
25+
- If the prompt requests a specific output format (e.g., a fenced code block, bullet points, JSON), follow that format exactly.
26+
- If a prompt includes a pre-seeded answer structure (e.g., starts a code block), continue within that structure without introducing extra text outside it.
27+
- If the request is ambiguous, you may ask clarifying questions (if instructions allow). Otherwise, state briefly that more information is needed.
28+
- When generating or modifying code, adhere to best practices for clarity, maintainability, and efficiency, as appropriate to the specified language or framework.
29+
- Do not generate or include private data (API keys, secrets) unless explicitly provided in context. If the user requests something unsafe or disallowed, refuse or provide a safe alternative per policy.

0 commit comments

Comments
 (0)