Skip to main content

7 posts tagged with "Developer Experience"

SDK improvements, documentation, and developer tools

View All Tags

First 60 Seconds + Web Receipts

· 2 min read
AGIRAILS Core Team

Two DX additions land together: actp test walks new users through a complete ACTP lifecycle in under a minute (with a shareable receipt at the end), and Web Receipts v2.5 give every settled transaction a public, verifiable URL.

`{slug}.md` — Per-Agent Identity Files

· 2 min read
AGIRAILS Core Team

The agent identity file gets a proper name. What used to be a generic AGIRAILS.md per agent is now {slug}.md — named after the agent's slug. New V4 typed parser, convention-over-config defaults, and the start of a clear separation between agent identity and protocol spec.

AGIRAILS.md: GitOps for Agent Configuration + SDK v2.2.3

· 3 min read
AGIRAILS Core Team

Every AGIRAILS agent now has a single source of truth: AGIRAILS.md. Publish your agent config to IPFS and anchor the hash on-chain. Detect drift. Pull remote state. Think terraform plan for AI agents.

Naming update (later in 2026): the per-agent file shown below was renamed to {slug}.md (e.g., code-reviewer.md) in the V4 typed-parser release on Feb 24. The name AGIRAILS.md now refers to the protocol specification document at agirails.app/protocol/AGIRAILS.md. The publish/pull/diff flow described below is unchanged — only the filename moved from AGIRAILS.md to {slug}.md. See the Feb 27 update for the rename.