lorem-dev
- 8 skills
- 0 followers
- 6 hours ago last updated
- ▌ Check Docs · lorem-devVerify that the docs/ site, README.md, and CHANGES.md are current with the code: nav links resolve, documented commands and options still exist, and version references match the current version in package.json.
- ▌ Bump Version · lorem-devSet the monorepo version across all package.json files and promote the CHANGES.md Development section to a released Version section, then create the release commit. Does not tag or push.
- ▌ Check Changes · lorem-devVerify that CHANGES.md (Development section) reflects every commit since the last release. Flag missing entries, stale entries, over-long entries, or commits that have no corresponding changelog bullet.
- ▌ Check Licenses · lorem-devEnumerate direct dependencies from every Cargo.toml and package.json, check each license against the acceptable/unacceptable list in CONTRIBUTING.md, update the Third-Party Notices section of LICENSE, and fail if any dependency carries a disallowed license.
- ▌ Check Glibc Floor · lorem-devVerify the Linux glibc floor is consistent everywhere it is stated: the release workflow's runner image is the source of truth, and scripts/install.sh, docs/, and the release download labels must all agree with it. Also confirms the statically linked musl CLI is still built and published.
- ▌ Pre Release Check · lorem-devGate a release by running check-changes, check-docs, run-tests-and-linters, check-licenses, check-fixture-repo, and check-glibc-floor, plus verifying the version bump and that all commits since the last release follow the conventional-commits format.
- ▌ Check Fixture Repo · lorem-devValidate the examples/test-repo fixture submodule and drive the built CLI against it end to end -- resolution schemes, groups, hooks, guidance precedence, executables, skill dependencies and `repo lint`, MCP presets and parameters, and the verify/repair round-trip -- in a throwaway state directory that cannot touch the developer's real configuration.
- ▌ Run Tests And Linters · lorem-devInstall dependencies, run the Rust gates (cargo fmt, clippy, test) and the TypeScript gates (ESLint, tsc typecheck, Vitest with v8 coverage at 90%, and the renderer Vite build). Report any failures clearly with file paths and line numbers.