xdrs-core 0.2.2-beta.0 → 0.2.3-beta.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.
Files changed (2) hide show
  1. package/.xdrs/index.md +5 -0
  2. package/package.json +1 -1
package/.xdrs/index.md CHANGED
@@ -24,3 +24,8 @@ General engineering decisions covering cross-business standards and practices.
24
24
 
25
25
  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.
26
26
 
27
+ [View _local BDRs Index](_local/bdrs/index.md)
28
+
29
+ [View _local ADRs Index](_local/adrs/index.md)
30
+
31
+ [View _local EDRs Index](_local/edrs/index.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xdrs-core",
3
- "version": "0.2.2-beta.0",
3
+ "version": "0.2.3-beta.0",
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",