@profoundry-us/highball 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @profoundry-us/highball
|
|
2
2
|
|
|
3
|
+
**Website:** [highball.profoundry.us](https://highball.profoundry.us)
|
|
4
|
+
|
|
3
5
|
The Highball runner: executes a repo's `.highball/checks.yml` rules and blocks
|
|
4
6
|
AI coding agents on failure (exit 2, the Claude Code hook contract) — "local
|
|
5
7
|
CI for AI agents". Enforcement is entirely local and needs no account, no
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@profoundry-us/highball",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Highball runner — local CI for AI coding agents: runs a repo's .highball/checks.yml rules, blocks the agent on failure, and optionally reports runs to PostHog.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git+https://github.com/profoundry-us/highball.git"
|
|
16
16
|
},
|
|
17
|
-
"homepage": "https://
|
|
17
|
+
"homepage": "https://highball.profoundry.us",
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/profoundry-us/highball/issues"
|
|
20
20
|
},
|