Correct two stale paths (octopus/customers/{duel-image,slb} -> octopus/{duel-image,slb})
and add 5 previously-untracked projects to distill scope: agent-runtimes-deploy,
cluster-apps/agent-runtimes, hugo-gabby-oreilly-counselling-content,
hugo-oreillyconsulting-integration, octopus/policy-demo.
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
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: projects # Relative to CLAUDE_PROJECT_ROOT
|
|
projects: # Projects to scan for memory changes
|
|
- agent-runtimes
|
|
- agent-runtimes-deploy
|
|
- ai-image-gen
|
|
- brainiac-app
|
|
- claude-foundations
|
|
- cluster-apps/agent-runtimes
|
|
- cluster-apps/octopus-deploy
|
|
- cluster-bootstrap
|
|
- contracts
|
|
- crud-accelerator
|
|
- custom-claude-skills
|
|
- dns-manager
|
|
- hugo-accelerator
|
|
- hugo-gabby-oreilly-counselling-content
|
|
- hugo-oreillyconsulting-integration
|
|
- small-scripts
|
|
extra_projects: # Projects outside projects_dir (paths relative to CLAUDE_PROJECT_ROOT)
|
|
- path: octopus/ai-assisted-migration
|
|
- path: octopus/customer-issue-sync
|
|
- path: octopus/duel-image
|
|
- path: octopus/goes
|
|
- path: octopus/PlatformHub-Demo
|
|
- path: octopus/policy-demo
|
|
- path: octopus/slb
|
|
- path: octopus/the-case-for-agentic
|