Imported from amichne/konditional (konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/AGENTS.md). Install upstream with npx skills add amichne/konditional --skill ops. Copyright stays with the author.
Directory Scope
This file scopes konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/ and yields to deeper AGENTS.md files when present.
Purpose
Observational hooks for logging, metrics, and registry lifecycle integration.
Local Files
KonditionalLogger.kt
Metrics.kt
MetricsCollector.kt
RegistryHooks.kt
Rules
Observability must remain non-invasive: no hook here may alter evaluation outcomes.
Default no-op implementations should stay allocation-light and safe for library consumers.
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/amichne-konditional-ops/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.
amichne-konditional-ops.ocm.jsonjson
{
"ocm": "1",
"id": "amichne-konditional-ops",
"kind": "skill",
"name": "ops",
"description": "This file scopes `konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/` and yields to deeper `AGENTS.md` files when present.",
"publisher": "amichne",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file scopes `konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/` and yields to deeper `AGENTS.md` files when present."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/amichne/konditional",
"path": "konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/AGENTS.md",
"ref": "f191bc264fb18b65d54f228233d7630589fbaf37",
"url": "https://github.com/amichne/konditional/blob/f191bc264fb18b65d54f228233d7630589fbaf37/konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/AGENTS.md",
"key": "amichne/konditional/konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/AGENTS.md"
}
},
"instructions": "# Directory Scope\n\nThis file scopes `konditional-engine/src/main/kotlin/io/amichne/konditional/core/ops/` and yields to deeper `AGENTS.md` files when present.\n\n## Purpose\nObservational hooks for logging, metrics, and registry lifecycle integration.\n\n## Local Files\n- `KonditionalLogger.kt`\n- `Metrics.kt`\n- `MetricsCollector.kt`\n- `RegistryHooks.kt`\n\n## Rules\n- Observability must remain non-invasive: no hook here may alter evaluation outcomes.\n- Default no-op implementations should stay allocation-light and safe for library consumers.",
"cost": {
"context_tokens": 134
}
}
Fetch it by URL: GET /api/v1/registry/amichne-konditional-ops/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.