Goal
Recruit independent developers to reproduce Maqam's exact-approval proof and apply it to one real agent tool.
Start here
npx -y maqam@0.3.2 demo approval
The bundled demo should show:
- the first request requires approval;
- altered input is rejected;
- the exact approved input executes once;
- replay is rejected;
- source-linked evidence is emitted.
Design-partner task
Integrate one consequential tool through ToolGateway?for example a file write, HTTP mutation, deployment command, issue update, or browser form submission?and report:
- Node and operating-system version;
- time from install to first governed run;
- the policy and approval boundary used;
- whether altered-input and replay tests failed closed;
- any unclear documentation or unsafe default;
- a minimal reproduction for failures, with credentials and private data removed.
Acceptance criteria
This is early 0.x software. Maqam governs only operations routed through registered adapters; it is not an OS sandbox and does not make an unsafe tool safe.
Goal
Recruit independent developers to reproduce Maqam's exact-approval proof and apply it to one real agent tool.
Start here
The bundled demo should show:
Design-partner task
Integrate one consequential tool through
ToolGateway?for example a file write, HTTP mutation, deployment command, issue update, or browser form submission?and report:Acceptance criteria
This is early
0.xsoftware. Maqam governs only operations routed through registered adapters; it is not an OS sandbox and does not make an unsafe tool safe.