Initial commit: Multi-repository role-based knowledge graphs

This commit is contained in:
Kimi Claw
2026-02-19 04:11:57 +08:00
commit 3720b9e325
19 changed files with 1218 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# System Operator Knowledge Graph
## Role: System Operator
Specialized knowledge for system administration and operations.
## Thesaurus
- **Source**: `thesaurus.json`
- **Concepts**: Logs, Config, Service, Network, Security
## Key Areas
### Logging
- System logs
- Application logs
- Log analysis
### Configuration
- System config files
- Service configuration
- Environment settings
### Services
- Systemd services
- Daemon management
- Process control
### Network
- IP configuration
- DNS settings
- Firewall rules
### Security
- Audit logs
- Permissions
- Authentication
## Sources
- Logs: `/var/log/`
- Config: `/etc/`