Goal
Learn manager and operator patterns over time without unsafe self-modification.Learning Pipeline
- Observe:
- completed tasks
- approvals/rejections
- communication edits
- Synthesize:
- summarize patterns into operating profile
- Approve:
- manager reviews profile changes
- Apply:
- update prompts/skill policy only after approval
Data Files
- Input:
/docs/agents/learning/interaction-log.jsonl
- Output:
/docs/agents/learning/OPERATING_PROFILE.md
Command
Safety Guarantees
- No autonomous policy mutation.
- No secrets in learning data.
- External communication privacy rules remain fixed.
- Human signoff required before behavior promotion.