Commit graph

12 commits

Author SHA1 Message Date
Tobias J. Endres
939599441c chore(cpm): ignore __pycache__ 2026-08-23 17:27:06 +02:00
Tobias J. Endres
2af88b6493 refactor!: rename omos to Corentic Package Manager (CPM)
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
2026-08-23 17:26:28 +02:00
Tobias J. Endres
b897bb4b17 feat(omos): interactive init and setup commands
- omos init [--fill]: create user mapping file, interactively resolve
  PLACEHOLDER classes by picking from models discovered in
  opencode.json(c)
- omos setup: guided flow - show profile summary, create/fill missing
  mappings with explicit user choice, then render
- README quickstart updated to the two-command path
2026-08-23 17:10:35 +02:00
Tobias J. Endres
f035902f20 docs(omos): user guide with quickstart, walkthrough and troubleshooting 2026-08-23 17:03:40 +02:00
Tobias J. Endres
f0f1915251 feat(omos): example package, team profile, mapping and setup skill
- examples/package: copy of the job-application APM package with
  corentic.team-profile/v1 declaration (orchestrator, researcher,
  writer, checker, notifier)
- examples/model-mapping.yaml: user-side model class mapping with
  simple and extended entries
- skills/omos-setup: skill guiding users through
  resolve-validate-render and activation
2026-08-23 17:03:40 +02:00
Tobias J. Endres
907f43d40b feat(omos): sidecar adapter prototype
Deterministic translator between APM team profiles and
oh-my-opencode-slim presets. Reads team-profile.yaml, resolves
model classes against a user-local mapping table, generates
namespaced presets plus provenance. Includes check (dry-run),
merge-by-preset-id, custom agent generation from purpose fields,
and MCP availability warnings.
2026-08-23 17:03:40 +02:00
Tobias J. Endres
8ada9fb6e4 Add proper README with installation and MCP config 2026-08-21 23:22:30 +02:00
Tobias J. Endres
2d2e4379fc Refine SKILL.md: DIN 5008 cover letter rules, do's/don'ts, template handling 2026-08-21 23:16:20 +02:00
Tobias J. Endres
84514d3fcb feat: add MCP dependencies (sharelatex, openviking) 2026-08-21 22:56:51 +02:00
Tobias J. Endres
e03611e7ff fix: set targets to generic + opencode 2026-08-21 22:55:15 +02:00
Tobias J. Endres
499c9242c8 feat: add job-application skill package 2026-08-21 22:48:00 +02:00
8b34f8f1f9 Initial commit 2026-08-21 20:47:13 +00:00