You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix broken doc links: convert relative paths to absolute
With permalink: pretty each page URL gains a directory level,
breaking all relative cross-section links. Convert to absolute
paths so links resolve correctly.
# KafClaw System Architecture — Detailed Reference
7
7
8
-
> For the quick overview, see [architecture.md](./architecture/).
8
+
> For the quick overview, see [Architecture Overview](/architecture-security/architecture/).
9
9
10
10
---
11
11
@@ -576,7 +576,7 @@ Renderer (Vue 3 SPA)
576
576
577
577
## 9. Security Model
578
578
579
-
> See also: [admin-guide.md](./admin-guide.md#2-security-model) for the comprehensive security reference, [security-risks.md](./security-risks/) for threat model
579
+
> See also: [Administration Guide](/operations-admin/admin-guide/#2-security-model) for the comprehensive security reference, [Security Risks](/architecture-security/security-risks/) for threat model
A quick reference for the KafClaw system architecture. For the comprehensive deep-dive, see [architecture-detailed.md](./architecture-detailed/).
8
+
A quick reference for the KafClaw system architecture. For the comprehensive deep-dive, see [Detailed Architecture](/architecture-security/architecture-detailed/).
Copy file name to clipboardExpand all lines: docs/operations-admin/admin-guide.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ type Config struct {
64
64
}
65
65
```
66
66
67
-
New sections added in this release: `Model`, `Paths`, `ContentClassification`, `PromptGuard`, `OutputSanitization`, `FinOps`. See [Configuration Keys](../reference/config-keys/) for details.
67
+
New sections added in this release: `Model`, `Paths`, `ContentClassification`, `PromptGuard`, `OutputSanitization`, `FinOps`. See [Configuration Keys](/reference/config-keys/) for details.
68
68
69
69
### Agent Configuration
70
70
@@ -389,7 +389,7 @@ type LLMProvider interface {
389
389
|`groq`| API key |`https://api.groq.com/openai/v1`|
390
390
|`vllm`| optional key + base |_(configured)_|
391
391
392
-
For full provider setup, see [LLM Providers Reference](../reference/providers/).
392
+
For full provider setup, see [LLM Providers Reference](/reference/providers/).
-`skills.runtimeIsolation=auto` (use strict if container runtime is mandatory in your environment)
283
283
284
-
See [Skills](../skills/index.md) for full skill policy details.
284
+
See [Skills](/skills/) for full skill policy details.
285
285
286
286
### LLM provider and token management
287
287
@@ -488,8 +488,8 @@ Recommended usage:
488
488
-`security fix --yes`: apply safe remediations; re-run check after changes.
489
489
-`doctor --fix`: merges env files, syncs sensitive env keys into tomb-managed encrypted storage, then scrubs those sensitive keys from `~/.config/kafclaw/env`.
490
490
491
-
For security posture details, see [Security for Operators](../architecture-security/security-for-ops.md).
492
-
For skills policy, OAuth keying, and source pinning syntax, see [Skills](../skills/index.md).
491
+
For security posture details, see [Security for Operators](/architecture-security/security-for-ops/).
492
+
For skills policy, OAuth keying, and source pinning syntax, see [Skills](/skills/).
0 commit comments