MAX_SKILLS_LOADED_PER_RUN
@forge/monorepo / backend/src / MAX_SKILLS_LOADED_PER_RUN
Variable: MAX_SKILLS_LOADED_PER_RUN
constMAX_SKILLS_LOADED_PER_RUN:5=5
Defined in: backend/src/tools/registry.ts:209
How many distinct skills one run may pull into context.
Mirrors SKILL_LIMITS.maxLoadedPerRun, duplicated rather than imported for the same layering reason as
SkillBodyLoader. A test asserts the two agree, so the copy cannot drift silently.