Skip to content

Development

AOJDevStudio edited this page Aug 1, 2026 · 1 revision

Development

Repository documentation is the source reference for contributors and local operations. This Wiki provides the reader-facing path; avoid duplicating implementation detail when a source document is more appropriate.

Local checks

uv run pytest -m "not integration"
uv run ruff check .
uv run ruff format --check .
uv run mypy src/
bun run docs:check-links

The focused test command verifies local code behavior. It is not evidence of a production deployment, release, account connection, or market-data result.

Documentation changes

  • Keep reader journeys in this Wiki.
  • Keep contributor, operational, and source-reference material in docs/.
  • Update the evidence ledger whenever a published claim changes.
  • Select a Wiki-impact status in the repository pull-request template.

For current contributor rules, read the repository’s contributing guide. For publication steps, read Wiki Maintenance.

Clone this wiki locally