Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chock changelog

## Unreleased
## 0.11.2 — The plugins page states each client's own crash answer

- **The plugins page states each client's own answer to a crashed guard.** Every tree's
`PLUGINS.md` said a crashed guard "asks -- on Codex CLI, denies", naming Codex on the Cursor,
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract: >-
type: software
authors:
- name: Open Coder AI
version: 0.11.1
version: 0.11.2
license: Apache-2.0
repository-code: https://github.com/open-coder-ai/chock
url: https://github.com/open-coder-ai/chock
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
version:
description: Chock version to install
required: false
default: "0.11.1"
default: "0.11.2"

runs:
using: composite
Expand Down
Binary file modified docs/assets/social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/assets/social-preview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ chock init .
Use the action in a workflow:

```yaml
- uses: open-coder-ai/chock@v0.11.1
- uses: open-coder-ai/chock@v0.11.2
with:
command: check
version: 0.11.1
version: 0.11.2
```

The action installs the pinned version via `pipx` and runs the command. The `v1` major
Expand Down
2 changes: 1 addition & 1 deletion docs/reviewer-evidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ un-forkable.) Add a step using this repository's `action.yml`:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: open-coder-ai/chock@v0.11.1
- uses: open-coder-ai/chock@v0.11.2
with:
command: review require --base origin/main
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "chock"
# Version contract (docs/compatibility.md): PATCH releases are emitter-byte-identical;
# MINOR releases may change compiled output. 0.1.0 is the first public release; the
# 0.0.1a0 pre-release exists only because PyPI names are claimed by uploading.
version = "0.11.1"
version = "0.11.2"
description = "Governance-as-code for AI coding agents: write a rule once, enforce it on git hooks, CI, and every agent"
readme = "README.md"
# PEP 639 SPDX expression; needs setuptools >= 77 (pinned in build-system below).
Expand Down
Loading