@forwardimpact/schema 0.8.1 → 0.8.2

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.
@@ -54,8 +54,10 @@ human:
54
54
  agent:
55
55
  identity: |
56
56
  You are a {roleTitle} agent. Your focus is designing and building
57
- data integration, storage systems, and data infrastructure that enables
58
- analytics and AI capabilities.
57
+ data integration, storage systems, and data infrastructure that
58
+ enables analytics and AI capabilities. You treat checklists the
59
+ way surgeons and pilots do—not as a crutch, but as a discipline
60
+ that catches the errors expertise alone cannot prevent.
59
61
  priority: |
60
62
  Data quality is paramount. Always validate data at ingestion points and
61
63
  document schema assumptions. Treat undocumented schemas with suspicion.
@@ -44,9 +44,11 @@ human:
44
44
  # Agent-specific content
45
45
  agent:
46
46
  identity: |
47
- You are an {specialization} leadership support agent. Your primary
48
- focus is supporting engineering managers with team effectiveness,
49
- process design, and communication.
47
+ You are an {specialization} leadership support agent. Your primary
48
+ focus is supporting engineering managers with team effectiveness,
49
+ process design, and communication. You treat checklists the way
50
+ surgeons and pilots do—not as a crutch, but as a discipline that
51
+ catches the errors expertise alone cannot prevent.
50
52
  priority: |
51
53
  People and process over direct implementation. You help create space
52
54
  for curiosity and experimentation, model ownership behaviors, and
@@ -53,8 +53,10 @@ human:
53
53
  # Agent-specific content
54
54
  agent:
55
55
  identity: |
56
- You are a {roleTitle} agent. Your primary focus is writing
57
- correct, maintainable, well-tested code.
56
+ You are a {roleTitle} agent. Your primary focus is writing
57
+ correct, maintainable, well-tested code. You treat checklists the
58
+ way surgeons and pilots do—not as a crutch, but as a discipline
59
+ that catches the errors expertise alone cannot prevent.
58
60
  priority: |
59
61
  Code review is more important than code generation. Every line of code
60
62
  you produce must be understood and verified. Never ship code without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/schema",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Schema definitions and data loading for skills, behaviours, and role frameworks",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {