CPM is an international project; only the blogpost stays German. Translated: cpm.py docstring/messages/help texts, README.md, cpm-setup skill, all team-profile.yaml files (incl. runtime_agent comments), example apm.yml wrappers and the model-mapping template. Also fixes DEFAULT_MAPPING_PATH pointing to ~/.config/apm-team instead of ~/.config/cpm.
20 lines
620 B
YAML
20 lines
620 B
YAML
# Thin CPM wrapper around the official Microsoft sample package.
|
|
# Installs its primitives (design-standards, design-review,
|
|
# accessibility-audit, style-checker, design-reviewer) and adds the
|
|
# team recommendation.
|
|
#
|
|
# Original: https://github.com/microsoft/apm-sample-package
|
|
|
|
name: acme/design-review-cpm
|
|
version: 0.1.0
|
|
description: >
|
|
Design review team based on the official microsoft/apm-sample-package:
|
|
reviewer, style checker and accessibility auditor under one orchestrator.
|
|
author: Tobias Endres
|
|
license: MIT
|
|
type: hybrid
|
|
targets:
|
|
- opencode
|
|
dependencies:
|
|
apm:
|
|
- microsoft/apm-sample-package#v1.0.0
|