@trohde/earos 1.1.2 → 1.2.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# EaROS
|
|
1
|
+
# EaROS Profile Authoring Guide
|
|
2
2
|
|
|
3
3
|
## Overview
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ Profiles extend the Core Meta-Rubric for specific artifact types. This guide exp
|
|
|
8
8
|
|
|
9
9
|
1. Confirm the artifact type recurs enough to justify standardisation
|
|
10
10
|
2. Verify the Core Meta-Rubric alone is insufficient
|
|
11
|
-
3. Choose a design method (A-E) from EaROS
|
|
11
|
+
3. Choose a design method (A-E) from the EaROS standard (Section 15)
|
|
12
12
|
4. Gather 3-5 representative artifacts for calibration
|
|
13
13
|
|
|
14
14
|
## Profile Design Methods
|
|
@@ -27,20 +27,16 @@ Profiles extend the Core Meta-Rubric for specific artifact types. This guide exp
|
|
|
27
27
|
- Add no more than 12 specific criteria (most built-in profiles use 3–9)
|
|
28
28
|
- Map every criterion to a dimension
|
|
29
29
|
- Define evidence anchors, gate types, and applicability rules
|
|
30
|
-
- Include examples
|
|
31
|
-
- Include at least one calibration artifact before approval
|
|
32
|
-
|
|
33
|
-
## v2.0 Additions
|
|
34
|
-
|
|
35
|
-
- Include `examples.good` and `examples.bad` for AI disambiguation
|
|
30
|
+
- Include `examples.good`, `examples.bad`, anti-patterns, and remediation hints
|
|
36
31
|
- Add `decision_tree` for ambiguous criteria
|
|
37
32
|
- Specify `design_method` in metadata
|
|
38
33
|
- Set `reliability_targets` for agent evaluation
|
|
39
34
|
- Document `agent_scale` if collapsing to 0-3 for agent mode
|
|
35
|
+
- Include at least one calibration artifact before approval
|
|
40
36
|
|
|
41
37
|
## Workflow
|
|
42
38
|
|
|
43
|
-
1. Create proposal (see EaROS Section 16)
|
|
39
|
+
1. Create proposal (see EaROS standard, Section 16)
|
|
44
40
|
2. Classify as profile or overlay
|
|
45
41
|
3. Choose design method (A-E)
|
|
46
42
|
4. Draft using `templates/new-profile.template.yaml`
|