Skip to content

Commit ef60e4c

Browse files
committed
docs: clean
1 parent e673ca1 commit ef60e4c

26 files changed

Lines changed: 487 additions & 9489 deletions

AGENTS-DOC.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Acontext code writing rule
22
- Don't write the SDK code that passing the default value, make sure the SDK code is clean and short as possible.
33

4+
### always write the minimum doc
5+
- Each doc should start with 1-2 straightforward sentences that convey the core value of the doc.
6+
- Use step components to make your guidance clearer, and always provide a folded, complete code snippet (runnable) at the end of each step.
7+
- Do not add extra explanations or best practice sections; maintain the clear value of each doc.
8+
9+
### connect the right docs at the end
10+
always find the related docs. if any, write a next step section to guide the user to those docs.
11+
412
### correct way to write acontext client init
513
```py
614
import os

0 commit comments

Comments
 (0)