refactor: strip Phase/Plan/R-number references from source comments
This commit is contained in:
@@ -29,7 +29,7 @@ export type AuditFrom = {
|
||||
*/
|
||||
export type AuditEntry = {
|
||||
// WHO
|
||||
/** User id, or "system"/"service-{name}" for non-user actors. NEVER email or name (R36). */
|
||||
/** User id, or "system"/"service-{name}" for non-user actors. NEVER email or name. */
|
||||
actorId: string;
|
||||
actorType: "user" | "system" | "service";
|
||||
/** Snapshot of actor's roles AT TIME OF ACTION — preserves historical state. */
|
||||
|
||||
Reference in New Issue
Block a user