Shorten legacy HSM deprecation notices

This commit is contained in:
Stephan Behnke
2026-08-27 16:50:57 -07:00
parent 2ea2682292
commit 089d3171b6
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
// Package callbacks implements the legacy HSM-backed callback state machine.
//
// Deprecated: New callback functionality belongs in chasm/lib/callback. This package is maintained
// only for existing HSM-backed workflows until their migration to CHASM is complete.
// Deprecated: New callback functionality belongs in chasm/lib/callback.
package callbacks

View File

@@ -1,5 +1,4 @@
// Package nexusoperations implements the legacy HSM-backed Nexus operation state machines.
//
// Deprecated: New Nexus operation functionality belongs in chasm/lib/nexusoperation. This package
// is maintained only for existing HSM-backed workflows until their migration to CHASM is complete.
// Deprecated: New Nexus operation functionality belongs in chasm/lib/nexusoperation.
package nexusoperations