xdrs-core 0.2.1-beta.0 → 0.2.2-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.
@@ -29,7 +29,7 @@ Provides clear ownership by scope, predictable navigation, and reusable decision
29
29
  `.xdrs/[scope]/[type]/[subject]/[number]-[short-title].md`
30
30
  - **Scopes:**
31
31
  - examples: `business-x`, `business-y`, `team-43`, `_general`
32
- - `_local` is a reserved scope for XDRs created locally to a specific project or repository. XDRs in `_local` must not be shared with or propagated to other contexts. This scope must always be placed in the lowest position in `.xdrs/index.md` so that its decisions override or extend any decisions from all higher-positioned scopes. When a scope name is not specified, `_local` is the standard scope to use.
32
+ - `_local` is a reserved scope for XDRs created locally to a specific project or repository. XDRs in `_local` must not be shared with or propagated to other contexts. This scope must always be placed in the lowest position in `.xdrs/index.md` so that its decisions override or extend any decisions from all higher-positioned scopes.
33
33
  - **Types:** `adrs`, `bdrs`, `edrs`
34
34
  - there can exist sufixes to the standard scope names (e.g: `business-x-mobileapp`, `business-y-servicedesk`)
35
35
  - **Subjects:** MUST be one of the following depending on the type of the XDR:
@@ -55,6 +55,7 @@ Provides clear ownership by scope, predictable navigation, and reusable decision
55
55
  - XDRs should be less than 100 lines long as a rule of thumb
56
56
  - This is important to make them focused on a clear decision
57
57
  - Exceptions can reach 200 lines (templates, more elaborate decision implementations etc)
58
+ - ALWAYS use `_local` scope if the user doesn't explicitelly indicate a specific scope while creating an xdr or skill.
58
59
 
59
60
  **XDR template**
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xdrs-core",
3
- "version": "0.2.1-beta.0",
3
+ "version": "0.2.2-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",