Skip to content

docs(agents): document advisory frontmatter fields and remove stale temperature#740

Merged
kcenon merged 1 commit into
developfrom
docs/issue-737-advisory-fields-temperature
Jun 13, 2026
Merged

docs(agents): document advisory frontmatter fields and remove stale temperature#740
kcenon merged 1 commit into
developfrom
docs/issue-737-advisory-fields-temperature

Conversation

@kcenon

@kcenon kcenon commented Jun 13, 2026

Copy link
Copy Markdown
Owner

변경 내용

에이전트 fleet의 문서 정합을 위한 P2/P3 문서 항목 3가지를 처리했다.

  1. docs/CUSTOM_EXTENSIONS.mdapplies_to / keywords가 공식 런타임 path-trigger가 아니라 fleet-orchestrator의 Top-K routing 입력임을 명문화.
  2. docs/CUSTOM_EXTENSIONS.mdstructure-explorermemory: local + initialPrompt 미선언이 의도된 설계임을 명문화.
  3. README.md / README.ko.md의 Agent Configuration 예시 YAML에서 stale temperature: 0.3 제거.

배경

  • applies_to / keywords는 path-trigger처럼 보이지만 공식 런타임은 오직 description으로만 위임한다. 이 두 필드는 fleet-orchestrator 스킬의 Top-K routing 점수식(score = 2 * matched_applies_to_globs + 1 * matched_keywords, global/skills/_internal/fleet-orchestrator/SKILL.md)이 소비하는 advisory 입력이다. 문서가 없으면 유지보수자가 "특정 파일을 열면 에이전트가 자동 호출된다"고 오해할 수 있다. → 제거가 아니라 용도 문서화가 정답.
  • structure-explorer는 8개 중 유일하게 memory: project + 부트스트랩 initialPrompt 패턴에서 벗어난다. stateless 1-shot 탐색 성격상 의도된 것이나, 문서가 없으면 "실수로 빠진 것"으로 오인된다.
  • README 예시 YAML이 이미 모든 에이전트에서 제거(chore(plugin): drop temperature from plugin agents #662)된 비표준·무시 필드 temperature: 0.3을 여전히 노출해, 신규 작성자가 복제할 위험이 있었다.

검증

  • grep temperature README.md README.ko.md → 각 0건
  • docs/CUSTOM_EXTENSIONS.md에 advisory 필드·structure-explorer 노트 삽입 확인(CI enforcement 단락 뒤, Skill reference 단락 앞)
  • 에이전트 정의 파일은 변경하지 않음

Closes #737
Part of #726

…emperature

Document in CUSTOM_EXTENSIONS.md that applies_to/keywords are advisory inputs to the fleet-orchestrator Top-K routing score (not official runtime path-triggers), and that structure-explorer's memory:local with no initialPrompt is intentional. Remove the stale temperature: 0.3 line from the README.md and README.ko.md Agent Configuration examples (the field was already dropped from all agents in #662).
@kcenon kcenon merged commit a20a30f into develop Jun 13, 2026
1 check passed
@kcenon kcenon deleted the docs/issue-737-advisory-fields-temperature branch June 13, 2026 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant