atproto Thingiverse but good
12

Configure Feed

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

some docs updates

Orual (Jun 29, 2026, 7:06 PM EDT) 2b26a05f b4a8ac82

+8 -8
+3 -3
.polytoken/project_vars.yaml
··· 1 1 design_workflow_instructions: | 2 2 For this repository, Jira project `PM` is both the human source of truth and the agent working truth for implementation tasks when Jira tools are available and permitted. 3 3 4 - Use Jira issue status, descriptions, comments, and linked Confluence pages as durable task state. Use Confluence space `PM` for larger design notes, demo narrative, product decisions, and workplace-facing explanation. Local Markdown is supporting material only unless a task explicitly says otherwise. 4 + Use Jira issue status, descriptions, comments, and linked Confluence pages as durable task state. Use Confluence space `PM` for larger design notes, product narrative, product decisions, and workplace-facing explanation. Local Markdown is supporting material only unless a task explicitly says otherwise. 5 5 6 - Polymodel is an AT Protocol-native model/project sharing app — roughly Thingiverse on atproto — and a workplace demo of highly integrated agent workflows with Polytoken, Jira, Confluence, and jj workspaces. The tentative product shape is project/profile/like lexicons, profile/recent/hot feeds, and an in-browser STL viewer. `three-d` and `kiss3d` are candidate viewer libraries; prefer a spike before committing. 6 + Polymodel is an AT Protocol-native model/project sharing app — roughly Thingiverse on atproto — being built for release as a real product. The tentative product shape is project/profile/like lexicons, profile/recent/hot feeds, and an in-browser STL viewer. `three-d` and `kiss3d` are candidate viewer libraries; prefer a spike before committing. 7 7 8 8 plan_handoff_instructions: | 9 9 For Jira-backed tasks, cite the Jira issue key, current status, claim state, relevant Confluence links, jj workspace/bookmark name, validation commands, and review-gate requirements. The handoff should name `jira-solo-tasker-execute` when produced by the Jira solo-tasker workflow. 10 10 11 - Implementation plans should preserve both goals: build the atproto model-sharing app and demonstrate what is possible with agents in a highly integrated, well-designed workflow using Polytoken. 11 + Implementation plans should focus on building the atproto model-sharing app as a polished, releasable product. 12 12 13 13 orual_workflow: 14 14 source_of_truth:
+1 -1
.polytoken/skills/jira-design-tasker/SKILL.md
··· 16 16 17 17 For this repository, Jira project `PM` is both the human source of truth and the agent working truth when Jira tools are available and permitted. 18 18 19 - Confluence space `PM` is the durable home for design artifacts, product decisions, research summaries, and demo narrative. 19 + Confluence space `PM` is the durable home for design artifacts, product decisions, research summaries, and product narrative. 20 20 21 21 Local Markdown is supporting material only unless a task explicitly says otherwise. 22 22
+2 -2
AGENTS.md
··· 19 19 - Jira project key: `PM`. 20 20 - Confluence space key: `PM`; numeric space ID for page APIs: `98315`; overview/root page ID: `98479`. 21 21 - Jira is both the human source of truth and the agent working truth for implementation tasks when Jira tools are available. 22 - - Confluence is the durable design and demo-narrative space. 22 + - Confluence is the durable design and product-narrative space. 23 23 - Local Markdown is supporting material unless a task explicitly says otherwise. 24 24 25 25 ## VCS ··· 95 95 ## Agent behavior 96 96 97 97 - Investigate code and docs before asking factual questions. 98 - - Ask the operator for product/demo intent and workflow tradeoffs. 98 + - Ask the operator for product intent and workflow tradeoffs. 99 99 - Keep Jira updated at workflow gates. When adding Jira comments with restricted visibility through Atlassian MCP tools, use role visibility `{ "type": "role", "value": "Member" }`. 100 100 101 101 ## Code style
+1 -1
Cargo.toml
··· 17 17 version = "0.1.0" 18 18 edition = "2024" 19 19 license = "MIT OR Apache-2.0" 20 - description = "Agent-workflow demo app built with Rust, Dioxus, Jacquard, Jira, Confluence, and Polytoken." 20 + description = "AT Protocol-native model and project sharing app built with Rust, Dioxus, and Jacquard." 21 21 22 22 [features] 23 23 default = ["web"]
+1 -1
flake.nix
··· 1 1 { 2 - description = "polymodel Rust/Dioxus/Jacquard agent-workflow demo"; 2 + description = "polymodel: AT Protocol-native model/project sharing app built with Rust/Dioxus/Jacquard"; 3 3 4 4 inputs = { 5 5 nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";