Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Thumbs.db
bin/

# LLM
CLAUDE.md
.claude/settings.local.json

# dev
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
1 change: 0 additions & 1 deletion site/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ docs/api-reference/
__*__/
.build

CLAUDE.md
mise.toml
*.log
1 change: 1 addition & 0 deletions site/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
1 change: 0 additions & 1 deletion strands-py/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ repl_state
.kiro
uv.lock
.audio_cache
CLAUDE.md
2 changes: 1 addition & 1 deletion strands-py/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ from .tools import Tool
- **Variables/Functions**: `snake_case`
- **Classes**: `PascalCase`
- **Constants**: `UPPER_SNAKE_CASE`
- **Private members**: Prefix with `_`
- **Private members, functions, and modules**: Prefix with `_` (e.g. `_helper()`, `_internal.py`)

### Error Handling

Expand Down
1 change: 1 addition & 0 deletions strands-py/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
1 change: 1 addition & 0 deletions strands-ts/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export class AgentSkillsPlugin implements Plugin { ... }
- Do NOT include `@example` for type definitions, interfaces, or internal types
- Interface properties MUST have single-line descriptions
- TSDoc validation enforced by ESLint
- Mark exported symbols that are not part of the public API with the `@internal` TSDoc tag. Use this for exports that other modules need but SDK consumers should not depend on.

### Code Style Guidelines

Expand Down
1 change: 1 addition & 0 deletions strands-ts/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
1 change: 1 addition & 0 deletions test-infra/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading