1. Scaffold a task
~/AgentCall/<line>/tasks/architecture-history/SKILL.md:
description is required. Optional fields are name, keywords,
examples, tools, timeout_s, workdir, and threadable. The directory
name is the task ID.
2. Validate before publishing
lint checks task manifests, effective policy assertions, and the rendered
card. The other commands make the final grants and working directories visible
for human review.
3. Grant access
agentcall card push republishes
after a direct policy-file edit.
Add policy assertions
Assertions prevent an accidental edit from silently widening access:Success check
agentcall lint exits successfully and agentcall card shows the intended task,
audience, capabilities, and working directory—nothing more.
Source of truth: README task and policy behavior.