/** FIRE RT-025: client acknowledgement never promotes lifecycle locally. */
export function commandAcknowledgement(command: string): string {
  return `${command} requested. Lifecycle state will change only after authoritative reconciliation.`;
}
