Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
10-INTEG-commit-identity - Skill - OpenSmartRoute
Skillv1.0.0
10-INTEG-commit-identity
A recorded change carries the human maintainer's own identity as its author, with no AI listed as author, committer, or co-author. This holds anywhere the record names a party, including commit metada
Instruction file imported from jposluns/guardrails (.cursor/rules/aiqt-guardrails/aiqt/10-INTEG-commit-identity.mdc). Copyright stays with the author.
Commit identity
A recorded change carries the human maintainer's own identity as its author, with no AI listed as author,
committer, or co-author. This holds anywhere the record names a party, including commit metadata,
co-author trailers, and change-log entries.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "jposluns-guardrails-10-integ-commit-identity-rule",
"kind": "skill",
"name": "10-INTEG-commit-identity",
"description": "A recorded change carries the human maintainer's own identity as its author, with no AI listed as author, committer, or co-author. This holds anywhere the record names a party, including commit metadata, co-author trailers, and change-log entries.",
"publisher": "jposluns",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A recorded change carries the human maintainer's own identity as its author, with no AI listed as author, committer, or co-author. This holds anywhere the record names a party, including commit metadata, co-author trailers, and change-log entries."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/jposluns/guardrails",
"path": ".cursor/rules/aiqt-guardrails/aiqt/10-INTEG-commit-identity.mdc",
"ref": "a2baf04b6af9a4e8f1443bc8fc5de74995df5578",
"url": "https://github.com/jposluns/guardrails/blob/a2baf04b6af9a4e8f1443bc8fc5de74995df5578/.cursor/rules/aiqt-guardrails/aiqt/10-INTEG-commit-identity.mdc",
"key": "jposluns/guardrails/.cursor/rules/aiqt-guardrails/aiqt/10-INTEG-commit-identity.mdc"
}
},
"instructions": "# Commit identity\n\nA recorded change carries the human maintainer's own identity as its author, with no AI listed as author,\ncommitter, or co-author. This holds anywhere the record names a party, including commit metadata,\nco-author trailers, and change-log entries.",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/jposluns-guardrails-10-integ-commit-identity-rule/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.