+5
-3
CLAUDE.md
+5
-3
CLAUDE.md
···
10
10
- `TANGLED_PDS_URL` optional (auto-discovery from handle unless custom PDS)
11
11
12
12
## deployment
13
-
- repo mirrored to both tangled and github
13
+
- primary development on github (CI/deployment via FastMCP Cloud)
14
+
- mirrored to tangled for dogfooding/showcase
14
15
- single `git push origin main` pushes to both remotes
15
16
- use `just push "message"` for convenience
16
-
- github: https://github.com/zzstoatzz/tangled-mcp
17
-
- tangled: git@tangled.sh:zzstoatzz.io/tangled-mcp
17
+
- **primary**: https://github.com/zzstoatzz/tangled-mcp
18
+
- **mirror**: git@tangled.sh:zzstoatzz.io/tangled-mcp
19
+
- think of github as source of truth since that's where deployment happens
18
20
19
21
## code quality
20
22
- ruff: import sorting (I), pyupgrade (UP)