docs: add constraint to verify actual package versions
Never trust AI training data for versions - always check PyPI/npm registries Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
52aaf9e365
commit
6175c45399
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ The product uses debate/speech terminology throughout:
|
||||||
- **Performance**: 3D UI must run at 60fps on mid-range hardware; 2D fallback for low-end devices
|
- **Performance**: 3D UI must run at 60fps on mid-range hardware; 2D fallback for low-end devices
|
||||||
- **Independence**: No upstream coordination with Omarchy - must be resilient to their changes
|
- **Independence**: No upstream coordination with Omarchy - must be resilient to their changes
|
||||||
- **Python tooling**: Use ruff for linting and formatting (replaces flake8, black, isort)
|
- **Python tooling**: Use ruff for linting and formatting (replaces flake8, black, isort)
|
||||||
|
- **Package versions**: Always use actual latest versions from PyPI/npm, not AI training data assumptions — verify with `pip index versions` or package registries
|
||||||
|
|
||||||
## Key Decisions
|
## Key Decisions
|
||||||
|
|
||||||
|
|
@ -90,6 +91,7 @@ The product uses debate/speech terminology throughout:
|
||||||
| Self-hosted infrastructure | Build server already available; full control over build environment | - Pending |
|
| Self-hosted infrastructure | Build server already available; full control over build environment | - Pending |
|
||||||
| Greenfield implementation | No legacy constraints; can build architecture correctly from start | - Pending |
|
| Greenfield implementation | No legacy constraints; can build architecture correctly from start | - Pending |
|
||||||
| Ruff for Python tooling | Fast, replaces flake8+black+isort; better DX with single tool | - Pending |
|
| Ruff for Python tooling | Fast, replaces flake8+black+isort; better DX with single tool | - Pending |
|
||||||
|
| Verify package versions | Always check actual latest from registries, never trust AI assumptions | - Pending |
|
||||||
|
|
||||||
---
|
---
|
||||||
*Last updated: 2026-01-25 after initialization*
|
*Last updated: 2026-01-25 after initialization*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue