@chrisdudek/yg 0.3.2 → 1.0.0

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": "@chrisdudek/yg",
3
- "version": "0.3.2",
3
+ "version": "1.0.0",
4
4
  "description": "Make your repository self-aware. Persistent semantic memory and deterministic context assembly for AI agents.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "files": [
10
10
  "dist/",
11
- "graph-templates/"
11
+ "graph-schemas/"
12
12
  ],
13
13
  "engines": {
14
14
  "node": ">=22"
@@ -1,2 +0,0 @@
1
- name: CrossCuttingRequirementName
2
- tag: requires-tag-from-config
@@ -1,8 +0,0 @@
1
- name: EndToEndProcessName
2
- nodes:
3
- - orders/order-service
4
- - payments/payment-service
5
- - inventory/inventory-service
6
- knowledge:
7
- - patterns/saga-pattern
8
- - decisions/001-event-sourcing
@@ -1,2 +0,0 @@
1
- name: ArchitecturalDecisionOrPatternName
2
- scope: global
@@ -1,17 +0,0 @@
1
- name: ComponentName
2
- type: service
3
- tags: []
4
- blackbox: false
5
-
6
- relations:
7
- - target: other/module-path
8
- type: calls
9
- consumes: [methodA, methodB]
10
- failure: 'retry 3x, then circuit-break'
11
-
12
- knowledge:
13
- - decisions/001-choice-name
14
-
15
- mapping:
16
- paths:
17
- - src/modules/component/