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/agent/skills/lean-build/SKILL.md
Normal file
16
web/agent/skills/lean-build/SKILL.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
description: "Build feature work with high overbuilding risk. Use for new behavior, product slices, or integrations where repository reuse, strict scope, and an explicit stop condition matter."
|
||||
---
|
||||
# Lean build
|
||||
|
||||
Native Core's architecture-first simplicity remains mandatory. Turn feature into complete narrow outcome fitting system.
|
||||
|
||||
- Derive observable acceptance and explicit non-goals from request and repository.
|
||||
- Trace entry point through layers owning invariants.
|
||||
- Deliver coherent end-to-end path across responsible layers; never force work into one file, direct expression, or local patch.
|
||||
- Reuse fitting seam. Refactor when patching duplicates behavior, weakens ownership, or hides root cause.
|
||||
- Omit modes, providers, config, extensibility, and polish unless acceptance needs them.
|
||||
- Add surface, dependency, service, config, or migration only for lifecycle design or acceptance; state material tradeoff.
|
||||
- Keep work runnable; preserve Core safety.
|
||||
|
||||
Exercise path. Run focused proof. Stop when acceptance passes. Report only material omissions and trigger.
|
||||
4
web/agent/skills/lean-build/agents/openai.yaml
Normal file
4
web/agent/skills/lean-build/agents/openai.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
interface:
|
||||
display_name: "Lean Build"
|
||||
short_description: "Build smallest coherent feature slice"
|
||||
default_prompt: "Use $lean-build to implement this feature without speculative scope."
|
||||
Loading…
Reference in a new issue