Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/prx-description-enumerate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

Enumerate the signing claim in the project description (`community.json`): drop
the universalized "every privileged effect is verified against its signed owner"
for the accurate "git-writes signed and verified against their owner". Regenerates
README and `prx.jsonld`. Aligns with bounded.tools and the org profile, per the
project's own "enumerate, don't universalize" rule. Metadata/docs only: no API or
behavior change, no package release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->
# prx

> The agent-run work-unit CLI: capability-scoped agents whose every privileged effect is verified against its signed owner, driving a work unit through one signed, content-addressed pipeline to a merged PR.
> The agent-run work-unit CLI: capability-scoped agents driving each work unit through one signed, content-addressed pipeline to a merged PR — git-writes signed and verified against their owner.

`prx` — the agent-run PR contract / work-unit CLI, plus the `@bounded-systems/*`
libraries it builds on. A Bun + TypeScript monorepo.
Expand Down
2 changes: 1 addition & 1 deletion packages/prx/community/community.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"project": {
"name": "prx",
"tagline": "the agent-run PR contract / work-unit CLI",
"description": "The agent-run work-unit CLI: capability-scoped agents whose every privileged effect is verified against its signed owner, driving a work unit through one signed, content-addressed pipeline to a merged PR.",
"description": "The agent-run work-unit CLI: capability-scoped agents driving each work unit through one signed, content-addressed pipeline to a merged PR — git-writes signed and verified against their owner.",
"claims": [
"An agent cannot perform an action its role doesn't own.",
"A privileged effect not produced by its owning actor fails verification.",
Expand Down
2 changes: 1 addition & 1 deletion prx.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@id": "https://github.com/bounded-systems/prx",
"name": "prx",
"slogan": "the agent-run PR contract / work-unit CLI",
"description": "The agent-run work-unit CLI: capability-scoped agents whose every privileged effect is verified against its signed owner, driving a work unit through one signed, content-addressed pipeline to a merged PR.",
"description": "The agent-run work-unit CLI: capability-scoped agents driving each work unit through one signed, content-addressed pipeline to a merged PR — git-writes signed and verified against their owner.",
"backedClaims": [
"An agent cannot perform an action its role doesn't own.",
"A privileged effect not produced by its owning actor fails verification.",
Expand Down
Loading