mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +00:00
[codex] Move internal development notes to maintainers (#57316)
* docs: move internal notes to maintainers * docs: drop internal notes agent guidance
This commit is contained in:
@@ -20,7 +20,7 @@ if (!statSync(DOCS_DIR).isDirectory()) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
const EXCLUDED_DIRS = new Set(["archive", "internal", "research"]);
|
||||
const EXCLUDED_DIRS = new Set(["archive", "research"]);
|
||||
|
||||
/**
|
||||
* @param {unknown[]} values
|
||||
|
||||
Reference in New Issue
Block a user