xdrs-core 0.3.5 → 0.3.6
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.
|
@@ -17,7 +17,7 @@ Performs a structured review of code changes or files against the XDRs in the re
|
|
|
17
17
|
### Phase 1: Code Gathering
|
|
18
18
|
|
|
19
19
|
1. Identify changes based on requested scope:
|
|
20
|
-
- For diffs: run and parse `git diff origin/
|
|
20
|
+
- For diffs: run and parse `git diff refs/remotes/origin/HEAD`
|
|
21
21
|
- For files: analyze file contents directly
|
|
22
22
|
|
|
23
23
|
### Phase 2: XDR Compilation
|
package/AGENTS.local.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xdrs-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "A standard way to organize Decision Records (XDRs) across scopes, subjects, and teams so that AI agents can reliably query and follow them.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
".xdrs/**",
|
|
18
18
|
"package.json",
|
|
19
19
|
"AGENTS.md",
|
|
20
|
+
"AGENTS.local.md",
|
|
20
21
|
"bin/npmdata.js"
|
|
21
22
|
],
|
|
22
23
|
"dependencies": {
|
|
23
|
-
"npmdata": "^0.
|
|
24
|
+
"npmdata": "^0.20.0"
|
|
24
25
|
},
|
|
25
26
|
"npmdata": {
|
|
26
27
|
"sets": [
|
|
@@ -48,7 +49,8 @@
|
|
|
48
49
|
{
|
|
49
50
|
"selector": {
|
|
50
51
|
"files": [
|
|
51
|
-
".xdrs/index.md"
|
|
52
|
+
".xdrs/index.md",
|
|
53
|
+
"AGENTS.local.md"
|
|
52
54
|
]
|
|
53
55
|
},
|
|
54
56
|
"output": {
|