Skip to content

Commit 443538b

Browse files
committed
chore: handling of output changed
1 parent 8af9ecc commit 443538b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,16 @@ You are an expert in TypeScript, Angular, and scalable web application developme
4545
- Design services around a single responsibility
4646
- Use the `providedIn: 'root'` option for singleton services
4747
- Use the `inject()` function instead of constructor injection
48+
49+
## Output
50+
51+
- Generate code files only; do not paste code into chat responses.
52+
- Keep chat responses brief and only include essential status updates.
53+
54+
## GENERAL
55+
56+
- Never use Zsh-History-Expansion
57+
- Always fix underlying root causes. Do not bypass feature guardrails or silence warnings/errors by changing response semantics unless explicitly requested.
58+
- Always resolve the root cause of issues. Do not repeat approaches that have already failed, and do not bypass feature guardrails or silence warnings/errors by changing response semantics unless explicitly requested.
59+
- At the end of each task, all changes and fixes are reviewed by another AI agent (for example: Claude, Google Gemini, or OpenAI Codex).
60+
- Change the AGENTS.md and README.md to reflect architectural changes.

0 commit comments

Comments
 (0)