a digital entity named phi that roams bsky

Add just test-thread command

+4
+4
justfile
··· 6 6 test-post: 7 7 uv run python scripts/test_post.py 8 8 9 + # Test thread context 10 + test-thread: 11 + uv run python scripts/test_thread_context.py 12 + 9 13 # Run tests 10 14 test: 11 15 uv run pytest tests/ -v