Update docs to --all-groups#2065
Conversation
Greptile SummaryThis PR updates developer documentation to replace
Confidence Score: 5/5Documentation-only change with no runtime impact; all four files are internally consistent and accurately reflect the new group-based dependency layout. All changes are confined to markdown docs and update a single flag ( No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Clone repo] --> B[export GIT_LFS_SKIP_SMUDGE=1]
B --> C[uv sync --all-groups]
C --> D{Goal?}
D -->|Type check| E[uv run mypy dimos]
D -->|Default tests| F[uv run pytest --numprocesses=auto dimos]
D -->|Self-hosted tests| G[uv sync --group tests-self-hosted]
G --> H[pytest -m self_hosted dimos/...]
Reviews (2): Last reviewed commit: "Merge branch 'main' into all-groups" | Re-trigger Greptile |
|
some issue with CI with this @Dreamsorcerer |
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Having moved development dependencies from the extras into groups, developers will now need to install the groups.