首页布局优化前
This commit is contained in:
@@ -190,7 +190,7 @@ export class AutonomyManager {
|
||||
|
||||
// High-risk actions ALWAYS require approval
|
||||
const isHighRisk = riskLevel === 'high';
|
||||
const isSelfModification = action === 'identity_update' || action === 'selfModification';
|
||||
const isSelfModification = action === 'identity_update';
|
||||
const isDeletion = action === 'memory_delete';
|
||||
|
||||
let allowed = false;
|
||||
|
||||
Reference in New Issue
Block a user