Skip to content
Open
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: 1 addition & 0 deletions AGENTS.md
5 changes: 4 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The skill includes detailed reference materials on CRD workflows, translator pat
▼ ▼
┌─────────────┐ ┌──────────────┐
│ Database │ │ Agent Runtime│
│ (SQLite/PG) │ │ (Python) │
│ (Postgres) │ │ (Python) │
└─────────────┘ └──────────────┘
```

Expand Down Expand Up @@ -77,6 +77,8 @@ kagent/

## Core Conventions

See [STYLE.md](STYLE.md) for the full style guide (general principles + per-language rules).

### Error Handling

**Go:**
Expand Down Expand Up @@ -202,6 +204,7 @@ Breaking changes are acceptable in alpha versions.

## Additional Resources

- **Style guide:** See [STYLE.md](STYLE.md) for coding conventions (general + per-language)
- **Development setup:** See [DEVELOPMENT.md](DEVELOPMENT.md)
- **Contributing:** See [CONTRIBUTING.md](CONTRIBUTING.md)
- **Architecture:** See [docs/architecture/](docs/architecture/)
Expand Down
Loading