Skip to content

v0.11.0 - Fail-closed Agent readiness initializer

Choose a tag to compare

@lindixu6-hash lindixu6-hash released this 16 Aug 22:54

What shipped

  • New zero-dependency agentic-init CLI that creates agent-card.json and .github/workflows/agent-readiness.yml.
  • Supports read-only, draft-only, and state-changing risk profiles.
  • Every starter begins at 0/20, contains explicit TODO fields, and retains one launch blocker.
  • State-changing placeholders require approval by default.
  • The generated workflow pins public @v0 and enables strict blocker failure.
  • Atomic overwrite protection: if either target exists, neither file is modified unless --force is explicit.
  • English and Simplified Chinese five-minute quickstarts.
  • CI executes the generated card through the real Action and verifies score 0, profile failure, and one blocker.
  • 113 deterministic tests.

中文说明

  • 新增零依赖 agentic-init CLI,一条命令生成 agent-card.json 与 GitHub Actions 工作流。
  • 支持只读、仅草稿、状态变更三类风险 Profile。
  • Starter 默认 0/20,保留全部 TODO 和一个显式上线 blocker。
  • 状态变更占位工具默认强制审批。
  • 生成的工作流锁定公开 @v0,并开启严格 blocker 失败。
  • 原子覆盖保护:任意目标文件已存在时,除非显式 --force,否则两个文件都不修改。
  • 提供完整中英文五分钟 Quickstart。
  • CI 使用真实 Action 验证生成卡片必须以 0 分、Profile 失败和一个 blocker 阻断。
  • 113 项确定性测试通过。

CI evidence: https://github.com/lindixu6-hash/awesome-agentic-engineering/actions/runs/31977712943

Public install evidence / 公开安装证据

The final CI installs agentic-init from github:...#v0 into a fresh temporary directory and verifies the generated name, read-only profile, ten zero scores, one blocker, and pinned Action workflow.

最终 CI 会从公开 github:...#v0 安装 agentic-init 到全新临时目录,并验证名称、只读 Profile、10 项零分、一个 blocker 与锁定的 Action 工作流。