@mestreyoda/fabrica 0.1.14 → 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.
@@ -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
- roles:
11
- developer:
12
- models:
13
- junior: anthropic/claude-haiku-4-5
14
- medior: anthropic/claude-sonnet-4-5
15
- senior: anthropic/claude-opus-4-6
16
- tester:
17
- models:
18
- junior: anthropic/claude-haiku-4-5
19
- medior: anthropic/claude-sonnet-4-5
20
- senior: anthropic/claude-opus-4-6
21
- architect:
22
- models:
23
- junior: anthropic/claude-sonnet-4-5
24
- senior: anthropic/claude-opus-4-6
25
- reviewer:
26
- models:
27
- junior: anthropic/claude-haiku-4-5
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