mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
refactor: Remove all hard claims, metrics, and numeric targets
Comprehensive update to remove specific performance claims and replace with qualitative descriptions: - Replace percentage claims (65%, 70%, 99.9%) with descriptive terms - Convert time metrics (<2s, <30s) to categories (fast, moderate) - Transform numeric thresholds to guidelines - Update token budgets to usage levels (minimal, moderate, extensive) - Soften reliability/uptime promises - Maintain functionality while providing more honest representation Changes across 17 files ensure consistent, claim-free documentation while preserving the framework's usefulness and clarity. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ Activation_Triggers:
|
||||
Manual_Flags: ["--ultracompressed", "--uc"]
|
||||
Natural_Language: ["ultracompressed", "minimal tokens", "telegram style", "compress output"]
|
||||
Automatic_Triggers:
|
||||
Context_Threshold: ">70% context used"
|
||||
Context_Threshold: "High context usage"
|
||||
Token_Budget: "User specifies token limit"
|
||||
Session_History: "User previously requested compression"
|
||||
Task_Operations: "Always for task files"
|
||||
@@ -205,12 +205,12 @@ Error_Messages:
|
||||
```yaml
|
||||
Compression_Metrics:
|
||||
Token_Reduction:
|
||||
Target: "70% reduction"
|
||||
Minimum: "50% reduction"
|
||||
Target: "Substantial reduction"
|
||||
Minimum: "Significant reduction"
|
||||
Measure: "Compare before/after token count"
|
||||
|
||||
Clarity_Preservation:
|
||||
Requirement: ">80% information retained"
|
||||
Requirement: "Essential information retained"
|
||||
Test: "Key facts still accessible"
|
||||
Validation: "No critical info lost"
|
||||
|
||||
@@ -240,7 +240,7 @@ Performance_Guidelines:
|
||||
```yaml
|
||||
Context_Sensitive_Compression:
|
||||
High_Context_Usage:
|
||||
Threshold: ">70%"
|
||||
Threshold: "High context usage"
|
||||
Action: "Auto-enable UC mode"
|
||||
Notice: "⚡ UC mode: high context"
|
||||
|
||||
@@ -256,15 +256,15 @@ Context_Sensitive_Compression:
|
||||
|
||||
Progressive_Compression:
|
||||
Level_1_Light:
|
||||
Context: "50-70%"
|
||||
Context: "Moderate to high usage"
|
||||
Actions: "Remove articles, use common abbreviations"
|
||||
|
||||
Level_2_Medium:
|
||||
Context: "70-85%"
|
||||
Context: "High usage"
|
||||
Actions: "Full UC mode, all rules active"
|
||||
|
||||
Level_3_Heavy:
|
||||
Context: ">85%"
|
||||
Context: "Very high usage"
|
||||
Actions: "Extreme compression, summary only"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user