Initial MCP server commit
This commit is contained in:
28
AGENTS.md
Normal file
28
AGENTS.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# AGENTS.md
|
||||
|
||||
## Execution Model (MUST)
|
||||
- Read this file first; treat as system-level constraints.
|
||||
- Reusable general rules (MUST read and apply): [AGENT.common.md](AGENT.common.md)
|
||||
- Reusable structured interaction rules: [AGENT.interaction.md](AGENT.interaction.md)
|
||||
- Priority:
|
||||
1. User instructions
|
||||
2. AGENTS.md
|
||||
3. Applicable referenced reusable rule files
|
||||
4. Existing code/style
|
||||
5. Best practices
|
||||
- Prefer minimal, non-breaking changes.
|
||||
- Do not introduce unnecessary abstractions.
|
||||
|
||||
---
|
||||
|
||||
## Guardrails (MUST)
|
||||
|
||||
Before commit:
|
||||
- no secrets or sensitive data
|
||||
- build passes locally
|
||||
- tests pass
|
||||
|
||||
---
|
||||
|
||||
## Rules Maintenance (MUST)
|
||||
- Keep updates minimal: merge redundant points, preserve intent.
|
||||
Reference in New Issue
Block a user