@forwardimpact/schema 0.8.0 → 0.8.1

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
 
@@ -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.1",
4
4
  "description": "Schema definitions and data loading for skills, behaviours, and role frameworks",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {