From 378c88e5a111fa1aa9ff010eca13dcffc31f052e Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 21 Sep 2026 21:35:57 +0800 Subject: [PATCH] docs(readme): add shields.io badges (build, license, last commit) Portfolio triage phase 5: surface build/license/last-commit at the top of the README. Inserted after the H1 with a trailing blank line so the rest of the README keeps its line spacing. No other content touched. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 36feeb5..9600233 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Agent Action Stack +[![build](https://img.shields.io/github/actions/workflow/status/EauDoon/agent-action-stack/ci.yml?branch=main)](https://github.com/EauDoon/agent-action-stack/actions) +[![license](https://img.shields.io/github/license/EauDoon/agent-action-stack)](https://github.com/EauDoon/agent-action-stack/blob/main/LICENSE) +[![last commit](https://img.shields.io/github/last-commit/EauDoon/agent-action-stack)](https://github.com/EauDoon/agent-action-stack) + **One reference path across three public libraries: decide, act, prove.** Agent Action Stack is a thin orchestrator. It does not re-implement the libraries. It runs them in a fixed order so a visitor can see how they compose.