happier-release
FeaturedResolve Happier's private release authority and run an exact-SHA release or nightly through cheap admission, verified CI evidence, resumable immutable candidates, and terminal publication proof. Use for preparing, dispatching, recovering, or assessing a Happier release.
AI & Automation 1,649 stars
144 forks Updated today MIT
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Happier Release
Keep release policy simple: test source once, admit the operation cheaply, build immutable candidates once, verify once per trust boundary, promote independent products in parallel where the workflow permits, and recover without rebuilding valid work.
## Resolve authority first
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.
Do not publish from a dirty or protocol-incompatible maintainer-tools checkout. Bootstrap/preflight must bind the maintainer-tools commit and return structured admission failures before any release mutation. Do not modify or clean that checkout as an implicit part of releasing.
## Admit without repeating CI
Before expensive candidate work, run the repository's cheap, non-mutating release preflight. It validates operation-specific inputs such as source/channel identity, version and notes projection, maintainer protocol compatibility, tools, credentials, external configuration, and selected runner/platform prerequisites. It must call canonical owners and must not repeat unit, typecheck, integration, or E2E work from source CI.
Cons...
Details
- Author
- happier-dev
- Repository
- happier-dev/happier
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
happier-release-validation
Run target-owned manual deep release certification from an explicit Happier checkout without dispatching a release.
1,649 Updated today
happier-dev AI & Automation Featured
happier-release-promote
Resolve the private Happier release authority for promotion work.
1,649 Updated today
happier-dev Code & Development Featured
happier-release-validation-review
Resolve the private Happier release authority for validation review.
1,649 Updated today
happier-dev