feat(kyberforge): retarget forge skills to author/audit APM content #93

Merged
Defame1297 merged 14 commits from feat/89-apm-native-authoring into main 2026-08-12 11:48:50 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 96bc946030 - Show all commits

View File

@@ -2,6 +2,7 @@
topic: agent-primitive-schema
source_keys:
- context7-microsoft-apm
- apm-github-repo
---
## Agent frontmatter is not a fixed APM-defined schema

View File

@@ -11,5 +11,5 @@
- **URL:** https://github.com/microsoft/apm
- **Description:** APM's own Python source (`src/apm_cli/`) read directly for schema/compile-mapping ground truth where Context7's doc snippets were thin — specifically `primitives/models.py` and `primitives/discovery.py` (primitive dataclasses and discovery globs), `integration/prompt_integrator.py`, `integration/command_integrator.py`, `integration/instruction_integrator.py`, `integration/hook_integrator.py`, `integration/hook_native_formats.py`, `integration/hook_ir.py`, `integration/_hook_dropped_targets.py`, `integration/targets.py` (`KNOWN_TARGETS`/`PrimitiveMapping` per-target deploy config), `compilation/claude_formatter.py` and `compilation/distributed_compiler.py` (instruction fold-in to CLAUDE.md/AGENTS.md), and `models/validation.py`.
- **Contributing files:** prompt-primitive-schema.md, instructions-primitive-schema.md, hooks-primitive-schema.md
- **Contributing files:** agent-primitive-schema.md, prompt-primitive-schema.md, instructions-primitive-schema.md, hooks-primitive-schema.md
- **Status:** `extracted`