{"id":51332545,"url":"https://github.com/lotoos0/adhd-release-gate","last_synced_at":"2026-07-02T00:03:27.007Z","repository":{"id":336907989,"uuid":"1151565037","full_name":"lotoos0/adhd-release-gate","owner":"lotoos0","description":"One-command micro-releases: a Release Gate template (Makefile + scripts) that forces “done” via proof, changelog, tags, and push.","archived":false,"fork":false,"pushed_at":"2026-02-06T17:49:01.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T01:52:37.923Z","etag":null,"topics":["adhd-friendly","automation","git","makefile","productivity","release","templates","workflow"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lotoos0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-06T16:15:59.000Z","updated_at":"2026-02-06T17:49:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lotoos0/adhd-release-gate","commit_stats":null,"previous_names":["lotoos0/adhd-release-gate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lotoos0/adhd-release-gate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotoos0%2Fadhd-release-gate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotoos0%2Fadhd-release-gate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotoos0%2Fadhd-release-gate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotoos0%2Fadhd-release-gate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lotoos0","download_url":"https://codeload.github.com/lotoos0/adhd-release-gate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotoos0%2Fadhd-release-gate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35027341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adhd-friendly","automation","git","makefile","productivity","release","templates","workflow"],"created_at":"2026-07-02T00:03:25.848Z","updated_at":"2026-07-02T00:03:27.004Z","avatar_url":"https://github.com/lotoos0.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ADHD Release Gate\n\nDrop-in release gate template for ADHD-friendly micro-releases.\n\nA tiny workflow template to stop \"almost done\" projects from dying.\n\nRuns tests, generates a deterministic demo proof, fingerprints it, appends a 3-line changelog entry, tags with a timestamp, and pushes — all via `make release`.\n\n## 3 Rules\n\n1. **One feature at a time** — `make feature` blocks new `feat:` commits until you `make release`\n2. **Proof or nothing** — every release requires working demo saved to `artifacts/proof.txt` (\u003c10s)\n3. **Release from main** — `make release` works only from `main` branch with clean git status\n\n## 7 Commands\n\n```bash\n# Initialize in new repo (idempotent)\nmake init\n\n# Check system status (last tag, gate status, working tree)\nmake status\n\n# Check if you can start new feature\nmake feature\n\n# Run tests (default dummy, replace in scripts/test.sh)\nmake test\n\n# Run demo (replace in scripts/demo.sh with your quick demo)\nmake demo\n\n# Check gate without success message\nmake gate-check\n\n# Make release: test → demo → fingerprint → changelog → tag → push\nmake release\n```\n\n## Exit Codes\n\n- `0` — success\n- `1` — tests failed\n- `2` — gate blocked (unreleased feat commits)\n- `3` — wrong branch (not main)\n- `4` — dirty git or staged files\n- `5` — demo failed\n- `6` — push failed\n\n## Quick Start\n\n```bash\ngit clone \u003cthis-repo\u003e\ncd \u003cyour-project\u003e\nmake init                    # creates structure\n# Replace scripts/demo.sh with your quick demo\ngit add -A\ngit commit -m \"feat: initial setup\"\nmake release                 # first release\n# From now on: make feature → work → make release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flotoos0%2Fadhd-release-gate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flotoos0%2Fadhd-release-gate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flotoos0%2Fadhd-release-gate/lists"}