You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update version references and install commands for 0.3.0
- README.md: .[dev,django,websockets] → .[dev] in Quick Start and
Development Setup; Requirements section reflects pydantic as the
only mandatory dep with optional extras table; test module count
19 → 20; add test_optional_extras.py to project structure; add
optional extras entry to Beta roadmap
- CLAUDE.md: status 0.2.0-beta → 0.3.0-beta
- docs/DJANGO_IMPLEMENTATION.md: install command updated to
.[django,websockets,dev-base]
- docs/index.html: topbar badge BETA 0.2.0 → BETA 0.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Component Framework - AI Development Context
1
+
# Component Framework - AI Development Context
2
2
3
3
This file provides context for AI assistants working on this project.
4
4
5
5
## Project Overview
6
6
7
7
**Component Framework** is a Python library for building server-side components with LiveView-style interactivity. It provides a framework-agnostic core with adapters for FastAPI and Django.
0 commit comments