@forwardimpact/libcoaligned 0.1.2 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libcoaligned",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Co-Aligned architecture checks — enforce instruction-layer length caps and JTBD invariants across the repo.",
5
5
  "keywords": [
6
6
  "coaligned",
@@ -140,8 +140,8 @@ async function buildLayers(root) {
140
140
  {
141
141
  id: "L3",
142
142
  name: "agent profile",
143
- maxLines: 64,
144
- maxWords: 384,
143
+ maxLines: 72,
144
+ maxWords: 448,
145
145
  files: await findAgentProfiles(root, claudeDirs),
146
146
  },
147
147
  {