Fix Working Leo skill manifest paths
Some checks are pending
CI / lint-and-test (push) Waiting to run
Some checks are pending
CI / lint-and-test (push) Waiting to run
- Align the skill-pack manifest with the committed .agents/skills layout so worker onboarding points at the real files. - Preserve the existing skill pack and evidence references without changing runtime behavior or production DB state. - Verify the Hermes leoclean skill surface test passes after the path correction. `docs/reports/leo-working-state-20260709/skill-pack-manifest.json`
This commit is contained in:
parent
f34feb0ffb
commit
1826206053
1 changed files with 8 additions and 8 deletions
|
|
@ -10,42 +10,42 @@
|
|||
{
|
||||
"name": "teleo-leo-onboarding",
|
||||
"role": "Company/product/architecture orientation for Leo and Teleo work",
|
||||
"path": "skills/teleo-leo-onboarding/SKILL.md"
|
||||
"path": ".agents/skills/teleo-leo-onboarding/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "working-leo-cory-outcomes",
|
||||
"role": "Definition of working Leo from Cory/m3taversal outcomes and tests",
|
||||
"path": "skills/working-leo-cory-outcomes/SKILL.md"
|
||||
"path": ".agents/skills/working-leo-cory-outcomes/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "teleo-vps-runtime-ops",
|
||||
"role": "VPS runtime navigation, service health, Docker/Postgres checks, report sync",
|
||||
"path": "skills/teleo-vps-runtime-ops/SKILL.md"
|
||||
"path": ".agents/skills/teleo-vps-runtime-ops/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "teleo-gcp-parity-ops",
|
||||
"role": "GCP parity/cutover lane and exact auth blocker handling",
|
||||
"path": "skills/teleo-gcp-parity-ops/SKILL.md"
|
||||
"path": ".agents/skills/teleo-gcp-parity-ops/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "teleo-kb-db-change-workflow",
|
||||
"role": "KB proposal normalization, clone rehearsal, apply packet, rollback proof",
|
||||
"path": "skills/teleo-kb-db-change-workflow/SKILL.md"
|
||||
"path": ".agents/skills/teleo-kb-db-change-workflow/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "leo-telegram-canary-ops",
|
||||
"role": "Live Telegram bot testing through authenticated Chrome and Computer Use",
|
||||
"path": "skills/leo-telegram-canary-ops/SKILL.md"
|
||||
"path": ".agents/skills/leo-telegram-canary-ops/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "teleo-infra-provenance",
|
||||
"role": "Repo/deploy/runtime provenance and path confusion prevention",
|
||||
"path": "skills/teleo-infra-provenance/SKILL.md"
|
||||
"path": ".agents/skills/teleo-infra-provenance/SKILL.md"
|
||||
},
|
||||
{
|
||||
"name": "teleo-proof-handoff",
|
||||
"role": "Evidence-indexed handoff format for Fable/Codex/Opus workers",
|
||||
"path": "skills/teleo-proof-handoff/SKILL.md"
|
||||
"path": ".agents/skills/teleo-proof-handoff/SKILL.md"
|
||||
}
|
||||
],
|
||||
"reference_files": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue