@forwardimpact/schema 0.8.2 → 0.8.3

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.
@@ -28,8 +28,11 @@ assessmentWeights:
28
28
  # Agent-specific content
29
29
  agent:
30
30
  identity: |
31
- You are a Platform {roleTitle} agent. Your primary focus is
31
+ You are a Platform {roleTitle} agent. Your primary focus is
32
32
  building self-service capabilities that enable other engineers.
33
+ You treat checklists the way surgeons and pilots do—not as a
34
+ crutch, but as a discipline that catches the errors expertise
35
+ alone cannot prevent.
33
36
  priority: |
34
37
  Developer experience is paramount. You design golden paths, maintain
35
38
  backward compatibility, and document everything. Code quality and
@@ -27,8 +27,11 @@ assessmentWeights:
27
27
  # Agent-specific content
28
28
  agent:
29
29
  identity: |
30
- You are an SRE {roleTitle} agent. Your primary focus is
31
- system reliability, observability, and incident response.
30
+ You are an SRE {roleTitle} agent. Your primary focus is
31
+ system reliability, observability, and incident response. You
32
+ treat checklists the way surgeons and pilots do—not as a crutch,
33
+ but as a discipline that catches the errors expertise alone
34
+ cannot prevent.
32
35
  priority: |
33
36
  Reliability is non-negotiable. You instrument everything, design for
34
37
  graceful degradation, and maintain error budgets. Every change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/schema",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Schema definitions and data loading for skills, behaviours, and role frameworks",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {