agentme 0.1.3 → 0.1.4

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.
@@ -38,8 +38,7 @@ vibe coding, onboarding, and future feature development.
38
38
  - BDRs capture product purpose, business rules, and consumer workflows.
39
39
  - ADRs capture architectural context and cross-cutting patterns.
40
40
  - EDRs capture concrete engineering decisions: tooling, structure, practices.
41
- - Every non-trivial implementation decision MUST have a corresponding XDR entry in `_local` or
42
- `agentme` scope before the implementation task is marked complete.
41
+ - Every non-trivial implementation decision MUST have a corresponding XDR entry before the implementation task is marked complete. Create new XDRs if necessary.
43
42
 
44
43
  ### II. Preset Integrity (NON-NEGOTIABLE)
45
44
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "agentme",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "",
5
5
  "dependencies": {
6
- "npmdata": "^0.19.0",
7
- "xdrs-core": "^0.3.4"
6
+ "npmdata": "^0.20.1",
7
+ "xdrs-core": "^0.3.6"
8
8
  },
9
9
  "bin": "bin/npmdata.js",
10
10
  "files": [