Skip to content

Commit e7cdacb

Browse files
committed
doc: update AGENTS.md
1 parent 0018239 commit e7cdacb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
## Code Style Guidelines
1111

12-
- Python: 3.12+ required
13-
- Types: Full type annotations required, use `lsp_client.utils.types.lsp_type` for standard LSP types
12+
- Types: Full Python 3.12 type annotations required, use `lsp_client.utils.types.lsp_type` for standard LSP types
1413
- Error handling: Must use concrete exception types
1514
- Async: Use async/await, `asyncer.TaskGroup` for concurrency
1615
- Structure: Follow capability-based protocol pattern in `capability/` module

0 commit comments

Comments
 (0)