Skip to content

Commit 4098f81

Browse files
committed
docs(types): align minimal tier jsdoc with actual allowlist
The public type comment claimed minimal is "AGENTS.md + TOOLS.md only" but the actual implementation includes SOUL.md, IDENTITY.md, and USER.md. Updated the jsdoc to match the resolved allowlist and clarify that "full" extras are loaded via the bootstrap-extra-files hook. The generated help text in schema.help.ts and schema.base.generated.ts is already consistent with this list. Addresses Codex review feedback (P3).
1 parent 8aa82b6 commit 4098f81

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/config/types.agent-defaults.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,9 @@ export type AgentDefaultsConfig = {
230230
*/
231231
contextInjection?: AgentContextInjection;
232232
/**
233-
* Bootstrap loading tier: "minimal" (AGENTS.md + TOOLS.md only),
234-
* "standard" (all recognized files, default), or "full" (standard + extra patterns).
233+
* Bootstrap loading tier: "minimal" (AGENTS.md + TOOLS.md + SOUL.md +
234+
* IDENTITY.md + USER.md), "standard" (all recognized root files, default),
235+
* or "full" (standard + extra patterns from the `bootstrap-extra-files` hook).
235236
* Subagent/cron sessions default to "minimal"; main sessions default to "standard".
236237
*/
237238
bootstrapTier?: "minimal" | "standard" | "full";

0 commit comments

Comments
 (0)