Skip to content

Commit a40fd89

Browse files
committed
chore: claude -> agents
1 parent 72a727b commit a40fd89

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude/skills/socketio-stub-updater/SKILL.md renamed to .agents/skills/socketio-stub-updater/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git diff <OLD_TAG>..<NEW_TAG> -- src/socketio/*.py
6161
Run the analysis script to identify what changed:
6262

6363
```bash
64-
uv run python .github/skills/socketio-stub-updater/scripts/analyze_changes.py \
64+
uv run python .agents/skills/socketio-stub-updater/scripts/analyze_changes.py \
6565
--old-version <OLD_TAG> \
6666
--new-version <NEW_TAG> \
6767
--socketio-path /tmp/python-socketio-source

.claude/skills/socketio-stub-updater/references/EXAMPLE_5.10_to_5.11.md renamed to .agents/skills/socketio-stub-updater/references/EXAMPLE_5.10_to_5.11.md

File renamed without changes.

.claude/skills/socketio-stub-updater/references/REFERENCE.md renamed to .agents/skills/socketio-stub-updater/references/REFERENCE.md

File renamed without changes.

.claude/skills/socketio-stub-updater/scripts/analyze_changes.py renamed to .agents/skills/socketio-stub-updater/scripts/analyze_changes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
of API changes that need to be reflected in the stub files.
66
77
Usage:
8-
python analyze_changes.py --old-version v5.10.0 --new-version v5.11.0 \
8+
uv run .agents/skills/socketio-stub-updater/scripts/analyze_changes.py \
9+
--old-version v5.10.0 --new-version v5.11.0 \
910
--socketio-path /tmp/python-socketio-source
1011
1112
Output:

.github/skills

Lines changed: 0 additions & 1 deletion
This file was deleted.

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ src/
3333
4. Define internal types in `_types.pyi`
3434
5. Avoid `Incomplete` - use concrete types
3535

36-
**⚠️ Updating Stubs**: For stub updates or new module additions, use the `socketio-stub-updater` skill located in `.github/skills/socketio-stub-updater/SKILL.md`
36+
**⚠️ Updating Stubs**: For stub updates or new module additions, use the `socketio-stub-updater` skill located in `.agents/skills/socketio-stub-updater/SKILL.md`
3737

3838
```python
3939
def func(param: str, optional: int = ...) -> bool: ...

pyrefly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project-includes = [
22
"src/socketio-stubs",
33
"src/tests",
4-
".claude/skills/socketio-stub-updater/**/*.py",
4+
".agents/skills/socketio-stub-updater/**/*.py",
55
]
66
python-platform = "linux"
77
python-version = "3.12"

0 commit comments

Comments
 (0)