atproto Thingiverse but good
10

Configure Feed

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

fixed a skill issue

Orual (Jun 29, 2026, 7:06 PM EDT) 9f0a8078 ee04adc2

+3 -7
+1 -1
.gitignore
··· 11 11 *.step 12 12 13 13 # Local-only Confluence draft staging (source of truth is Confluence space PM) 14 - /docs/prior-art/ 14 + /docs/**
+1 -5
.polytoken/skills/refining-human-documents/SKILL.md
··· 67 67 68 68 Evidence: 69 69 - Polytoken facets can transclude shipped prompt chunks. 70 - - The override uses `{{ transclude("polytoken://system_prompts/plan.md") }}`. 70 + - The override uses a `transclude("polytoken://system_prompts/plan.md")` directive (wrapped in double curly braces). 71 71 ``` 72 72 73 73 Avoid: ··· 121 121 - [ ] Made open questions and follow-ups explicit. 122 122 - [ ] Improved concision without deleting important rationale. 123 123 - [ ] Avoided inventing facts or strengthening claims beyond the evidence. 124 - 125 - 126 - 127 -
+1 -1
AGENTS.md
··· 59 59 60 60 - Investigate code and docs before asking factual questions. 61 61 - Ask the operator for product/demo intent and workflow tradeoffs. 62 - - Keep Jira updated at workflow gates. 62 + - Keep Jira updated at workflow gates. When adding Jira comments with restricted visibility through Atlassian MCP tools, use role visibility `{ "type": "role", "value": "Member" }`; the value is singular, and observed rejected values include `Administrators`, `Members`, and `Viewers`. 63 63 - Do not put secrets in repo files.