Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"metadata": {
"description": "Audit-and-report optimizer for Rust GitHub Actions CI, release, and Docker pipelines — hands fixes off to autopilot.",
"version": "0.1.0"
"version": "0.2.0"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.0](https://github.com/agentic-incubator/rust-optimizer/compare/v0.1.0...v0.2.0) (2026-07-01)


### Features

* scaffold rust-optimizer marketplace plugin and optimize skill ([09df15a](https://github.com/agentic-incubator/rust-optimizer/commit/09df15a89e5cb96152c7a7e3fd47c71aaafe009c))

## Changelog

All notable changes to this project are documented in this file. This file is
generated and maintained by [release-please](https://github.com/googleapis/release-please)
from [Conventional Commits](https://www.conventionalcommits.org/) — do not edit it by hand.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-optimizer",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Quality and validation tooling for the rust-optimizer marketplace. The deliverable is prompt content (a skill, commands, and scripts); these dev scripts keep the manifests valid and the docs lint-clean.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rust-optimizer/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-optimizer",
"version": "0.1.0",
"version": "0.2.0",
"description": "Audit a Rust repo's GitHub Actions CI, release workflow, Docker images, caching, and dependency graph; produce a prioritized optimization report and an autopilot-ready OPTIMIZATION_SPEC.md written in Definition-of-Done vocabulary (cmd:/grep:/grep:absent:) so fixes ship via the autopilot pipeline. It never edits code — it detects (account- and visibility-aware), reports, hands off, and measures before/after impact.",
"author": {
"name": "Chris Phillipson"
Expand Down
Loading