git:20260803.b1e7d68 to git:20260819.db5a4ed

5 added, 1 removed. Audit A to A.

# AGENTS.md โ€” core pack
- Working inside the `core` pack. **Max 150 lines** (CI enforces it).
+ Applies to `packs/core/`. Inherits the root `AGENTS.md`. Scope-specific deltas only.
+
+ Working inside the `core` pack.
+
+ Changes to this pack's `seeds/**` or `.apm/**` bump its version; see [Version bump rule](../AGENTS.md#version-bump-rule).
## Skill dependencies
Runtime dependencies that skills in this pack detect and use at invocation time.
Declared per the three-tier policy: detect โ†’ fail-clean (Tier 1).
| Skill | Dependency | Required for | Pin | Rationale |
|-------|-----------|-------------|-----|-----------|
| `workspace-status` | `tomlkit` | `repair-apply` only | `==0.15.1` | Comment-preserving TOML write โ€” stdlib `tomllib` round-trips strip inline comments. Declared in `SKILL.md ## Prerequisites`. Detected at runtime; `repair-apply` exits 2 with `reason: "tomlkit_unavailable"` if absent. Install only with user consent. |