Skip to content

Commit 8d09179

Browse files
author
zenus
committed
docs: link config and bitlesson from documentation
1 parent 87fc31a commit 8d09179

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,8 @@ Requires [codex CLI](https://github.com/openai/codex) for review. See the full [
6767
- [Install for Claude Code](docs/install-for-claude.md) -- Full installation instructions
6868
- [Install for Codex](docs/install-for-codex.md) -- Codex skill runtime setup
6969
- [Install for Kimi](docs/install-for-kimi.md) -- Kimi CLI skill setup
70-
- [Config System](#config-system) -- Shared config hierarchy and override rules
71-
- [BitLesson System](#bitlesson-system) -- Bitter Lesson-style project memory workflow
72-
73-
### Config System
74-
75-
Humanize now uses a shared config hierarchy instead of scattering defaults across scripts.
76-
77-
Priority is:
78-
1. `config/default_config.json`
79-
2. `~/.config/humanize/config.json`
80-
3. `.humanize/config.json`
81-
4. CLI flags for commands that expose overrides
82-
83-
This keeps RLCR, PR loop, and `ask-codex` aligned on the same Codex defaults, while still letting each project pin its own behavior. The current config surface covers shared review settings such as `codex_model` and `codex_effort`, plus workflow toggles like `bitlesson_model`, `agent_teams`, and plan-generation preferences.
84-
85-
### BitLesson System
86-
87-
Humanize also includes a BitLesson system, which is the repository's Bitter Lesson-style knowledge capture workflow.
88-
89-
Each project keeps a local knowledge base at `.humanize/bitlesson.md`. The RLCR setup initializes that file from a strict template when it is missing. During each round, the loop reads the knowledge base, runs a selector for every task or sub-task, and requires the round summary to include a `## BitLesson Delta` section describing whether a reusable lesson was added, updated, or intentionally left unchanged.
90-
91-
The goal is to turn repeated failure-and-fix cycles into explicit project memory instead of rediscovering the same operational lessons every round.
70+
- [Configuration](docs/usage.md#configuration) -- Shared config hierarchy and override rules
71+
- [Bitter Lesson Workflow](docs/usage.md#bitlesson-workflow) -- Project memory, selector routing, and delta validation
9272

9373
## License
9474

0 commit comments

Comments
 (0)