Files
git.stella-ops.org/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/AGENTS.md
StellaOps Bot dd581699cc audit work
2026-01-02 11:43:43 +02:00

597 B

SM Soft Crypto Plugin Charter

Mission

Provide software-only SM2/SM3 signing and hashing for StellaOps cryptography.

Responsibilities

  • Keep key handling deterministic and explicit.
  • Gate software SM usage via environment controls.
  • Avoid exposing private key material.
  • Track task status in TASKS.md.

Required Reading

  • docs/modules/platform/architecture-overview.md

Working Agreement

    1. Update task status in the sprint file and local TASKS.md.
    1. Validate key options and algorithm IDs explicitly.
    1. Add tests for env gate behavior and key-loading error paths.