Skip to content
Skillv1.0.0

Services

Bu klasör app-level servis protokollerini ve deterministik fake implementasyonları içerir.

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

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

See reviews

About

Imported from thrustec/Couply (CouplyApp/Sources/CouplyApp/Services/AGENTS.md). Install upstream with npx skills add thrustec/Couply --skill Services. Copyright stays with the author.

Uygulama servis portları ve fake adaptörler

Bu klasör app-level servis protokollerini ve deterministik fake implementasyonları içerir.

  • Protokoller Sendable, I/O metotları async throws olmalıdır.
  • Mutable/concurrent adapter state'ini actor veya eşdeğer güvenli izolasyonla koruyun.
  • Fakes sabit kimlikler, beklenen hata yolları ve ayarlanabilir Duration kullanır; preview/testte .zero gecikme korunur.
  • Canlı adapter eklerken protokol ve domain sınırını koruyun; SDK tipini feature'a taşımayın.
  • Widget yazımı CouplyWidgetSupport store'undan geçer ve ilgili timeline yeniden yüklenir.

Servis değişikliklerinde app state testlerini ve concurrency-warnings-as-errors build'i çalıştırın.

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/thrustec-couply-services/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.

thrustec-couply-services.ocm.jsonjson
{
  "ocm": "1",
  "id": "thrustec-couply-services",
  "kind": "skill",
  "name": "Services",
  "description": "Bu klasör app-level servis protokollerini ve deterministik fake implementasyonları içerir.",
  "publisher": "thrustec",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Bu klasör app-level servis protokollerini ve deterministik fake implementasyonları içerir."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/thrustec/Couply",
      "path": "CouplyApp/Sources/CouplyApp/Services/AGENTS.md",
      "ref": "e2cba0711c44cf63b8654047edf16a66db51a00c",
      "url": "https://github.com/thrustec/Couply/blob/e2cba0711c44cf63b8654047edf16a66db51a00c/CouplyApp/Sources/CouplyApp/Services/AGENTS.md",
      "key": "thrustec/Couply/CouplyApp/Sources/CouplyApp/Services/AGENTS.md"
    }
  },
  "instructions": "# Uygulama servis portları ve fake adaptörler\n\nBu klasör app-level servis protokollerini ve deterministik fake implementasyonları içerir.\n\n- Protokoller `Sendable`, I/O metotları `async throws` olmalıdır.\n- Mutable/concurrent adapter state'ini actor veya eşdeğer güvenli izolasyonla koruyun.\n- Fakes sabit kimlikler, beklenen hata yolları ve ayarlanabilir `Duration` kullanır; preview/testte `.zero` gecikme korunur.\n- Canlı adapter eklerken protokol ve domain sınırını koruyun; SDK tipini feature'a taşımayın.\n- Widget yazımı `CouplyWidgetSupport` store'undan geçer ve ilgili timeline yeniden yüklen",
  "cost": {
    "context_tokens": 176
  }
}

Fetch it by URL: GET /api/v1/registry/thrustec-couply-services/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.