quality.md 0.5.0 → 0.5.1

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/README.md +4 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -136,11 +136,12 @@ The full format is specified in [`SPECIFICATION.md`](SPECIFICATION.md).
136
136
  A QUALITY.md file has two layers:
137
137
 
138
138
  1. **YAML frontmatter** — the structured quality model.
139
- 2. **Markdown body** — the context, rationale, scope, needs, risks, and known
140
- gaps that help people and agents interpret the model.
139
+ 2. **Markdown body** — the judgment context, rationale, scope, needs, risks,
140
+ unknowns, and open questions that help people and agents build, interpret,
141
+ and evaluate the model.
141
142
 
142
143
  The document begins with the YAML frontmatter. The Markdown body can be empty,
143
- but it is where the model explains itself.
144
+ but it is where the model explains its purpose and context.
144
145
 
145
146
  ### Model Schema
146
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quality.md",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Companion CLI for the QUALITY.md file format and /quality agent skill, used to evaluate and improve AI assistant projects and harnesses.",
5
5
  "homepage": "https://getquality.md",
6
6
  "keywords": [
@@ -34,12 +34,12 @@
34
34
  "bin"
35
35
  ],
36
36
  "optionalDependencies": {
37
- "@qualitymd/cli-darwin-arm64": "0.5.0",
38
- "@qualitymd/cli-darwin-x64": "0.5.0",
39
- "@qualitymd/cli-linux-arm64": "0.5.0",
40
- "@qualitymd/cli-linux-x64": "0.5.0",
41
- "@qualitymd/cli-win32-arm64": "0.5.0",
42
- "@qualitymd/cli-win32-x64": "0.5.0"
37
+ "@qualitymd/cli-darwin-arm64": "0.5.1",
38
+ "@qualitymd/cli-darwin-x64": "0.5.1",
39
+ "@qualitymd/cli-linux-arm64": "0.5.1",
40
+ "@qualitymd/cli-linux-x64": "0.5.1",
41
+ "@qualitymd/cli-win32-arm64": "0.5.1",
42
+ "@qualitymd/cli-win32-x64": "0.5.1"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"