Below you will find pages that utilize the taxonomy term “Rtonf”
July 7, 2026
MaintainerOps AI
Version updated for https://github.com/rtonf/maintainerops-ai to version v0.1.14.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v0.1.14 Marketplace Snapshot and Package Metadata Consistency MaintainerOps AI v0.1.14 is a small consistency release for public package and Marketplace evidence.
Changes Updated npm package repository metadata to the canonical git+https://github.com/rtonf/maintainerops-ai.git URL. Corrected the README GitHub Action example from the stale v0.1.12 tag to the currently verified Marketplace latest tag before release. Added an API-free security diff review for the metadata and Marketplace snapshot cleanup. Tracked the release workflow in Issue #85. Verification npm run verify git diff --check npm view maintainerops-ai version dist-tags --json GitHub Marketplace public listing check Notes This release does not change runtime behavior, model prompts, GitHub permissions, authorization boundaries, or package execution logic. It exists to keep Marketplace-facing documentation and package metadata aligned with the public release process.
July 5, 2026
MaintainerOps AI
Version updated for https://github.com/rtonf/maintainerops-ai to version v0.1.13.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Summary Adds maintainerops demo, a no-key/no-token/no-fixture CLI path that prints a real offline review packet. Demo mode is forced offline and rejects live GitHub/model options. Updates README, Marketplace notes, and external feedback docs so testers can try a packet with one npm command. Records an API-free security diff review for the demo path. Verification node dist/cli.js demo --format markdown node dist/cli.js demo --format json node dist/cli.js demo --model gpt-4o-mini fails closed node dist/cli.js demo --repo owner/repo fails closed npm run format:check git diff --check npm run verify PR #79 checks passed post-merge CodeQL passed Safety The demo command does not require OPENAI_API_KEY, GITHUB_TOKEN, repository access, or local fixture files. It does not modify GitHub state.
July 4, 2026
MaintainerOps AI
Version updated for https://github.com/rtonf/maintainerops-ai to version v0.1.12.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed MaintainerOps AI v0.1.12 expands model-backed eval readiness and records the first passing 10-case live eval run.
Highlights:
Added a dedicated 10-case model-backed eval file. Added smoke / expanded / all suites plus targeted –case execution. Added –cases-file, –summary-json, and API-free npm run eval:model:list. Added stricter recommended-action and risk-bound checks. Improved normalization for dependency updates, license metadata issues, and direct security-boundary findings. Recorded the approved 10-case live model-backed eval result. Live eval evidence:
July 1, 2026
MaintainerOps AI
Version updated for https://github.com/rtonf/maintainerops-ai to version v0.1.11.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v0.1.11 npm Provenance Metadata Repair MaintainerOps AI v0.1.11 is a publishing metadata repair release after v0.1.10 reached npm Trusted Publishing but failed provenance validation.
Fix Adds package.json repository.url with https://github.com/rtonf/maintainerops-ai. Keeps the npm Trusted Publishing workflow tokenless and provenance-backed. Preserves the v0.1.10 model-backed eval, label normalization, and release workflow changes. Verification Plan npm run verify GitHub PR checks and post-merge CodeQL Publish GitHub Release v0.1.11 Confirm the npm Trusted Publishing workflow publishes maintainerops-ai@0.1.11 Verify: npm view maintainerops-ai version dist-tags time --json npm exec --yes --package maintainerops-ai@latest -- maintainerops --help