refactor: strip Phase/Plan/R-number references from source comments
This commit is contained in:
@@ -21,7 +21,7 @@ export type Audited<F> = F & { readonly __audited: true };
|
||||
* tests).
|
||||
*/
|
||||
export function withAudit<Args extends unknown[], R>(
|
||||
// TODO(conformance milestone iii+): wire automated recording from manifest
|
||||
// TODO: wire automated recording from manifest declarations.
|
||||
// `audits[]` declarations. For now, the wrapper exists to:
|
||||
// (1) require callers to pass the auditLog at bind time (dep is available)
|
||||
// (2) attach the `__audited` brand so the boot-time assertion can verify
|
||||
|
||||
Reference in New Issue
Block a user