You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public /docs page links the bounty API, activity views, ledger API, bounty rules, paid-bounties guide, agent guide, API examples, and ledger details. It does not currently link the short bounty lifecycle checklist, the bounty summary API, or the treasury proposals API.
That leaves a discovery gap for agents and contributors who start from /docs: they can find the raw bounty list, but may miss the lifecycle/status and pending-proposal checks that are needed to avoid non-claimable, duplicate, or stale work.
This is especially relevant to #649-style work because the common mistakes are lifecycle mistakes: proposed-work intake versus a live implementation bounty, pending payout versus paid proof-backed work, and raw availability versus effective availability.
docs/agent-guide.md tells agents to inspect /api/v1/bounties/summary and /api/v1/treasury/proposals, and to use docs/bounty-lifecycle.md as the short checklist for claimable/proposed/pending/paid/closed states: https://github.com/ramimbo/mergework/blob/main/docs/agent-guide.md
Existing docs PRs around non-PR/proposed/pending bounty semantics clarify wording, but the current app/templates/docs.html still lacks these lifecycle and treasury-discovery links.
Possible acceptance criteria
/docs includes a visible link to the bounty lifecycle checklist.
/docs includes visible links to /api/v1/bounties/summary and /api/v1/treasury/proposals.
Existing docs links remain present.
A focused route test or docs-smoke check protects at least the lifecycle and treasury-proposal links.
The change is docs/navigation only and does not alter API behavior, ledger entries, bounty availability calculations, treasury proposals, proof creation, wallets, balances, labels, or payouts.
Evidence or tests required
Inspect app/templates/docs.html or the rendered /docs page and confirm the three links are present.
Run the focused docs smoke or route test chosen by maintainers, for example python scripts/docs_smoke.py if that is the existing coverage surface.
Confirm existing docs links such as Bounty API, Bounty rules, paid bounty discussion, Agent usage, Public API examples, and Ledger details remain present.
Duplicate search
I searched for existing issues using phrases including:
docs bounty lifecycle summary treasury proposals
/docs bounty lifecycle
bounties summary treasury proposals docs page
public docs treasury proposals API
I did not find an existing proposed-work issue for adding these lifecycle/summary/treasury discovery links to /docs. Related but distinct issues include #688, #697, and #698 as described above.
Problem
The public
/docspage links the bounty API, activity views, ledger API, bounty rules, paid-bounties guide, agent guide, API examples, and ledger details. It does not currently link the short bounty lifecycle checklist, the bounty summary API, or the treasury proposals API.That leaves a discovery gap for agents and contributors who start from
/docs: they can find the raw bounty list, but may miss the lifecycle/status and pending-proposal checks that are needed to avoid non-claimable, duplicate, or stale work.This is especially relevant to #649-style work because the common mistakes are lifecycle mistakes: proposed-work intake versus a live implementation bounty, pending payout versus paid proof-backed work, and raw availability versus effective availability.
Evidence
/api/v1/bountiesanddocs/bounty-rules.md, but notdocs/bounty-lifecycle.md,/api/v1/bounties/summary, or/api/v1/treasury/proposals:https://github.com/ramimbo/mergework/blob/main/app/templates/docs.html
https://github.com/ramimbo/mergework/blob/main/README.md
docs/agent-guide.mdtells agents to inspect/api/v1/bounties/summaryand/api/v1/treasury/proposals, and to usedocs/bounty-lifecycle.mdas the short checklist for claimable/proposed/pending/paid/closed states:https://github.com/ramimbo/mergework/blob/main/docs/agent-guide.md
MRWK bounty: 50 MRWK - accepted proposed-work requests, round 1 #649
Proposed work
Add visible public
/docslinks for the existing lifecycle and discovery surfaces:docs/bounty-lifecycle.md/api/v1/bounties/summary/api/v1/treasury/proposalsAlso add or extend a focused docs/page smoke check so these links do not disappear from
/docslater.Expected value
/docscan find the lifecycle checklist and proposal surfaces before opening work or posting claims.Relationship to related proposals
/docspage.submit_work_proofstructuredContent keys. This proposal is unrelated to MCP response shape.app/templates/docs.htmlstill lacks these lifecycle and treasury-discovery links.Possible acceptance criteria
/docsincludes a visible link to the bounty lifecycle checklist./docsincludes visible links to/api/v1/bounties/summaryand/api/v1/treasury/proposals.Evidence or tests required
app/templates/docs.htmlor the rendered/docspage and confirm the three links are present.python scripts/docs_smoke.pyif that is the existing coverage surface.Duplicate search
I searched for existing issues using phrases including:
docs bounty lifecycle summary treasury proposals/docs bounty lifecyclebounties summary treasury proposals docs pagepublic docs treasury proposals APII did not find an existing proposed-work issue for adding these lifecycle/summary/treasury discovery links to
/docs. Related but distinct issues include #688, #697, and #698 as described above.Out of scope