@forwardimpact/schema 0.8.0 → 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.
package/README.md CHANGED
@@ -5,9 +5,9 @@ Schema definitions and data loading for skills, behaviours, and role frameworks.
5
5
  ## Role in the Vision
6
6
 
7
7
  The schema package defines how engineering competencies are structured. It
8
- provides the foundational data model that both human career progression and AI
9
- agent generation build upon—ensuring consistency between how we define human
10
- roles and how AI agents understand their capabilities.
8
+ provides the foundational data model that both human career progression and
9
+ coding agent team generation build upon—ensuring consistency between how we
10
+ define human roles and how agent teams understand their capabilities.
11
11
 
12
12
  ## What It Does
13
13
 
@@ -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
@@ -4,7 +4,7 @@ title: Engineering Pathway
4
4
  emojiIcon: "🧭"
5
5
  tag: "#AcmeCorp"
6
6
  description: |
7
- A unified framework for human and AI collaboration in engineering. Define roles, track skills and behaviours, build career paths, and generate AI coding agents—all from the same coherent foundation. The pathway aligns human capabilities with AI assistance, enabling productive teams in the AI era.
7
+ Great engineering comes from improving the performance of people and machines together. The pathway defines skills, behaviours, and career levels that apply equally to human engineers and coding agent teams—raising quality, increasing output, and bringing pride of workmanship to both.
8
8
 
9
9
  # Distribution configuration
10
10
  distribution:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/schema",
3
- "version": "0.8.0",
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": {