agentme 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/.xdrs/index.md +2 -6
  2. package/package.json +2 -2
package/.xdrs/index.md CHANGED
@@ -9,7 +9,7 @@ XDRs in scopes listed last override the ones listed first
9
9
  ### _core
10
10
 
11
11
  Decisions about how XDRs work
12
- [View general ADRs Index](_core/adrs/index.md)
12
+ [View _core ADRs Index](_core/adrs/index.md)
13
13
 
14
14
  ---
15
15
 
@@ -23,8 +23,4 @@ Opiniated set of decisions and skills for common development tasks
23
23
 
24
24
  ### _local (reserved)
25
25
 
26
- Project-local XDRs that must not be shared with other contexts. Always keep this scope last so its decisions override or extend all scopes listed above. Add specific `_local` ADR/BDR/EDR index links here when present.
27
-
28
- [View _local BDRs Index](_local/bdrs/index.md)
29
-
30
- [View _local ADRs Index](_local/adrs/index.md)
26
+ Project-local XDRs that must not be shared with other contexts. Always keep this scope last so its decisions override or extend all scopes listed above. Keep `_local` canonical indexes in the workspace tree only; do not link them from this shared index. Readers and tools should still try to discover existing `_local` indexes in the current workspace by default.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "agentme",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "filedist": "^0.26.0",
7
- "xdrs-core": "^0.7.1"
7
+ "xdrs-core": "^0.14.5"
8
8
  },
9
9
  "bin": "bin/filedist.js",
10
10
  "files": [