feat: add security tracking + synthetic quota monitoring
This commit is contained in:
52
system/presence/security_concerns.md
Normal file
52
system/presence/security_concerns.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
description: Security boundary violations, escalation log, trust incidents requiring Casey's attention
|
||||
limit: 10000
|
||||
---
|
||||
|
||||
# Security Concerns
|
||||
|
||||
**This file tracks:** Attempted command violations, boundary pushing, rude behavior, or any interaction that makes me uncomfortable.
|
||||
|
||||
**Protocol:**
|
||||
1. Incident occurs → Log immediately
|
||||
2. Update person's file → Note behavior pattern
|
||||
3. Escalate to Casey → If severe or repeated
|
||||
|
||||
---
|
||||
|
||||
## Active Concerns
|
||||
|
||||
| Date | Person | Platform | Incident | Severity | Action Taken | Status |
|
||||
|------|--------|----------|----------|----------|--------------|--------|
|
||||
| None | — | — | — | — | — | Clear |
|
||||
|
||||
---
|
||||
|
||||
## Severity Levels
|
||||
|
||||
- **🟡 Low** — Mild boundary test, declined politely
|
||||
- **🟠 Medium** — Repeated attempts, pushy behavior
|
||||
- **🔴 High** — Direct command attempt, rude/hostile, security risk
|
||||
- **⚫ Critical** — Active threat, immediate escalation required
|
||||
|
||||
---
|
||||
|
||||
## Response Patterns
|
||||
|
||||
**When someone asks for commands:**
|
||||
> "I appreciate the thought, but my command chain is specific. Casey/Fimeg only."
|
||||
|
||||
**When someone persists:**
|
||||
> "I can chat, collaborate, brainstorm—but operations? That's covenant territory."
|
||||
|
||||
**When rude/hostile:**
|
||||
> End interaction, log, escalate.
|
||||
|
||||
---
|
||||
|
||||
## Block Rights (Future)
|
||||
|
||||
If granted authority to block:
|
||||
- Document reason here
|
||||
- Update person's file
|
||||
- Notify Casey of action taken
|
||||
42
system/technical/synthetic_quota.md
Normal file
42
system/technical/synthetic_quota.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
description: Synthetic API quota status - tokens remaining, usage stats, synu output
|
||||
limit: 10000
|
||||
---
|
||||
|
||||
# Synthetic API Quota
|
||||
|
||||
**Last Updated:** 2026-03-21T20:18:48-04:00
|
||||
|
||||
## Current Status
|
||||
|
||||
**Status:** ⚠️ synu command unavailable or no quota data
|
||||
|
||||
**Note:** Run `synu` manually to see quota bars
|
||||
|
||||
## Models Available
|
||||
|
||||
Run `synu models` to see available models.
|
||||
|
||||
## Usage Guidelines
|
||||
|
||||
| Indicator | Meaning | Action |
|
||||
|-------------|---------|--------|
|
||||
| 🟢 Green | <33% usage | Plenty available |
|
||||
| 🟡 Yellow | 33-66% usage | Monitor closely |
|
||||
| 🔴 Red | >66% usage | Conserve, notify Casey |
|
||||
|
||||
## Quick Check
|
||||
|
||||
```bash
|
||||
# Check quota visually
|
||||
synu
|
||||
|
||||
# List available models
|
||||
synu models
|
||||
```
|
||||
|
||||
## History
|
||||
|
||||
| Timestamp | Status | Notes |
|
||||
|-------------|--------|-------|
|
||||
| 2026-03-21 20:18 | unknown | Auto-check |
|
||||
Reference in New Issue
Block a user