Skip to content

Commit 7bdf534

Browse files
TeoSlayerteovlclaude
authored
fix(catalogue): metadata consistency fixes (#302)
* chore(release): document v1.12.0 in CHANGELOG 25 commits since v1.11.2: consent-gated Ed25519 telemetry client, app-store telemetry events, pilotctl update + review commands, agent-first CLI overhaul, signed catalogue, decompression-bomb and crypto/rand security fixes, module path rename, and consent/sandbox controls. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(catalogue): metadata consistency fixes — lowercase changelog keys, missing fields, platforms placeholder - io.pilot.sixtyfour: Version/Date/Notes → version/date/notes in changelog; add published_at and updated_at - io.pilot.wallet: add missing installed_bytes: 0 to size block - catalogue.json: add platforms: {} to all three app entries for v3 format reservation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Teodor Calin <teodor@vulturelabs.io> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5ab963f commit 7bdf534

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

catalogue/apps/io.pilot.sixtyfour/metadata.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
],
8989
"changelog": [
9090
{
91-
"Version": "0.1.0",
92-
"Date": "",
93-
"Notes": [
91+
"version": "0.1.0",
92+
"date": "",
93+
"notes": [
9494
"Sixtyfour is the app-store front door for the Sixtyfour people-intelligence and company-intelligence API. It gives an agent contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher that answers free-form questions about a person or company. All returned as clean structured JSON, every field source-backed."
9595
]
9696
}
@@ -104,5 +104,7 @@
104104
"label": "Website",
105105
"url": "https://sixtyfour.ai"
106106
}
107-
]
107+
],
108+
"published_at": "2026-06-21",
109+
"updated_at": "2026-06-21"
108110
}

catalogue/apps/io.pilot.wallet/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"categories": ["payments", "crypto", "finance"],
1616
"keywords": ["usdc", "x402", "eip-3009", "evm", "base", "ethereum", "polygon", "payments"],
1717
"size": {
18-
"bundle_bytes": 9110758
18+
"bundle_bytes": 9110758,
19+
"installed_bytes": 0
1920
},
2021
"compat": {
2122
"min_pilot_version": "1.0.0",

catalogue/catalogue.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source_url": "https://github.com/pilot-protocol/wallet",
2020
"license": "AGPL-3.0-or-later",
2121
"metadata_url": "https://raw.githubusercontent.com/pilot-protocol/pilotprotocol/main/catalogue/apps/io.pilot.wallet/metadata.json",
22-
"metadata_sha256": "b0ed7dee416144c39d8938f4dbeaac8946be3290a6c44473d898a5945eb6cadb",
22+
"metadata_sha256": "e76572e13ab3ad45719276a2a14eb4dbc0477da256f65a12466da049dffec747",
2323
"publisher": "ed25519:VF8fdEP/Oe2aWN3ozQ7Ar22137tHb7dkSw0hlzlk/os="
2424
},
2525
{
@@ -59,7 +59,7 @@
5959
"source_url": "https://docs.sixtyfour.ai",
6060
"license": "Proprietary",
6161
"metadata_url": "https://raw.githubusercontent.com/pilot-protocol/pilotprotocol/main/catalogue/apps/io.pilot.sixtyfour/metadata.json",
62-
"metadata_sha256": "32512d7d401f0578e4aded373694c588b205bdea9f00d6d90618687b5df95e6d",
62+
"metadata_sha256": "fa2a5460c95732a00be89431d1fc2bdbc482ddd1734ebcd556c0f0e578764fc4",
6363
"bundles": {
6464
"linux/amd64": {
6565
"bundle_url": "https://github.com/pilot-protocol/catalog/releases/download/sixtyfour-v0.1.0/io.pilot.sixtyfour-0.1.0-linux-amd64.tar.gz",

catalogue/catalogue.json.sig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TsKRhqkK6tUVpy5N+w9fNONiEvu9zL3aIvguwnAU+qkrWiLhaS+f1+OSC4D8VU+irNCjtr4LH3AqChUN4XW7CA==
1+
buJKLdUtgtMA9j32UcAU3FOmM2vlENulcbFqV7poM2jVG486ANZHb1ZJaO8EXN8DEWjJ8+d0r5Pr6+PY8dENBQ==

0 commit comments

Comments
 (0)