From cff6928d91494cf8758a965bf4b5f2e6beb8f532 Mon Sep 17 00:00:00 2001 From: untra Date: Sat, 28 Feb 2026 17:00:41 -0700 Subject: [PATCH] readme touchups, code signing finagling so close --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- VERSION | 2 +- backstage-server/package.json | 2 +- docs/_config.yml | 2 +- opr8r/Cargo.toml | 2 +- vscode-extension/package.json | 2 +- vscode-extension/src/webhook-server.ts | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b0e86d..7ad60ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "operator" -version = "0.1.22" +version = "0.1.23" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d936bde..380ea20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "operator" -version = "0.1.22" +version = "0.1.23" edition = "2021" description = "Multi-agent orchestration dashboard for gbqr.us" authors = ["gbqr.us"] diff --git a/README.md b/README.md index bd9cb59..d1824ae 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ![Operator! logo](docs/assets/img/operator_logo.svg) # Operator! +[![GitHub Tag](https://img.shields.io/github/v/tag/untra/operator)](https://github.com/untra/operator/releases) [![codecov](https://codecov.io/gh/untra/operator/branch/main/graph/badge.svg)](https://codecov.io/gh/untra/operator) [![VS Code Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/untra.operator-terminals?label=VS%20Code%20Installs)](https://marketplace.visualstudio.com/items?itemName=untra.operator-terminals) -[![codecov](https://codecov.io/gh/untra/operator/branch/main/graph/badge.svg)](https://codecov.io/gh/untra/operator) -A multi-agent orchestration dashboard for [**AI-assisted**](https://operator.untra.io/getting-started/agents/) [_kanban-shaped_](https://operator.untra.io/getting-started/kanban/) [git-versioned](https://operator.untra.io/getting-started/git/) software development. +An orchestration tool for [**AI-assisted**](https://operator.untra.io/getting-started/agents/) [_kanban-shaped_](https://operator.untra.io/getting-started/kanban/) [git-versioned](https://operator.untra.io/getting-started/git/) software development. Install Operator! Terminals extension from Visual Studio Code Marketplace -Operator is for you if: +**Operator** is for you if: - you do work assigned from tickets on a kanban board , such as [_Jira Cloud_](https://operator.untra.io/getting-started/kanban/jira/) or [_Linear_](https://operator.untra.io/getting-started/kanban/linear/) - you use llm assisted coding agent tools to accomplish work, such as [_Claude Code_](https://operator.untra.io/getting-started/agents/claude/), [_OpenAI Codex_](https://operator.untra.io/getting-started/agents/codex/) @@ -16,7 +16,7 @@ Operator is for you if: - you are drowning in the AI software development soup. -and you're ready to start seriously automating your work. +and you are ready to start seriously automating your work. ## Overview diff --git a/VERSION b/VERSION index 7e72641..001d752 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.22 +0.1.23 diff --git a/backstage-server/package.json b/backstage-server/package.json index 5955917..248c35a 100644 --- a/backstage-server/package.json +++ b/backstage-server/package.json @@ -1,6 +1,6 @@ { "name": "operator-backstage", - "version": "0.1.22", + "version": "0.1.23", "author": { "name": "Samuel Volin", "email": "untra.sam@gmail.com", diff --git a/docs/_config.yml b/docs/_config.yml index df58cc1..7be40bb 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ collections_dir: . # Permalink structure permalink: pretty -version: 0.1.22 +version: 0.1.23 # Google Analytics ga_tag: G-5JZPJWWT7S # Replace with actual GA4 measurement ID from analytics.google.com diff --git a/opr8r/Cargo.toml b/opr8r/Cargo.toml index 4187e9c..5c3d946 100644 --- a/opr8r/Cargo.toml +++ b/opr8r/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opr8r" -version = "0.1.22" +version = "0.1.23" edition = "2021" description = "Minimal CLI wrapper for LLM commands in multi-step ticket workflows" license = "MIT" diff --git a/vscode-extension/package.json b/vscode-extension/package.json index d4adf46..61de90b 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "operator-terminals", "displayName": "Operator! Terminals for vscode", "description": "VS Code terminal integration for Operator! multi-agent orchestration", - "version": "0.1.22", + "version": "0.1.23", "publisher": "untra", "author": { "name": "Samuel Volin", diff --git a/vscode-extension/src/webhook-server.ts b/vscode-extension/src/webhook-server.ts index cb08567..4ec8a0d 100644 --- a/vscode-extension/src/webhook-server.ts +++ b/vscode-extension/src/webhook-server.ts @@ -22,7 +22,7 @@ import { SessionInfo, } from './types'; -const VERSION = '0.1.22'; +const VERSION = '0.1.23'; /** * HTTP server for operator <-> extension communication