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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> GitHub Action to validate A2A protocol agent cards with three-dimensional scoring, cryptographic verification, and live endpoint testing

**Powered by [capiscio-core](https://github.com/capiscio/capiscio-core)** - High-performance Go binary (v2.1.2)
**Powered by [capiscio-core](https://github.com/capiscio/capiscio-core)** - High-performance Go binary (v2.2.0)

## Features

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28241,7 +28241,7 @@ const tc = __importStar(__nccwpck_require__(3472));
const os = __importStar(__nccwpck_require__(857));
const path = __importStar(__nccwpck_require__(6928));
const fs = __importStar(__nccwpck_require__(9896));
const CAPISCIO_VERSION = '1.0.2';
const CAPISCIO_VERSION = '2.2.0';
async function setupCapiscio() {
// Determine OS and Arch
const platform = os.platform();
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as os from 'os';
import * as path from 'path';
import * as fs from 'fs';

const CAPISCIO_VERSION = '1.0.2';
const CAPISCIO_VERSION = '2.2.0';

interface ValidationResult {
success: boolean;
Expand Down
Loading