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
13 changes: 11 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sync: none
sla: none
authority: canonical
audience: [ai-agents, contributors]
last_updated: 2026-05-24
last-verified: 2026-05-24
last_updated: 2026-05-30
last-verified: 2026-05-30
---

# CLAUDE.md: QubeML
Expand Down Expand Up @@ -62,3 +62,12 @@ pip install -e ".[dev]"
pytest
jupyter notebook
```

Lint, format, and type-check (config lives in `pyproject.toml`):

```bash
black . # format (line-length 88, configured in [tool.black])
black --check . # verify formatting without writing
flake8 # lint (dev dependency; no repo config file, uses defaults)
mypy src # type-check (configured in [tool.mypy], python 3.9)
```
18 changes: 0 additions & 18 deletions docs/architecture.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/deployment.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/troubleshooting.md

This file was deleted.

Loading