-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretro_config.yaml
More file actions
38 lines (36 loc) · 1.29 KB
/
retro_config.yaml
File metadata and controls
38 lines (36 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
daemon:
poll_interval: 60 # seconds between polling cycles
min_rounds: 5 # minimum new conversation rounds before triggering update
pid_file: .retro.pid
retro_dir: .retro
playbook:
max_bullets: 40 # hard cap; curator must consolidate when exceeded
default_model: gpt-5.2
batch_size: 4 # max parallel reflections per batch
sections:
CODING_PATTERNS: coding
WORKFLOW_STRATEGIES: workflow
COMMUNICATION: communication
COMMON_MISTAKES: mistake
TOOL_USAGE: tool
OTHERS: other
# ---------------------------------------------------------------------------
# Compatibility matrix
#
# inputs: which agent trace sources to ingest
# - claude-code ~/.claude/projects/<key>/*.jsonl
# - cursor ~/.cursor/projects/<key>/agent-transcripts/*/*.jsonl
# - codex ~/.codex/sessions/<YYYY>/<MM>/<DD>/rollout-*.jsonl (filtered by cwd)
#
# outputs: which agent rule files to update
# - claude-code CLAUDE.md (between retro markers)
# - cursor .cursor/rules/retro.mdc (alwaysApply: true)
# - codex AGENTS.md (between retro markers)
# ---------------------------------------------------------------------------
sources:
inputs:
- claude-code
- cursor
- codex
outputs:
- claude-code