A CPM package is an agent package consisting of an APM manifest plus a team configuration (team-profile.yaml). The manager translates such a package into the native config of a target harness. First target: oh-my-opencode-slim; oh-my-pi, codex, claude and copilot are planned. - omos/ -> corentic-package-manager/, cpm.py as CLI entry point - new commands: cpm init [--fill] and cpm setup (guided flow with interactive model selection from opencode.json(c)) - schema field omos_agent -> harness-neutral runtime_agent - user mapping moved to ~/.config/cpm/model-mapping.yaml - provenance suffix .cpm-provenance.json - skill renamed to cpm-setup
21 lines
520 B
YAML
21 lines
520 B
YAML
name: job-application
|
|
version: 1.0.0
|
|
description: Find matching jobs and create tailored cover letters + CVs in ShareLaTeX
|
|
author: Tobias Endres
|
|
license: MIT
|
|
type: skill
|
|
targets:
|
|
- generic
|
|
- opencode
|
|
dependencies:
|
|
mcp:
|
|
- name: sharelatex
|
|
registry: false
|
|
transport: sse
|
|
url: https://sharelatex-mcp.corentic.eu/sse
|
|
- name: openviking
|
|
registry: false
|
|
transport: sse
|
|
url: https://openviking.corentic.eu/mcp
|
|
headers:
|
|
Authorization: Bearer ${OPENVIKING_API_KEY}
|