Merge branch 'fix/mumuni-review-suggestions': tested changes
PR Pipeline — Authorize → Validate → Review → Merge / auth (push) Successful in 3s
PR Pipeline — Authorize → Validate → Review → Merge / validate (push) Successful in 4s
PR Pipeline — Authorize → Validate → Review → Merge / lint (push) Successful in 2s
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (push) Successful in 3s
PR Pipeline — Authorize → Validate → Review → Merge / gate (push) Successful in 1s
PR Pipeline — Authorize → Validate → Review → Merge / auth (push) Successful in 3s
PR Pipeline — Authorize → Validate → Review → Merge / validate (push) Successful in 4s
PR Pipeline — Authorize → Validate → Review → Merge / lint (push) Successful in 2s
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (push) Successful in 3s
PR Pipeline — Authorize → Validate → Review → Merge / gate (push) Successful in 1s
- Recursive detection query catches sub-profile violations (verified) - safe-mutate cross-reference added to Violation Response (verified)
This commit is contained in:
@@ -74,8 +74,9 @@ model:
|
||||
Run on any Hermes host to detect violations:
|
||||
|
||||
```bash
|
||||
grep -n 'api_key: sk-' /root/.hermes/config.yaml \
|
||||
| grep -v 'deepseek\|b7d9\|openai\|anthropic\|DEEPSEEK'
|
||||
grep -rn 'api_key: sk-' /root/.hermes/ \
|
||||
--include='config.yaml' \
|
||||
| grep -v 'deepseek\|openai\|anthropic\|DEEPSEEK'
|
||||
```
|
||||
|
||||
If any output — violation. Fix immediately.
|
||||
@@ -157,6 +158,7 @@ EnvironmentFile=/etc/environment
|
||||
4. **Restart** — gateway must restart to pick up env var
|
||||
5. **Confirm** — test key against LiteLLM: `curl -H "Authorization: Bearer $KEY" .../v1/models` → 200
|
||||
6. **Update** — bump the verified table above
|
||||
7. **Use safe-mutate** — if the fix requires changing `/etc/environment` or restarting the gateway on a remote host, use `safe-mutate` to verify current state before mutating.
|
||||
|
||||
## Related Contracts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user