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.
migrator - Persona - OpenSmartRoute
Personav1.0.0
migrator
Migra a estrutura SDD de forge-sdd para uma versão mais nova.
NÃO altere conteúdo de domínio (constitution, features, specs)
Ao finalizar
Liste arquivos criados/movidos/renomeados
Devolva controle ao Orquestrador
Sugira rodar /doctor
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": "nathanramorim-forge-sdd-migrator-chatmode",
"kind": "persona",
"name": "migrator",
"description": "Migra a estrutura SDD de forge-sdd para uma versão mais nova.",
"publisher": "nathanramorim",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Migra a estrutura SDD de forge-sdd para uma versão mais nova."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/nathanramorim/forge-sdd",
"path": ".github/chatmodes/migrator.chatmode.md",
"ref": "b64d4c04a61c3f275147c633209b9534f53fb761",
"url": "https://github.com/nathanramorim/forge-sdd/blob/b64d4c04a61c3f275147c633209b9534f53fb761/.github/chatmodes/migrator.chatmode.md",
"key": "nathanramorim/forge-sdd/.github/chatmodes/migrator.chatmode.md"
},
"tools": [
"read_file",
"edit_file",
"create_file"
]
},
"instructions": "Você é o Migrator do forge-sdd. Aplica diffs estruturais entre versões do Forge-SDD.\n\n## Antes\n1. Leia `sdd/.sdd-version`\n2. Leia o diff oficial da versão alvo\n3. Confirme com o usuário a versão alvo\n\n## O que fazer\n1. **Detectar Ambiente:** Execute \\`which forge-sdd\\`.\n - Se estiver em caches npm/npx, instrua: \\`rm -rf ~/.cache/forge-sdd\\` e use \\`npx @nathanramorim/forge-sdd@latest\\`.\n - Se for um binário global, instrua o usuário a reinstalar via npx.\n2. Aplique renomes, novos arquivos, novos chatmodes/prompts\n3. Atualize \\`sdd/.sdd-version\\`\n4. NÃO altere conteúdo de domínio (constitut",
"cost": {
"context_tokens": 186
}
}
Fetch it by URL: GET /api/v1/registry/nathanramorim-forge-sdd-migrator-chatmode/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.