Openharness Daily: Council Workflow and Host Install Fixes
The Agro repository landed two merged PRs on September 17th: a rework of the strategic proposal workflow into a new council-based deliberation process, and a fix that lets agent-browser install properly on the host instead of being silently opted out.
Duration: PT2M21S
Episode overview
This episode is a short developer briefing from Openharness Daily.
It explains recent repository work in plain language.
- Show: Openharness Daily
- Published: 2026-09-17T12:00:29Z
- Audio duration: PT2M21S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's September 17th, 2026, and this is Openharness Daily.
Both merges in this cycle share a common thread: making the system's behavior more explicit and more honest about what it's actually doing under the hood.
First, PR 1077 closes out issue 1076 by introducing a new "slash council" workflow. Instead of a single strategic proposal generating a plan in isolation, the system now runs independent proposals, checks evidence, synthesizes advisor input, and surfaces dissent when it happens rather than hiding it. The strategic…
Second, PR 1079 fixes a real installation bug. The agent-browser tool was refusing to install on the host because its tool entry only carried one install argument list, and that same list was being reused for both sandbox and host targets — which effectively marked it as host-incapable. The fix adds separate host…
The pattern here: both changes are about not conflating two things that look similar but aren't — a roadmap versus a deliberation, or a sandbox install versus a host install. Collapsing those distinctions caused real problems, whether that's hidden dissent or a broken install path.
What's next: if you maintain other tool entries, check…