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
6 changes: 3 additions & 3 deletions ecosystem/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ The ecosystem manifest is designed to keep recipes, skills, plugins, and marketp
| Surface | Minimum version | Used for |
|---------|-----------------|----------|
| Manifest schema | `2026-05-13` | Shared metadata, permissions, docs, examples, and marketplace listing fields |
| QVeris CLI | `>=0.5.0` | `discover`, `inspect`, `call`, `usage`, `ledger`, and `init` recipe commands |
| QVeris MCP server | `>=0.6.0` | Canonical MCP tools plus usage and credits ledger audit tools |
| QVeris Python SDK | `>=0.1.0` | Typed `QverisClient`, `Agent`, and audit methods |
| QVeris CLI | `>=0.6.0` | `discover`, `inspect`, `call`, `usage`, `ledger`, and `init` recipe commands |
| QVeris MCP server | `>=0.7.0` | Canonical MCP tools plus usage and credits ledger audit tools |
| QVeris Python SDK | `>=0.2.0` | Typed `QverisClient`, `Agent`, and audit methods |
| QVeris agent skill | `>=0.1.0` | Agent-facing discover, inspect, call, and audit workflow guidance |

## Compatibility Policy
Expand Down
4 changes: 2 additions & 2 deletions ecosystem/templates/plugin-manifest.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
]
},
"compatibility": {
"cli": ">=0.5.0",
"python_sdk": ">=0.1.0"
"cli": ">=0.6.0",
"python_sdk": ">=0.2.0"
},
"marketplace": {
"listing_slug": "replace-with-plugin-slug",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/templates/skill-manifest.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"compatibility": {
"agent_skill": ">=0.1.0",
"mcp": ">=0.6.0"
"mcp": ">=0.7.0"
},
"marketplace": {
"listing_slug": "replace-with-skill-slug",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qverisai/cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "QVeris CLI for agent capability discovery, inspection, calling, and audit",
"type": "module",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qverisai/mcp",
"version": "0.6.0",
"version": "0.7.0",
"description": "QVeris MCP server for agent tool discovery, inspection, and calling",
"keywords": [
"qveris",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qveris"
version = "0.1.0"
version = "0.2.0"
description = "QVeris Python SDK for agent capability discovery, calling, and audit"
requires-python = ">=3.8"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading