@mestreyoda/fabrica 0.1.15 → 0.1.16
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.
- package/defaults/fabrica/workflow.yaml +19 -20
- package/dist/index.js +749 -574
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
|
@@ -6,26 +6,25 @@
|
|
|
6
6
|
#
|
|
7
7
|
# To see what changed in a new version: config({ action: "diff" })
|
|
8
8
|
# To reset to package defaults: config({ action: "reset", scope: "workflow" })
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
senior: anthropic/claude-sonnet-4-5
|
|
9
|
+
#
|
|
10
|
+
# Models are auto-resolved from your authenticated providers.
|
|
11
|
+
# To override, specify explicit models per role/level:
|
|
12
|
+
# roles:
|
|
13
|
+
# developer:
|
|
14
|
+
# models:
|
|
15
|
+
# junior: your-provider/model-name
|
|
16
|
+
#
|
|
17
|
+
# Tier defaults (used when no explicit model configured):
|
|
18
|
+
# junior → fast tier (cheapest available model)
|
|
19
|
+
# medior → balanced tier
|
|
20
|
+
# senior → reasoning tier (most capable model)
|
|
21
|
+
#
|
|
22
|
+
# To configure thinking effort per role/level:
|
|
23
|
+
# roles:
|
|
24
|
+
# developer:
|
|
25
|
+
# effort:
|
|
26
|
+
# junior: minimal # fast, direct execution
|
|
27
|
+
# senior: deep # thorough analysis
|
|
29
28
|
|
|
30
29
|
workflow:
|
|
31
30
|
initial: planning
|