Skip to content
Skillv1.0.0

reapi_cache

This module owns analytics events emitted by remote-cache clients that use the Remote Execution API.

by tuist(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from tuist/tuist (server/lib/tuist/reapi_cache/AGENTS.md). Install upstream with npx skills add tuist/tuist --skill reapi_cache. Copyright stays with the author.

REAPI Cache Analytics

This module owns analytics events emitted by remote-cache clients that use the Remote Execution API.

Boundaries

  • Kura emits signed cache events; TuistWeb.Webhooks.ReapiCacheController validates and resolves their account and project handles.
  • This context stores and queries diagnostic cache telemetry only. It must not infer build duration, build outcome, or test outcome from cache traffic.
  • New retained event fields require a corresponding entry in server/data-export.md.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/tuist-tuist-reapi-cache/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

tuist-tuist-reapi-cache.ocm.jsonjson
{
  "ocm": "1",
  "id": "tuist-tuist-reapi-cache",
  "kind": "skill",
  "name": "reapi_cache",
  "description": "This module owns analytics events emitted by remote-cache clients that use the Remote Execution API.",
  "publisher": "tuist",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This module owns analytics events emitted by remote-cache clients that use the Remote Execution API."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/tuist/tuist",
      "path": "server/lib/tuist/reapi_cache/AGENTS.md",
      "ref": "d36217500d8a5bd0d8ab44b4716b7945e6794809",
      "url": "https://github.com/tuist/tuist/blob/d36217500d8a5bd0d8ab44b4716b7945e6794809/server/lib/tuist/reapi_cache/AGENTS.md",
      "key": "tuist/tuist/server/lib/tuist/reapi_cache/AGENTS.md"
    }
  },
  "instructions": "# REAPI Cache Analytics\n\nThis module owns analytics events emitted by remote-cache clients that use the Remote Execution API.\n\n## Boundaries\n\n- Kura emits signed cache events; `TuistWeb.Webhooks.ReapiCacheController` validates and resolves their account and project handles.\n- This context stores and queries diagnostic cache telemetry only. It must not infer build duration, build outcome, or test outcome from cache traffic.\n- New retained event fields require a corresponding entry in `server/data-export.md`.",
  "cost": {
    "context_tokens": 128
  }
}

Fetch it by URL: GET /api/v1/registry/tuist-tuist-reapi-cache/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.