Resolve Happier's private release authority from the public repository contract.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add happier-dev/happier --skill happier-release --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Happier Release?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/happier-dev-happier-release)More formats (shields.io, HTML) on the badges page.
---
name: happier-release
description: Resolve Happier's private release authority from the public repository contract.
metadata: {"openclaw":{"homepage":"https://github.com/happier-dev/happier"}}
---
# Happier Release
Inspect the public machine-readable contract with:
```bash
node scripts/pipeline/run.mjs release-contract
```
Then resolve the private release authority for the absolute checkout:
```bash
hmaint release bootstrap --repo <absolute checkout> --json
```
Use the returned private skill and its instructions as authoritative. The public contract defines targets, profiles, and compatibility intent; private operating procedure stays outside this repository.
Issue availability is a public release contract owned by `docs/issue-triage.md`. Normal nightly, preview, and stable workflows snapshot only the earlier `stage:*` queues proven by the selected source topology before candidate binding, then advance those snapshots only after their existing post-promotion verifier succeeds: current `dev` nightly uses source, `dev` → `preview` uses source/dev, `preview` → `main` uses preview, and direct `dev` → `main` uses source/dev. This handles an authorized lower-channel bypass without attributing later dev corrections to an older preview candidate. A reconciliation failure does not roll back already published artifacts, but it is a visible release-workflow failure: inspect/retry the idempotent label job or leave the issues at their prior stage for the next matching release. Never compensate by closing issues or claiming a channel shipped without release evidence.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!