2026-03-10T19:15:03Z - 2026-09-10T19:15:03Z
Overview
3 releases published by 3 users
Published
v1.5.0
v1.5.0
Published
v1.4.0
v1.4.0
Published
v1.3.0
v1.3.0
33 pull requests merged by 4 users
Merged
#69 fix: keep import-batch running after token failures
Merged
#68 fix: normalize Debian payload modes
Merged
#67 fix: keep Debian publish token out of curl argv
Merged
#66 fix: report unauthenticated auth state honestly
Merged
#61 docs: correct release token scope contract
Merged
#59 fix: clarify publish-deb auth failure
Merged
#58 chore: release stoke 1.5.0
Merged
#55 feat: publish releases through stoke CLI
Merged
#52 docs: add repository intake forms
Merged
#49 fix: audit repository scope coverage
Merged
#47 docs: document stoke contribution facts
Merged
#45 fix: guard package lock version parity
Merged
#44 docs: update renamed Kimi login in README
Merged
#42 docs: pin governance records to Forgejo ceremony 0.6.3
Merged
#41 feat: add fast-forward repo sync
Merged
#40 release: prepare stoke 1.4.0
Merged
#38 fix: preserve apt signature verification
Merged
#37 feat: upload release assets
Merged
#35 feat: support organization-owned repository creation
Merged
#31 Adopt ceremony labels and review machinery
Merged
#29 Add label support to issue creation
Merged
#20 Add issue show/comment, --json output, and pr review --commit
Merged
#19 auth login: default to least-privilege token scopes
Merged
#18 install-apt: fail fast when the registry has no Release file
Merged
#17 Add CI workflow for PRs and main pushes
Merged
#16 design: stoke brand system (replaces #12, without the 23MB of binaries)
Merged
#14 Add stoke repo clone with ephemeral token handling
Merged
#15 Add release, label, and api commands (v1.3.0)
Merged
#6 Harden install-apt Node bootstrap and polish pr review CLI (v1.2.1)
Merged
#5 install-apt: bootstrap Node 22 when distro nodejs cannot satisfy the dependency
Merged
#4 Add pr show, comment and review commands
Merged
#3 Add apt distribution: deb packaging, registry publish, release automation
Merged
#2 Audit: fix auth/config bugs, add issue/pr create, tests and docs
30 issues closed from 3 users
Closed
#65 src/cli.js — repo import-batch resolves each item's source token inside that item's try, so one missing token cannot end the batch
Closed
#63 scripts/build-deb.sh — normalize the payload's modes instead of inheriting the builder's umask
Closed
#62 scripts/publish-deb.sh — keep the release token out of curl's argv, the contract publish-release.sh already keeps one step later
Closed
#64 src/cli.js — stoke auth tells the truth about a token it cannot revoke, and exits non-zero when there is no session
Closed
#27 epic: the five CLI gaps — priority order, and the two spec rescopes (#1, #23) that made them buildable
Closed
#56 release 1.5.0 — ship v1.4.0..main through the converted release door, with the CHANGELOG section as the notes
Closed
#60 .forgejo/workflows/release.yml — state RELEASE_TOKEN's real scope set (read:user, write:package, write:repository)
Closed
#54 .forgejo/workflows/release.yml — publish the release through stoke's own CLI, with the CHANGELOG section as the notes
Closed
#57 scripts/publish-deb.sh — report the CI cause when the token is empty, not laptop advice, and cover it with a test
Closed
#50 .github/ISSUE_TEMPLATE/ — ship the proposal door CONTRIBUTING.md already promises
Closed
#53 probe: API issue creation under blank_issues_enabled=false
Closed
#51 .github/ISSUE_TEMPLATE/ — ship the proposal door CONTRIBUTING.md already promises
Closed
#48 .github/labeler.yml + .github/labels.conf — cover the repo's surfaces with the five scope rows, and guard the residue
Closed
#46 CONTRIBUTING.md — write the repo-specific facts five routers already point every agent at
Closed
#32 release 1.4.0 — ship everything in v1.3.0..main, incl. issue create --label and release create --asset
Closed
#43 package-lock.json — bump it with package.json, and gate the two-file version bump in CI
Closed
#33 README names a login that no longer exists — kimi-reviewer-andresmgsl 307s to kimi-bot-andresmgsl
Closed
#23 repo sync — fast-forward-only update of an imported repo from its upstream
Closed
#1 apt install path — signature-verified end to end (signed-by=), no [trusted=yes]
Closed
#39 fix: bump ceremony pin to 0.6.3 so draft PRs stop being marked as conflicting
Closed
#25 release create --asset / release upload — attach assets to a release, and print the release id
Closed
#24 repo create --owner — create repositories under an organization, not only the authenticated user
Closed
#30 adopt ceremony review machinery — .github/labels.conf roster, pinned labels workflows, .ceremony/ mirror
Closed
#26 feature: issue create cannot set labels, so every minted issue trips the ceremony triage sweep
Closed
#10 feature: issue show/comment and machine-readable --json output
Closed
#11 feature: optional commit_id for stoke pr review
Closed
#9 security: narrow default scopes created by stoke auth login
Closed
#7 docs: README overclaims apt availability while heavy-duty Debian registry is empty
Closed
#8 ci: run tests on PR and main pushes (not only on release tags)
Closed
#13 feature: add authenticated repository clone command