Skip to content

Commit 1947e87

Browse files
committed
chore: fix docs
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 09d2773 commit 1947e87

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the [README.md](README.md) file for a project overview.
2424
- Create db migration: `make migration m="Your migration message"`
2525
- Run development MCP Inspector: `make run-inspector`
2626

27-
**Note:** Project supports Python 3.13+
27+
**Note:** Project supports Python 3.10+
2828

2929
### Code Style Guidelines
3030

@@ -216,4 +216,4 @@ With GitHub integration, the development workflow includes:
216216
3. **Branch management** - Claude can create feature branches for implementations
217217
4. **Documentation maintenance** - Claude can keep documentation updated as the code evolves
218218

219-
This level of integration represents a new paradigm in AI-human collaboration, where the AI assistant becomes a full-fledged team member rather than just a tool for generating code snippets.
219+
This level of integration represents a new paradigm in AI-human collaboration, where the AI assistant becomes a full-fledged team member rather than just a tool for generating code snippets.

docs/ai-assistant-guide-extended.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,6 @@ notes = await read_note(
781781
)
782782
```
783783

784-
**URL normalization (v0.15.0)**:
785-
786784
```python
787785
# Underscores automatically converted to hyphens
788786
note = await read_note(

0 commit comments

Comments
 (0)