[codex] Move internal experiment plans under docs-internal (#57262)

* docs: restore internal plan docs under docs-internal

* docs: move internal plans under docs/internal

* docs: restore deleted internal experiment notes

* docs: group internal notes by author

* docs: move Bob internal notes under osolmaz

* docs: move remaining internal notes under osolmaz

* Revert "docs: move remaining internal notes under osolmaz"

* docs: restore experiment architecture note

* docs: normalize osolmaz internal doc authorship

* docs: add identity metadata to internal docs

* docs: document internal development notes

* docs: use Peter in internal docs examples

* docs: move Mariano background task note to internal docs

* Revert "docs: use Peter in internal docs examples"

* docs: use real Peter note in internal docs readme

* docs: rename Mariano background task note

* docs: preserve others internal notes by default

* docs: allow BDFL override for internal notes
This commit is contained in:
Onur Solmaz
2026-03-29 22:18:26 +02:00
committed by GitHub
parent f5f8ba6d35
commit 96df794c12
26 changed files with 4375 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ if (!statSync(DOCS_DIR).isDirectory()) {
process.exit(1);
}
const EXCLUDED_DIRS = new Set(["archive", "research"]);
const EXCLUDED_DIRS = new Set(["archive", "internal", "research"]);
/**
* @param {unknown[]} values