agentme 0.7.1 → 0.7.3

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.
@@ -8,12 +8,12 @@ Propose changes via pull request. All changes must be verified for clarity and n
8
8
 
9
9
  Foundational standards, principles, and guidelines.
10
10
 
11
- - [agentme-edr-002](principles/002-coding-best-practices.md) - **Coding best practices**
12
- - [agentme-edr-004](principles/004-unit-test-requirements.md) - **Unit test requirements**
13
- - [agentme-edr-007](principles/007-project-quality-standards.md) - **Project quality standards**
14
- - [agentme-edr-009](principles/009-error-handling.md) - **Error handling**
15
- - [agentme-edr-012](principles/012-continuous-xdr-enrichment.md) - **Continuous xdr improvement policy**
16
- - [agentme-edr-016](principles/016-cross-language-module-structure.md) - **Cross-language module structure**
11
+ - [agentme-edr-002](principles/002-coding-best-practices.md) - **Coding best practices** - Keep files small, tests nearby, and docs synchronized
12
+ - [agentme-edr-004](principles/004-unit-test-requirements.md) - **Unit test requirements** - Define minimum unit-test coverage and naming expectations
13
+ - [agentme-edr-007](principles/007-project-quality-standards.md) - **Project quality standards** - Require build, lint, and test verification before completion
14
+ - [agentme-edr-009](principles/009-error-handling.md) - **Error handling** - Standardize explicit errors, logging, and propagation rules
15
+ - [agentme-edr-012](principles/012-continuous-xdr-enrichment.md) - **Continuous xdr improvement policy** - Promote recurring delivery lessons into reusable XDRs
16
+ - [agentme-edr-016](principles/016-cross-language-module-structure.md) - **Cross-language module structure** - Organize modules consistently across supported languages
17
17
 
18
18
  ## Articles
19
19
 
@@ -25,29 +25,29 @@ Synthetic views combining agentme XDRs and skills around a specific topic.
25
25
 
26
26
  Language and framework-specific tooling and project structure.
27
27
 
28
- - [agentme-edr-003](application/003-javascript-project-tooling.md) - **JavaScript project tooling and structure** *(includes skill: [001-create-javascript-project](application/skills/001-create-javascript-project/SKILL.md))*
29
- - [agentme-edr-010](application/010-golang-project-tooling.md) - **Go project tooling and structure** *(includes skill: [003-create-golang-project](application/skills/003-create-golang-project/SKILL.md))*
30
- - [agentme-edr-014](application/014-python-project-tooling.md) - **Python project tooling and structure** *(includes skill: [005-create-python-project](application/skills/005-create-python-project/SKILL.md))*
31
- - [agentme-edr-015](application/015-cli-tool-standards.md) - **CLI tool standards**
28
+ - [agentme-edr-003](application/003-javascript-project-tooling.md) - **JavaScript project tooling and structure** - Scaffold JavaScript libraries with the standard toolchain *(includes skill: [001-create-javascript-project](application/skills/001-create-javascript-project/SKILL.md))*
29
+ - [agentme-edr-010](application/010-golang-project-tooling.md) - **Go project tooling and structure** - Scaffold Go CLIs and libraries with the standard layout *(includes skill: [003-create-golang-project](application/skills/003-create-golang-project/SKILL.md))*
30
+ - [agentme-edr-014](application/014-python-project-tooling.md) - **Python project tooling and structure** - Scaffold Python packages and CLIs with the standard layout *(includes skill: [005-create-python-project](application/skills/005-create-python-project/SKILL.md))*
31
+ - [agentme-edr-015](application/015-cli-tool-standards.md) - **CLI tool standards** - Define command UX and behavior for CLI tools
32
32
  - [004-select-relevant-xdrs](application/skills/004-select-relevant-xdrs/SKILL.md) - **Select relevant XDRs**
33
33
 
34
34
  ## Devops
35
35
 
36
36
  Repository structure, build conventions, and CI/CD pipelines.
37
37
 
38
- - [agentme-edr-005](devops/005-monorepo-structure.md) - **Monorepo structure** *(includes skill: [002-monorepo-setup](devops/skills/002-monorepo-setup/SKILL.md))*
39
- - [agentme-edr-006](devops/006-github-pipelines.md) - **GitHub CI/CD pipelines**
40
- - [agentme-edr-008](devops/008-common-targets.md) - **Common development script names**
41
- - [agentme-edr-017](devops/017-tool-execution-and-scripting.md) - **Tool execution and scripting**
38
+ - [agentme-edr-005](devops/005-monorepo-structure.md) - **Monorepo structure** - Standardize monorepo layout, tooling, and package boundaries *(includes skill: [002-monorepo-setup](devops/skills/002-monorepo-setup/SKILL.md))*
39
+ - [agentme-edr-006](devops/006-github-pipelines.md) - **GitHub CI/CD pipelines** - Define required CI stages and workflow structure
40
+ - [agentme-edr-008](devops/008-common-targets.md) - **Common development script names** - Reuse standard build, lint, and test target names
41
+ - [agentme-edr-017](devops/017-tool-execution-and-scripting.md) - **Tool execution and scripting** - Run tools consistently across shells, Makefiles, and CI
42
42
 
43
43
  ## Governance
44
44
 
45
45
  Contribution and collaboration standards shared across projects.
46
46
 
47
- - [agentme-edr-013](governance/013-contributing-guide-requirements.md) - **Contributing guide requirements**
47
+ - [agentme-edr-013](governance/013-contributing-guide-requirements.md) - **Contributing guide requirements** - Define the minimum structure for CONTRIBUTING guides
48
48
 
49
49
  ## Observability
50
50
 
51
51
  Health, metrics, logging, and monitoring standards.
52
52
 
53
- - [agentme-edr-011](observability/011-service-health-check-endpoint.md) - **Service health check endpoint**
53
+ - [agentme-edr-011](observability/011-service-health-check-endpoint.md) - **Service health check endpoint** - Expose a standard runtime health-check endpoint for services
@@ -51,7 +51,7 @@ Good opening questions:
51
51
 
52
52
  ### How should you organize the XDR?
53
53
 
54
- Follow the XDR template from [_core-adr-001](../../../../_core/adrs/principles/001-xdrs-core.md). Keep the document small, explicit, and decision-focused.
54
+ Follow the XDR template from [_core-adr-002](../../../../_core/adrs/principles/002-xdr-standards.md). Keep the document small, explicit, and decision-focused.
55
55
 
56
56
  Use this checklist:
57
57
 
package/.xdrs/index.md CHANGED
@@ -10,6 +10,7 @@ XDRs in scopes listed last override the ones listed first
10
10
 
11
11
  Decisions about how XDRs work
12
12
  [View _core ADRs Index](_core/adrs/index.md)
13
+ [View _core BDRs Index](_core/bdrs/index.md)
13
14
 
14
15
  ---
15
16
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "agentme",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "filedist": "^0.26.0",
7
- "xdrs-core": "^0.16.0"
7
+ "xdrs-core": "^0.17.0"
8
8
  },
9
9
  "bin": "bin/filedist.js",
10
10
  "files": [