Skip to content

Commit e2d65c1

Browse files
committed
add docs
1 parent ee4dfb3 commit e2d65c1

41 files changed

Lines changed: 20508 additions & 633 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing
22

3+
## Python Package
4+
35
### Style guide
46

57
We follow the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html), check it for details.

.github/copilot-instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Copilot Instructions for AgentAdapter
1+
# Coding Guidelines
22

33
## Project Overview
44

@@ -24,15 +24,17 @@ AgentAdapter is a dual-language project containing both Python and TypeScript im
2424
## Coding Standards
2525

2626
### Python
27+
2728
- Follow the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
2829
- Use `ruff` for linting and formatting
2930
- Maintain Python 3.11+ compatibility
3031
- Run `make lint` and `make test` from `src_py/` before committing
3132

3233
### TypeScript
34+
3335
- Use ESLint for code quality
3436
- Follow TypeScript strict mode conventions
35-
- Run `make lint` and `make build` from `src_ts/` before committing
37+
- Run `make lint` and `make test` from `src_ts/` before committing
3638

3739
## Development Workflow
3840

docs/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/architecture.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)