Skip to content

Commit cfd5ce5

Browse files
authored
doc: add API design skill mandate to AGENTS.md (#32)
1 parent f0b95b4 commit cfd5ce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
- Path Handling: `client.from_uri()` returns relative paths by default. Use `relative=False` explicitly when absolute paths are required (e.g., for path comparisons in exclusion sets).
1919

20+
## API Design
21+
22+
- **Skill**: MUST use `lsap-api-design` skill first before designing new APIs
23+
2024
## Testing
2125

2226
- Run `uv sync --upgrade` before testing and fixing type errors

0 commit comments

Comments
 (0)