caplets 0.12.3 → 0.12.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,26 @@
1
- # Caplets
1
+ <div align="center">
2
+ <img src="plugins/caplets/assets/icon.png" alt="Caplets logo" width="140" height="140" />
3
+
4
+ <h1>Caplets</h1>
5
+
6
+ <p>
7
+ <strong>Capability cards for coding agents.</strong><br />
8
+ Wrap sprawling tool stacks behind focused, progressive-disclosure interfaces.
9
+ </p>
10
+
11
+ <p>
12
+ <a href="https://www.npmjs.com/package/caplets"><img alt="npm" src="https://img.shields.io/npm/v/caplets?style=flat-square&color=E0582F" /></a>
13
+ <a href="https://github.com/spiritledsoftware/caplets/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/spiritledsoftware/caplets/ci.yml?branch=main&style=flat-square&label=ci&color=E0582F" /></a>
14
+ <a href="LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-F6E8C8?style=flat-square&labelColor=1F2018" /></a>
15
+ <img alt="Node 22+" src="https://img.shields.io/badge/node-%3E%3D22-F6E8C8?style=flat-square&labelColor=1F2018" />
16
+ </p>
17
+
18
+ <p>
19
+ <code>MCP</code> · <code>OpenAPI</code> · <code>GraphQL</code> · <code>HTTP</code> · <code>CLI</code>
20
+ </p>
21
+ </div>
22
+
23
+ ---
2
24
 
3
25
  Caplets turns sprawling tool setups into focused capability cards for coding agents.
4
26
  Connect MCP servers, OpenAPI specs, GraphQL endpoints, HTTP actions, and curated CLI
@@ -59,9 +81,11 @@ your coding agent supports one.
59
81
  | OpenCode | Install [`@caplets/opencode`](packages/opencode/README.md) | Native `caplets_<id>` tools and prompt guidance hooks |
60
82
  | Pi | Install [`@caplets/pi`](packages/pi/README.md) | Native `caplets_<id>` tools with Pi prompt snippets/guidelines |
61
83
 
62
- Codex and Claude Code plugins are plugin-native but MCP-backed. Their manifests live in
63
- `.codex-plugin/` and `.claude-plugin/`; component files live at the plugin root so
64
- marketplace installs can copy and resolve them correctly.
84
+ Codex and Claude Code plugins are plugin-native but MCP-backed. The installable plugin
85
+ lives under `plugins/caplets/`, with agent-specific manifests in `.codex-plugin/` and
86
+ `.claude-plugin/`, a shared `skills/` directory, and shared `mcp.json` config. The
87
+ repo-level `.agents/plugins/marketplace.json` and `.claude-plugin/marketplace.json`
88
+ files only advertise that installable plugin root.
65
89
 
66
90
  The Claude Code and Codex commands install from this GitHub repository through each agent's
67
91
  plugin marketplace flow; users do not need to clone the repository manually. Plugin MCP
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
3
3
  import { CapletsRuntime, runCli } from "@caplets/core";
4
4
  //#region package.json
5
- var version = "0.12.3";
5
+ var version = "0.12.5";
6
6
  //#endregion
7
7
  //#region src/index.ts
8
8
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caplets",
3
- "version": "0.12.3",
3
+ "version": "0.12.5",
4
4
  "description": "Progressive disclosure gateway CLI for MCP servers and native Caplets adapters.",
5
5
  "keywords": [
6
6
  "caplets",