atproto Thingiverse but good
10

Configure Feed

Select the types of activity you want to include in your feed.

lexicon for xrpc download

Orual (Jun 29, 2026, 7:06 PM EDT) e7a7319a 08d9e8a7

+21 -1
+1 -1
AGENTS.md
··· 106 106 107 107 - Investigate code and docs before asking factual questions. 108 108 - Ask the operator for product intent and workflow tradeoffs. 109 - - Keep Jira updated at workflow gates. When adding Jira comments with restricted visibility through Atlassian MCP tools, use role visibility `{ "type": "role", "value": "Member" }`. 109 + - Keep Jira updated at workflow gates. Do not restrict comment visibility — leave comments visible to all. 110 110 111 111 ## Code style 112 112
+20
lexicons/library/getPartFile.json
··· 1 + { 2 + "lexicon": 1, 3 + "id": "space.polymodel.library.getPartFile", 4 + "defs": { 5 + "main": { 6 + "type": "query", 7 + "description": "Fetch and reassemble a part's chunked geometry file into its original bytes. Returns the reconstructed file with its declared MIME type and a safe filename.", 8 + "parameters": { 9 + "type": "params", 10 + "required": ["uri"], 11 + "properties": { 12 + "uri": { "type": "string", "format": "at-uri" } 13 + } 14 + }, 15 + "output": { 16 + "encoding": "*/*" 17 + } 18 + } 19 + } 20 + }