You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`evals/prompts.csv`, `evals/rubric.md`, `evals/self_checks.yaml`, `evals/cases/*.json`은 수동 또는 자동 에이전트 평가에 사용할 작은 프롬프트 회귀 세트입니다. Semantic case checker는 기대 trigger와 operation 계약을 검증하며, LLM 또는 agent를 실행하지 않습니다.
202
202
203
+
`--strict-safety`는 의도적으로 보수적입니다. 공유/팀 템플릿에서는 signed URL 또는 tokenized URL처럼 보이는 휴리스틱 결과도 error로 올립니다. false positive는 검토하고, 민감한 링크를 WATCHLIST.md에 복사하기보다 safe pointer를 선호하세요.
`owner`는 다음 명시적인 WATCHLIST 검토 중에 누가 조치해야 하는지를 의미합니다. 이는 어시스턴트가 자동으로 깨어난다는 의미는 아닙니다.
222
224
225
+
검증기는 모든 필드 키를 요구합니다. 키는 위의 안정적인 순서대로 있어야 하지만, open 항목에서 모든 필드 값이 채워져야 하는 것은 아닙니다. open 항목의 필수 값은 `status`, `priority`, `owner`, `due_at`, `created_at`, `source`, `trigger`, `action`, `done_when`입니다. 알 수 있으면 권장되는 값은 `next_step_on_fail`입니다. 확인 전에는 보통 비워 둡니다: `last_checked_at`, `result`.
226
+
223
227
완료 처리의 기본 동작은 `status: done`, `last_checked_at`, `result`를 채우고, `## Done` 섹션이 있으면 완료 항목을 그 아래로 이동하는 것입니다. 사용자가 “상태만 바꿔” 또는 “위치 유지”처럼 명시하면 항목을 원래 위치에 둘 수 있습니다.
224
228
225
229
`dropped`는 더 이상 필요 없는 후속 확인의 기록을 보존하는 상태입니다. Delete는 기록 자체를 제거하는 동작이므로 기본적으로 권장하지 않으며, 사용자가 명시적으로 삭제를 요청할 때만 수행해야 합니다.
`evals/prompts.csv`, `evals/rubric.md`, `evals/self_checks.yaml`, and `evals/cases/*.json` are a small prompt regression set for manual or automated agent evaluation. The semantic case checker validates the expected trigger and operation contract; it does not run an LLM or agent.
202
202
203
+
`--strict-safety` is intentionally conservative. It escalates heuristic findings such as signed or tokenized-looking URLs to errors for shared/team templates; review false positives and prefer safe pointers instead of copying sensitive links into WATCHLIST.md.
`owner` means who should act during the next explicit WATCHLIST review. It does not mean the assistant will wake up automatically.
222
224
225
+
The validator requires every field key in the stable order shown above, but not every field needs a populated value for an open item. Required values for open items are `status`, `priority`, `owner`, `due_at`, `created_at`, `source`, `trigger`, `action`, and `done_when`. Recommended when known: `next_step_on_fail`. Normally blank until checked: `last_checked_at` and `result`.
226
+
223
227
By default, completing an item sets `status: done`, fills `last_checked_at` and `result`, and moves the item under `## Done` when that section exists. If the user explicitly says to change only the status or keep the item in place, leave the item in its original section.
224
228
225
229
`dropped` preserves a record for a follow-up that is no longer needed. Delete removes the record itself, so it is not the default and should only be used when the user explicitly asks to delete the record.
0 commit comments