mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Initial commit: SuperClaude v4.0.0 configuration framework
- Core configuration files (CLAUDE.md, RULES.md, PERSONAS.md, MCP.md) - 17 slash commands for specialized workflows - 25 shared YAML resources for advanced configurations - Installation script for global deployment - 9 cognitive personas for specialized thinking modes - MCP integration patterns for intelligent tool usage - Token economy and ultracompressed mode support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
21
.claude/commands/shared/audit.yml
Normal file
21
.claude/commands/shared/audit.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Audit Logging
|
||||
|
||||
```yaml
|
||||
Format: <timestamp>|<operation>|<risk>|<user>|<status>|<details>
|
||||
Location: .claudedocs/audit/YYYY-MM-DD.log | Daily rotate | 10MB max | 30d retention
|
||||
|
||||
Risk: CRIT[10] | HIGH[7-9] | MED[4-6] | LOW[1-3]
|
||||
|
||||
Required:
|
||||
- File deletions/overwrites
|
||||
- Git operations (push,force,rebase)
|
||||
- Database operations
|
||||
- Deployments
|
||||
- Security modifications
|
||||
- Checkpoints/rollbacks
|
||||
|
||||
Integration:
|
||||
Start: audit_log("start",op,risk)
|
||||
Success: audit_log("success",op,risk)
|
||||
Failure: audit_log("fail",op,risk,error)
|
||||
```
|
||||
Reference in New Issue
Block a user