Skip to content
Open
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
15 changes: 15 additions & 0 deletions src/ArchTools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"author": "Deesmo",
"createdAt": "2026-03-16",
"homepage": "https://archtools.dev",
"identifier": "ArchTools",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add locale files for the new plugin

This entry is added in src without any matching locales/ArchTools.*.json files, but scripts/build.ts unconditionally calls readJSONSync on locales/<plugin>.<locale>.json for every locale listed in .i18nrc.js. In this state, the build/index generation flow will fail with ENOENT when it reaches ArchTools.json, so the plugin cannot be published through the normal pipeline.

Useful? React with 👍 / 👎.

"manifest": "https://archtools.dev/openapi.json",
"meta": {
"avatar": "🔧",
"description": "61 production AI tools — web search, scraping, code execution, image generation, DNS, WHOIS, and more. Pay-per-call with USDC via x402 protocol. MCP-compatible.",
"tags": ["ai-tools", "x402", "mcp", "api", "web-search", "code-execution"],
"title": "Arch Tools",
"category": "tools"
},
"schemaVersion": 1
}