//! `wk agents` — print the bundled `AGENTS.md` integration guide for
//! AI agents. The file is embedded at build time so the running binary
//! is the authoritative source for whichever release the user installed.
use Result;
const AGENTS_MD: &str = include_str!;
pub async