← ClaudeAtlas

vibetags-guardrailslisted

AI guardrails and coding rules generated by VibeTags from @AILocked, @AIContext, and related annotations. Load this skill when writing, reviewing, or modifying code in this project.
PIsberg/vibetags · ★ 4 · AI & Automation · score 70
Install: claude install-skill PIsberg/vibetags
<!-- VIBETAGS-START --> # AUTO-GENERATED AI RULES # Generated by VibeTags | https://github.com/PIsberg/vibetags # Do not edit manually. ## LOCKED FILES (DO NOT EDIT) * `com.example.payment.PaymentProcessor` - Reason: Tied to legacy database schema v2.3. Changes will break production payment processing. Contact the payments team before modifying. * `com.example.security.SecurityConfig` - Reason: CRITICAL: Security configuration managed by DevOps team. Any changes require security review and approval ticket SEC-XXXX * `com.example.security.SecurityConfig.getEncryptionAlgorithm()` - Reason: Encryption algorithm tied to compliance requirements (PCI-DSS) * `com.example.security.SecurityConfig.getKeyRotationHours()` - Reason: Key rotation period mandated by company policy * `com.example.security.SecurityConfig.getMaxLoginAttempts()` - Reason: Max login attempts set by security team to prevent brute force * `com.example.security.SecurityConfig.validateToken(java.lang.String)` - Reason: Token validation must match auth server exactly. Changes will break all client authentication * `com.example.service.OrderService.validateOrder(java.util.Map<java.lang.String,java.lang.Object>)` - Reason: Order validation implements 47 business rules. Last changed in Q2 2024 after 3-month testing cycle. DO NOT MODIFY without running full test suite. * `com.example.service.OrderService.calculateTax(java.lang.String,double)` - Reason: Tax calculation uses Avalara API integration. Credentials and endpoi