Skip to content

Commit 4260d45

Browse files
committed
docs(readme): add CI badges, release badge, and ASCII banner
1 parent f4e9a50 commit 4260d45

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Sluice
22

3+
[![CI](https://github.com/nnemirovsky/sluice/actions/workflows/ci.yml/badge.svg)](https://github.com/nnemirovsky/sluice/actions/workflows/ci.yml)
4+
[![E2E](https://github.com/nnemirovsky/sluice/actions/workflows/e2e-linux.yml/badge.svg)](https://github.com/nnemirovsky/sluice/actions/workflows/e2e-linux.yml)
5+
[![Lint](https://github.com/nnemirovsky/sluice/actions/workflows/lint.yml/badge.svg)](https://github.com/nnemirovsky/sluice/actions/workflows/lint.yml)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/nnemirovsky/sluice)](https://goreportcard.com/report/github.com/nnemirovsky/sluice)
8+
[![Release](https://img.shields.io/github/v/release/nnemirovsky/sluice)](https://github.com/nnemirovsky/sluice/releases/latest)
9+
10+
```
11+
___ _ _ _ ___ ___ ___
12+
/ __|| | | | | |_ _/ __| __|
13+
\__ \| |__| |_| || | (__| _|
14+
|___/|____|\___/|___\___|___|
15+
```
16+
317
Governance and credential injection proxy for [OpenClaw](https://github.com/openclaw/openclaw). Keeps real secrets out of the agent, enforces per-request policy on every connection and tool call, and puts a human in the loop when it matters.
418

519
## Why Sluice

0 commit comments

Comments
 (0)