hardness 1.1.1 → 1.1.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/README.md CHANGED
@@ -70,7 +70,7 @@ npx hardness@latest run
70
70
  npx hardness@latest audit
71
71
  ```
72
72
 
73
- > **Status — M4 shipped.** `discover`, `spec`, and `plan` are fully implemented. Running `hardness` in an empty directory launches the interactive PRD interview; with a `PRD.md` it runs `spec`; with a `SPEC.md` it runs `plan`. You can also use `init`, `validate`, `run` and `audit` with hand-written sprints (see `templates/`).
73
+ > Running `hardness` in an empty directory launches the interactive PRD interview; with a `PRD.md` it runs `spec`; with a `SPEC.md` it runs `plan`. You can also use `init`, `validate`, `run` and `audit` with hand-written sprints (see `templates/`).
74
74
 
75
75
  ### Already have a project?
76
76
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/analyzers",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness Stack Analyzers — static analysis registry per stack profile",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/core",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness Core — orchestrator, gates, locks, config and security",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/prompts",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness Prompts — role-based prompt templates for the agent",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hardness",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Universal Agentic Development Harness — governance, security, validation and audit for AI-assisted development, model/tool/IDE agnostic.",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/analyzers",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness Stack Analyzers — static analysis registry per stack profile",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness CLI — Universal Agentic Development Harness",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/core",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness Core — orchestrator, gates, locks, config and security",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardness/prompts",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Hardness Prompts — role-based prompt templates for the agent",
5
5
  "author": "cmt-t",
6
6
  "license": "MIT",