# Copy this row into a profile's cordis.patch.yml and adjust managedRoots. # It replaces the bundle's existing workspace-hygiene row by id. - id: workspace-hygiene name: dsh-workspace-hygiene config: enabled: true catalogEnabled: true catalogRoot: workspace-artifacts managedRoots: [tmp, scratch, .dsh/ephemeral] minAgeHours: 12 autoScan: true mode: manual cleanlinessThreshold: 80 monitorIntervalMs: 30000 contextAware: true contextMaxChars: 40000 contextBatchSize: 60 contextModelTimeoutMs: 120000 maxVerificationFiles: 10000 maxReferenceBytes: 134217728 verificationCommands: - command: npm args: [test] verificationTimeoutMs: 120000 reviewerTimeoutMs: 180000 archiveRoot: ~/.dsh/workspace-hygiene-archive