happier-release
FeaturedResolve Happier's private release authority from the public repository contract.
AI & Automation 1,495 stars
134 forks Updated today MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
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-promote
Resolve the private Happier release authority for promotion work.
1,495 Updated today
happier-dev Code & Development Featured
happier-release-validation-review
Resolve the private Happier release authority for validation review.
1,495 Updated today
happier-dev AI & Automation Featured
happier-release-validation
Run target-owned manual deep release certification from an explicit Happier checkout without dispatching a release.
1,495 Updated today
happier-dev