dialectic-respond

dialectic-respond is a command for coding agents from cirwel/unitares. It costs 11 tokens per session (401 once invoked), scanned A, original, Apache-2.0.

A command for inspecting and answering an existing UNITARES dialectic session, which is a structured exchange between assigned roles that examines a question from opposing positions.

In plain words
What is it for?
Use it to retrieve a session, determine whether a thesis or antithesis response is due, and submit the appropriate response when you are the assigned participant.
Why use it?
It checks who is allowed to answer and which response is required, reducing the risk of replying as the wrong agent or using an unrelated session identity.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/cirwel/unitares/dialectic-respond
Clone the repo
git clone --depth 1 https://github.com/cirwel/unitares

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dialectic-respond

README.md
[![agentmods](https://agentmods.dev/badge/commands/cirwel/unitares/dialectic-respond.svg)](https://agentmods.dev/commands/cirwel/unitares/dialectic-respond)
Your own site
<a href="https://agentmods.dev/commands/cirwel/unitares/dialectic-respond"><img src="https://agentmods.dev/badge/commands/cirwel/unitares/dialectic-respond.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.00401
Opus 5 $0.00005 $0.00200
Sonnet 5 $0.00002 $0.00080
Haiku 4.5 $0.00001 $0.00040

Measured 3d ago against content hash b85479f75899, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dialectic-respond scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/dialectic-respond.md · 40 lines

What it actually says

Start by checking the local workspace cache inventory.

Use the shared helper:

  • scripts/client/session_cache.py list

If the newest entry contains parent_agent_id, use it as expected-actor lineage context, not as proof by itself.

If you need to bind to that exact cached UUID before responding, use an advanced proof-owned rebind only with a matching current in-process token. Without proof, call /governance-start to mint fresh. Declare parent_agent_id only when this process is genuinely inheriting work from a finished predecessor.

Do not rely on weaker fingerprint/session fallback when dialectic authorization depends on the exact actor.

Then inspect the target session with:

  • dialectic(action='get', session_id='<session_id>')

Use the returned required_role, required_agent_id, current_agent_can_submit, and recommended_action fields to decide the next step.

Workflow:

  1. If phase is thesis: the paused agent should respond via dialectic(action='thesis', ...).
  2. If phase is antithesis and the current bound agent is the assigned reviewer: respond via dialectic(action='antithesis', ...).
  3. If phase is antithesis and the current bound agent should answer instead of the assigned reviewer: use dialectic(action='antithesis', ..., take_over_if_requested=true, takeover_reason='...').
  4. If phase is synthesis: respond via dialectic(action='synthesis', ...).
  5. If the session is already resolved/failed/escalated, report that instead of trying to write.

When reporting back:

  • state the current phase
  • state who is allowed to act next
  • if you submitted a response, summarize the position you took
  • if you had to take over reviewer ownership, say so explicitly
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 40 lines · 11 tokens per session scan A b85479f75899

Subscribe to this mod's changes

dialectic-respond is a command published in the GitHub repository cirwel/unitares (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 11 tokens to every session and 401 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.