AgentSkillsCN

repo-c-boundary-governance

确保 <PRIVATE_REPO_C> 的变更与 BOUNDARIES.md 和 AGENTS.md 的治理要求保持一致。适用于修改信任层架构、跨仓库接口、打包文档,或任何可能模糊认知执行与硬件执行边界的变更时使用。

SKILL.md
--- frontmatter
name: repo-c-boundary-governance
description: Keep <PRIVATE_REPO_C> changes aligned with BOUNDARIES.md and AGENTS.md governance. Use when modifying trust-layer architecture, cross-repo interfaces, packaging docs, or any change that could blur cognitive vs hardware execution boundaries.

Repo C Boundary Governance

Use this skill to keep architecture and governance constraints intact.

Workflow

  1. Read BOUNDARIES.md and AGENTS.md before coding.
  2. Confirm changes stay in trust-layer lane (policy, scoring, telemetry libraries).
  3. Reject coupling to hardware-execution internals from shim/DDC repos.
  4. Run lint/tests and document governance impact in PR notes.

Quick Governance Checks

bash
rg -n "BOUNDARIES.md|REPO_B_SIDECAR_URL|Windows-SDK|fail-closed|trust-layer" -S README.md AGENTS.md docs src repo-c repo_c_trace ranking_engine
ruff check .
pytest -q

Output Requirements

  • Explicit statement of boundary-safe scope.
  • Updated docs when contracts/interfaces shift.
  • No new prohibited phrasing or dependency coupling.

Reference

  • references/boundary-checks.md