Don't scroll to bottm when sending message on mobile
This commit is contained in:
parent
75ef93ed80
commit
9b51159e42
116 changed files with 6201 additions and 1 deletions
16
web/.agents/skills/verify-and-stop/SKILL.md
Normal file
16
web/.agents/skills/verify-and-stop/SKILL.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: verify-and-stop
|
||||
description: Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof.
|
||||
---
|
||||
|
||||
# Verify and stop
|
||||
|
||||
Translate acceptance conditions into smallest sufficient proof set.
|
||||
|
||||
- Reuse still-current results with matching repository state.
|
||||
- Run focused checks before wider gates.
|
||||
- Distinguish pass, fail, unavailable, and blocked exactly.
|
||||
- Do not edit product code unless verification request includes fixes.
|
||||
- Do not add polish, cleanup, or unrelated tests after criteria pass.
|
||||
|
||||
Stop immediately when acceptance proof is complete. Report commands, results, and unresolved risk only.
|
||||
4
web/.agents/skills/verify-and-stop/agents/openai.yaml
Normal file
4
web/.agents/skills/verify-and-stop/agents/openai.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
interface:
|
||||
display_name: "Verify and Stop"
|
||||
short_description: "Run relevant proof then stop cleanly"
|
||||
default_prompt: "Use $verify-and-stop to prove acceptance criteria without adding scope."
|
||||
Loading…
Reference in a new issue