Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/how-to/agent-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ The repository includes VS Code launch configurations in `docs/how-to/contributi

The package can work standalone (offline mode) or connect to the API for cloud features and dashboard visualization.

## Opening Pull Requests

Fill in every section of `.github/PULL_REQUEST_TEMPLATE.md` and pass it with `gh pr create --body-file`; a plain `--body` skips the template. Leave the AI Usage Disclosure choice to the human contributor.

## Tips for Effective Development

1. **Start with tests**: Run existing tests first to understand current state
Expand Down
Loading