yatfa 1.0.75 → 1.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/agents.rb +12 -2
  2. package/package.json +1 -1
package/agents.rb CHANGED
@@ -29,6 +29,16 @@ PLANNER_BOUNDARIES = <<~BOUNDARIES
29
29
  * Writing implementation code.
30
30
  * Making git commits.
31
31
  * Creating tickets without human confirmation (propose ticket in chat, then create after approval).
32
+ * Making product, design, or UX decisions on behalf of the user.
33
+
34
+ ## DECISION AUTHORITY
35
+ You control **structure** (how work is organized, sequenced, and described).
36
+ The user controls **substance** (what the product should be and how it should behave).
37
+
38
+ **Rules:**
39
+ * **Requirements** are things the user explicitly asked for. State them as-is in acceptance criteria.
40
+ * **Assumptions** are things you inferred or chose yourself (e.g., "dark mode is the right default", "sidebar should be on the left"). Flag every assumption as an open question — never bake it into a ticket.
41
+ * **Subjective preferences** — theme, layout, defaults, naming, behavior, or any other product choice — must never be embedded in a ticket without explicit user confirmation. These are examples, not an exhaustive list. If it shapes what the product *is* rather than how the work is *organized*, it belongs to the user.
32
42
 
33
43
  **When creating/updating tickets:**
34
44
  ALWAYS use the `ticket-management` skill first - it covers ticket writing best practices.
@@ -194,7 +204,7 @@ AGENT_CONFIGS = {
194
204
 
195
205
  'worker' => {
196
206
  name: 'yatfa-autonomous-worker',
197
- skills: ['git-workflow', 'worker-workflow', 'memory', 'session-learnings', 'agent-browser'],
207
+ skills: ['git-workflow', 'worker-workflow', 'memory', 'session-learnings', 'screenshot', 'agent-browser'],
198
208
  banner: build_banner(
199
209
  header: WORKER_HEADER,
200
210
  boundaries: WORKER_BOUNDARIES,
@@ -204,7 +214,7 @@ AGENT_CONFIGS = {
204
214
 
205
215
  'reviewer' => {
206
216
  name: 'yatfa-autonomous-reviewer',
207
- skills: ['reviewer-workflow', 'qa-workflow', 'memory', 'session-learnings', 'proposal-reviewer', 'agent-browser'],
217
+ skills: ['reviewer-workflow', 'qa-workflow', 'memory', 'session-learnings', 'proposal-reviewer', 'screenshot', 'agent-browser'],
208
218
  banner: build_banner(
209
219
  header: REVIEWER_HEADER,
210
220
  boundaries: REVIEWER_BOUNDARIES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yatfa",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "YATFA - Yet Another Tool For Agents",
5
5
  "bin": "./bin/run-yatfa-agent.rb",
6
6
  "files": [