- CLAUDE.md: add "Question the question" and "One clarifying question" rules to Tone and Interaction — XY problem detection, false premise checks, and explicit reframe pattern before answering - Add claude/ detail-file directory (topic docs referenced from CLAUDE.md) - Add ABOUT.md, FUTURE.md - Update memory/, scripts/, settings.yaml with accumulated session changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
1.0 KiB
YAML
33 lines
1.0 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
|
|
- ai-image-gen
|
|
- brainiac-app
|
|
- claude-foundations
|
|
- cluster-apps/octopus-deploy
|
|
- cluster-bootstrap
|
|
- contracts
|
|
- crud-accelerator
|
|
- custom-claude-skills
|
|
- dns-manager
|
|
- hugo-accelerator
|
|
- 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/customers/duel-image
|
|
- path: octopus/customers/slb
|
|
- path: octopus/goes
|
|
- path: octopus/PlatformHub-Demo
|
|
- path: octopus/the-case-for-agentic
|