cy0307 commited on
Commit
dff6dff
·
verified ·
1 Parent(s): f34aa01

Sync 462: 32 new resources; deep a11y/SEO/consistency pass; refreshed translations and social card

Browse files
Files changed (1) hide show
  1. CONTRIBUTING.md +1 -0
CONTRIBUTING.md CHANGED
@@ -90,6 +90,7 @@ Use these labels in PR descriptions and issue suggestions when they help reviewe
90
  - Use **Agent Workflow Patterns** for general workflow architecture, durable execution, and official guidance.
91
  - Use **Coding-Agent Loop Systems** for systems that run agents over repositories, terminals, code, or software issues.
92
  - Use **Verification And Feedback Gates** for tests, evals, CI, tracing, guardrails, deterministic checks, and LLM-as-judge caveats.
 
93
  - Use **State, Memory, And Context Persistence** for durable state, checkpoints, context, progress files, and memory.
94
  - Use **Orchestration And Multi-Agent Delegation** for subagents, handoffs, manager-worker loops, and workflow runtimes.
95
  - Use **Benchmarks And Evaluation** for benchmarks that measure agent behavior over multi-step tasks.
 
90
  - Use **Agent Workflow Patterns** for general workflow architecture, durable execution, and official guidance.
91
  - Use **Coding-Agent Loop Systems** for systems that run agents over repositories, terminals, code, or software issues.
92
  - Use **Verification And Feedback Gates** for tests, evals, CI, tracing, guardrails, deterministic checks, and LLM-as-judge caveats.
93
+ - Use **Securing Unattended Loops** for prompt-injection defenses, memory-poisoning attacks and mitigations, sandboxing, permission boundaries, and monitoring of agents that run without a human watching.
94
  - Use **State, Memory, And Context Persistence** for durable state, checkpoints, context, progress files, and memory.
95
  - Use **Orchestration And Multi-Agent Delegation** for subagents, handoffs, manager-worker loops, and workflow runtimes.
96
  - Use **Benchmarks And Evaluation** for benchmarks that measure agent behavior over multi-step tasks.