Files
claude-foundations/settings.yaml
Paul O'Reilly e0f8e6471c Add best-practices library, knowledge distillation pipeline settings, and first session log
- best-practices/: 11 topic files + INDEX.md extracted from cluster-bootstrap
  and custom-claude-skills (validation, k8s, helm, ansible, secrets, debugging, etc.)
- settings.yaml: pipeline config (log retention, tracked projects, max logs per run)
- CLAUDE.md: updated with best-practices loading and pipeline documentation
- memory/log/: first session log demonstrating the format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 23:39:06 +13:00

15 lines
454 B
YAML

# Knowledge distillation pipeline settings
log:
retention_days: 7 # Prune reflected logs older than this
warn_unreflected_days: 14 # Warn (don't delete) unreflected logs older than this
reflect:
max_logs_per_run: 10 # Process at most N logs per invocation
distill:
projects_dir: ~/dev/claude/projects
projects: # Projects to scan for memory changes
- cluster-bootstrap
- custom-claude-skills