Skip to content

Commit 25f834b

Browse files
committed
docs: add CI badges, Conformance section, bump version to v1.1
1 parent 3737907 commit 25f834b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Execution Boundary Observability Pattern (v1)
22

3+
[![conformance-static](https://github.com/Nick-heo-eg/execution-observability-profile/actions/workflows/conformance-static.yml/badge.svg)](https://github.com/Nick-heo-eg/execution-observability-profile/actions/workflows/conformance-static.yml) [![conformance-integration](https://github.com/Nick-heo-eg/execution-observability-profile/actions/workflows/conformance-integration.yml/badge.svg)](https://github.com/Nick-heo-eg/execution-observability-profile/actions/workflows/conformance-integration.yml)
4+
5+
36
Observability pattern for [Execution Boundary](https://github.com/Nick-heo-eg/execution-boundary) systems.
47

58
**The gate controls execution. This profile observes the gate.**
@@ -127,7 +130,7 @@ This profile follows the Execution Boundary layer versioning conventions:
127130
- **Collector config changes**: patch version, no compatibility gate
128131
- **Dashboard/alert changes**: patch version, no compatibility gate
129132

130-
Current version: **v1.0**
133+
Current version: **v1.1**
131134

132135
Compatibility with Core Spec: [execution-boundary-core-spec](https://github.com/Nick-heo-eg/execution-boundary-core-spec) (commit: `d3e239b`)
133136

@@ -200,6 +203,14 @@ A DENY that never reaches the backend would be the failure mode. None occurred.
200203

201204
---
202205

206+
---
207+
208+
## Conformance
209+
210+
This profile is enforced by CI.
211+
Pull requests that violate invariants will fail.
212+
See [conformance/](conformance/) for machine-verifiable rules.
213+
203214
## License
204215

205216
Apache 2.0

0 commit comments

Comments
 (0)