roadmapsmith 0.9.12 → 0.9.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roadmapsmith",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Evidence-backed ROADMAP.md generator and sync tool for AI coding agents.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1252,8 +1252,7 @@ function validateTask(task, context, config, plugins) {
1252
1252
  taskDescribesChange(task.text) &&
1253
1253
  !authoritativeEvidence.passed &&
1254
1254
  !hasTrustedRuleEvidencePass &&
1255
- !hasArtifactTaskPass &&
1256
- confidence !== 'high'
1255
+ !hasArtifactTaskPass
1257
1256
  ) {
1258
1257
  passed = false;
1259
1258
  const actionVerbReason = 'action task requires Evidence line or high-confidence evidence (code + test) to be marked complete';