Skip to content

Commit 87fc31a

Browse files
author
zenus
committed
docs: move config and bitlesson under documentation
1 parent 763bfd6 commit 87fc31a

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,22 @@ Requires [codex CLI](https://github.com/openai/codex) for review. See the full [
5555
humanize monitor rlcr
5656
```
5757

58-
## Config System
58+
## Monitor Dashboard
59+
60+
<p align="center">
61+
<img src="docs/images/monitor.png" alt="Humanize Monitor" width="680"/>
62+
</p>
63+
64+
## Documentation
65+
66+
- [Usage Guide](docs/usage.md) -- Commands, options, environment variables
67+
- [Install for Claude Code](docs/install-for-claude.md) -- Full installation instructions
68+
- [Install for Codex](docs/install-for-codex.md) -- Codex skill runtime setup
69+
- [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
5974

6075
Humanize now uses a shared config hierarchy instead of scattering defaults across scripts.
6176

@@ -67,27 +82,14 @@ Priority is:
6782

6883
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.
6984

70-
## BitLesson System
85+
### BitLesson System
7186

7287
Humanize also includes a BitLesson system, which is the repository's Bitter Lesson-style knowledge capture workflow.
7388

7489
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.
7590

7691
The goal is to turn repeated failure-and-fix cycles into explicit project memory instead of rediscovering the same operational lessons every round.
7792

78-
## Monitor Dashboard
79-
80-
<p align="center">
81-
<img src="docs/images/monitor.png" alt="Humanize Monitor" width="680"/>
82-
</p>
83-
84-
## Documentation
85-
86-
- [Usage Guide](docs/usage.md) -- Commands, options, environment variables
87-
- [Install for Claude Code](docs/install-for-claude.md) -- Full installation instructions
88-
- [Install for Codex](docs/install-for-codex.md) -- Codex skill runtime setup
89-
- [Install for Kimi](docs/install-for-kimi.md) -- Kimi CLI skill setup
90-
9193
## License
9294

9395
MIT

0 commit comments

Comments
 (0)