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.
- package/.xdrs/index.md +2 -6
- 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
|
|
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.
|
|
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