@thomasminh1995/depverdict 0.6.0-alpha.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 (252) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +518 -0
  3. package/bin/depverdict.js +7 -0
  4. package/bin/upgradelens.js +7 -0
  5. package/docs/GR-01-Semantic-Grounding-Failure-Analysis.md +309 -0
  6. package/docs/GR-02-Versioned-Action-Evaluation-Criteria.md +187 -0
  7. package/docs/GR-03-Extractive-Contract-Safety-Experiment.md +242 -0
  8. package/docs/GR-04-Versioned-Production-Extractive-Contract.md +154 -0
  9. package/docs/IA-01-Repository-Usage-Discovery.md +122 -0
  10. package/docs/IA-02-Repository-Impact-Analysis.md +118 -0
  11. package/docs/IA-03-Repository-Impact-Evidence.md +160 -0
  12. package/docs/IA-04-CLI-Orchestration.md +235 -0
  13. package/docs/IA-05-Real-Provider-Validation.md +235 -0
  14. package/docs/IA-05-VinGrade-Validation.md +339 -0
  15. package/docs/MVP-01.md +48 -0
  16. package/docs/MVP-02-Architecture.md +536 -0
  17. package/docs/MVP-02-CLI-HTTP-Runtime.md +50 -0
  18. package/docs/MVP-02-HTTP-Lifecycle.md +37 -0
  19. package/docs/MVP-02-Knowledge-Manifest-Generation.md +75 -0
  20. package/docs/MVP-02-Knowledge-Manifest.md +279 -0
  21. package/docs/MVP-02-Knowledge-Research-Orchestration.md +62 -0
  22. package/docs/MVP-02-Knowledge-Store.md +87 -0
  23. package/docs/MVP-02-PyPI-Registry-Adapter.md +97 -0
  24. package/docs/MVP-02-Research-Planning.md +196 -0
  25. package/docs/MVP-02-Source-Provenance.md +81 -0
  26. package/docs/MVP-02-npm-Registry-Adapter.md +99 -0
  27. package/docs/RR-01-End-to-End-and-Real-Provider-Validation.md +393 -0
  28. package/docs/RR-01-RERUN-Extractive-Contract-Validation.md +566 -0
  29. package/docs/RR-02-Full-Product-Workflow-and-Developer-CLI-UX-Review.md +35 -0
  30. package/docs/RR02-FIX-01-Persistent-Qualification-Resolution.md +32 -0
  31. package/docs/RR02-FIX-02-Stage-aware-CLI-Progress-and-Heartbeat.md +28 -0
  32. package/docs/RR02-FIX-03-npm-Capture-Evidence-Exclusion.md +33 -0
  33. package/docs/RR02-FIX-03A-Complete-Package-Exclusion-and-Evidence-Commit.md +223 -0
  34. package/docs/RR02-FIX-04-Event-loop-safe-Heartbeat.md +393 -0
  35. package/docs/RR02-FIX-05-Materialize-Persisted-Qualification.md +207 -0
  36. package/docs/RR02-RERUN-CLI-Qualification-Progress-UX-and-Package-Validation.md +342 -0
  37. package/docs/VinGrade-MVP-02-Validation.md +480 -0
  38. package/docs/VinGrade-RC02-Live-Validation.md +273 -0
  39. package/docs/ai-capability-discovery.md +573 -0
  40. package/docs/ai-engineering-production-readiness.md +390 -0
  41. package/docs/ai-engineering-review.md +251 -0
  42. package/docs/ai-runtime-governance-discovery.md +754 -0
  43. package/docs/architecture-overview.md +78 -0
  44. package/docs/cli-progress.md +111 -0
  45. package/docs/decisions/diff-01-brand-distribution-identity.md +450 -0
  46. package/docs/decisions/diff-02-identity-compatibility-contract.md +274 -0
  47. package/docs/decisions/diff-03-repository-docs-community-migration.md +165 -0
  48. package/docs/decisions/diff-04-release-evidence-gap-acceptance.md +110 -0
  49. package/docs/discovery/mvp-05-ai-migration-planning-discovery.md +350 -0
  50. package/docs/gateway-runtime-discovery.md +614 -0
  51. package/docs/live-ai-validation.md +299 -0
  52. package/docs/migration-planning-qualification-resolution.md +99 -0
  53. package/docs/migrations/upgradelens-to-depverdict.md +97 -0
  54. package/docs/mp-r03-deterministic-upgrade-decision-architecture.md +135 -0
  55. package/docs/mp-r04-evidence-bounded-migration-handoff-architecture.md +116 -0
  56. package/docs/mp-r05-product-completion-and-decision-first-cli-architecture.md +162 -0
  57. package/docs/mvp-05-deterministic-context-runtime.md +127 -0
  58. package/docs/mvp-05-migration-checklist-contract.md +166 -0
  59. package/docs/mvp-05-migration-checklist-orchestration.md +105 -0
  60. package/docs/mvp-05-migration-evaluation-and-qualification.md +135 -0
  61. package/docs/mvp-05-provider-neutral-generator.md +79 -0
  62. package/docs/ollama-local-smoke-validation.md +156 -0
  63. package/docs/openai-compatible-runtime-discovery.md +789 -0
  64. package/docs/openrouter-one-dependency-validation.md +205 -0
  65. package/docs/oss-02-package-guard-hardening-architecture.md +131 -0
  66. package/docs/oss-04-public-ci-package-metadata-architecture.md +142 -0
  67. package/docs/package-content-policy.md +98 -0
  68. package/docs/releases/v0.5.0-technical-preview.md +114 -0
  69. package/docs/releases/v0.6.0-alpha.1-depverdict-preview.md +101 -0
  70. package/docs/reviews/diff-02-identity-contract-compatibility.md +413 -0
  71. package/docs/reviews/diff-03-repository-docs-community-migration.md +364 -0
  72. package/docs/reviews/diff-04-depverdict-distribution-identity-readiness-rereview.md +453 -0
  73. package/docs/reviews/diff-04-fix-post-rename-identity-release-remediation.md +310 -0
  74. package/docs/reviews/diff-05-final-preview-distribution-qualification.md +561 -0
  75. package/docs/reviews/mvp-05-final-product-value-workflow-rereview.md +471 -0
  76. package/docs/reviews/mvp-05-product-workflow-review.md +605 -0
  77. package/docs/reviews/oss-01-duplicate-artifact-investigation-cleanup.md +411 -0
  78. package/docs/reviews/oss-02-package-guard-hardening.md +303 -0
  79. package/docs/reviews/oss-03-community-scaffolding.md +378 -0
  80. package/docs/reviews/oss-04-public-ci-package-metadata.md +439 -0
  81. package/docs/reviews/oss-05-technical-preview-qualification.md +482 -0
  82. package/docs/reviews/upgradelens-vs-upgradedepdetective-source-comparison.md +355 -0
  83. package/docs/reviews/v0.5.0-pre-release-smoke.md +263 -0
  84. package/docs/reviews/v0.5.0-version-bump-release-verification.md +306 -0
  85. package/docs/runtime-contract-discovery.md +521 -0
  86. package/docs/structured-output-compatibility-report.md +100 -0
  87. package/docs/ts-fix-01-exact-duplicate-occurrence-target-selection-architecture.md +111 -0
  88. package/docs/version-analysis-architecture.md +827 -0
  89. package/eval/README.md +86 -0
  90. package/eval/datasets/generic/declared-constraint.json +59 -0
  91. package/eval/datasets/generic/evidence-conflict.json +73 -0
  92. package/eval/datasets/generic/major-breaking-release.json +66 -0
  93. package/eval/datasets/generic/missing-evidence.json +46 -0
  94. package/eval/datasets/generic/patch-release-low.json +59 -0
  95. package/eval/datasets/node/axios-patch-low.json +59 -0
  96. package/eval/datasets/node/react-major-breaking.json +66 -0
  97. package/eval/datasets/node/react-minor-compatibility.json +66 -0
  98. package/eval/datasets/python/fastapi-deprecation.json +66 -0
  99. package/eval/datasets/python/pydantic-major-breaking.json +66 -0
  100. package/eval/migration-planning/golden-dataset-v2.json +306 -0
  101. package/eval/migration-planning/golden-dataset.json +214 -0
  102. package/eval/schemas/expected-result.schema.json +88 -0
  103. package/eval/schemas/golden-case.schema.json +181 -0
  104. package/package.json +57 -0
  105. package/schemas/ai-scorecard.schema.json +132 -0
  106. package/schemas/benchmark-report.schema.json +189 -0
  107. package/schemas/benchmark.schema.json +55 -0
  108. package/schemas/capability-profile.schema.json +44 -0
  109. package/schemas/conformance-report.schema.json +150 -0
  110. package/schemas/deployment-profile.schema.json +64 -0
  111. package/schemas/evaluation-report.schema.json +158 -0
  112. package/schemas/knowledge-evidence-bundle.schema.json +150 -0
  113. package/schemas/knowledge-manifest.schema.json +548 -0
  114. package/schemas/metrics.schema.json +178 -0
  115. package/schemas/migration-checklist-extractive-candidate.schema.json +42 -0
  116. package/schemas/migration-checklist.schema.json +706 -0
  117. package/schemas/migration-evaluation-dataset-v2.schema.json +208 -0
  118. package/schemas/migration-evaluation-dataset.schema.json +204 -0
  119. package/schemas/migration-planning-qualification-record.schema.json +234 -0
  120. package/schemas/project-manifest.schema.json +308 -0
  121. package/schemas/qualification-record.schema.json +56 -0
  122. package/schemas/repository-impact-evidence.schema.json +232 -0
  123. package/schemas/repository-impact.schema.json +202 -0
  124. package/schemas/upgrade-decision.schema.json +273 -0
  125. package/schemas/usage-index.schema.json +179 -0
  126. package/schemas/version-analysis.schema.json +449 -0
  127. package/src/ai-runtime-debug.js +325 -0
  128. package/src/ai-runtime-error.js +42 -0
  129. package/src/ai-runtime.js +174 -0
  130. package/src/ai-scorecard.js +204 -0
  131. package/src/ai-version-analysis.js +484 -0
  132. package/src/artifact-root-compatibility.js +91 -0
  133. package/src/benchmark-report.js +111 -0
  134. package/src/benchmark-runner.js +191 -0
  135. package/src/canonical-json.js +69 -0
  136. package/src/cli.js +1299 -0
  137. package/src/conformance-report.js +158 -0
  138. package/src/conformance-runner.js +253 -0
  139. package/src/constants.js +73 -0
  140. package/src/cooperative-scheduler.js +79 -0
  141. package/src/dependencies.js +44 -0
  142. package/src/dependency-ai-context.js +625 -0
  143. package/src/detectors.js +253 -0
  144. package/src/discovery.js +234 -0
  145. package/src/ecosystem-version-adapter.js +294 -0
  146. package/src/environment-compatibility.js +77 -0
  147. package/src/evaluation-comparator.js +158 -0
  148. package/src/evaluation-report.js +76 -0
  149. package/src/evaluation-runner.js +248 -0
  150. package/src/evidence-source-adapter.js +472 -0
  151. package/src/files.js +89 -0
  152. package/src/governance-diagnostics.js +64 -0
  153. package/src/governance-loader.js +63 -0
  154. package/src/governance-metadata.js +346 -0
  155. package/src/governance-validator.js +360 -0
  156. package/src/http/bounded-fetch.js +278 -0
  157. package/src/http/cli-http-runtime.js +44 -0
  158. package/src/impact/input-loader.js +157 -0
  159. package/src/impact/matcher.js +40 -0
  160. package/src/impact/repository-impact.js +199 -0
  161. package/src/impact/runtime.js +24 -0
  162. package/src/impact/status.js +62 -0
  163. package/src/impact/writer.js +30 -0
  164. package/src/impact-evidence/input-loader.js +202 -0
  165. package/src/impact-evidence/repository-impact-evidence.js +234 -0
  166. package/src/impact-evidence/runtime.js +16 -0
  167. package/src/impact-evidence/writer.js +30 -0
  168. package/src/index.js +563 -0
  169. package/src/installed-version-baseline.js +196 -0
  170. package/src/knowledge-cache.js +324 -0
  171. package/src/knowledge-evidence-bundle.js +101 -0
  172. package/src/knowledge-evidence-producer.js +233 -0
  173. package/src/knowledge-manifest-builder.js +188 -0
  174. package/src/knowledge-manifest-writer.js +32 -0
  175. package/src/knowledge-manifest.js +255 -0
  176. package/src/knowledge-research.js +615 -0
  177. package/src/metrics-engine.js +205 -0
  178. package/src/migration-checklist/ai-candidate.js +320 -0
  179. package/src/migration-checklist/assembler.js +37 -0
  180. package/src/migration-checklist/context-runtime.js +828 -0
  181. package/src/migration-checklist/evaluation/action-criteria.js +244 -0
  182. package/src/migration-checklist/evaluation/comparator-v2.js +332 -0
  183. package/src/migration-checklist/evaluation/comparator.js +279 -0
  184. package/src/migration-checklist/evaluation/dataset-v2.js +227 -0
  185. package/src/migration-checklist/evaluation/dataset.js +336 -0
  186. package/src/migration-checklist/evaluation/extractive-fixtures-v2.js +148 -0
  187. package/src/migration-checklist/evaluation/metrics-v2.js +226 -0
  188. package/src/migration-checklist/evaluation/metrics.js +158 -0
  189. package/src/migration-checklist/evaluation/qualification-v2.js +321 -0
  190. package/src/migration-checklist/evaluation/qualification.js +239 -0
  191. package/src/migration-checklist/evaluation/runner-v2.js +294 -0
  192. package/src/migration-checklist/evaluation/runner.js +194 -0
  193. package/src/migration-checklist/evaluation/scorecard-v2.js +106 -0
  194. package/src/migration-checklist/evaluation/scorecard.js +86 -0
  195. package/src/migration-checklist/extractive-candidate.js +166 -0
  196. package/src/migration-checklist/extractive-prompt.js +62 -0
  197. package/src/migration-checklist/generator.js +702 -0
  198. package/src/migration-checklist/grounding-policy.js +117 -0
  199. package/src/migration-checklist/input-loader.js +613 -0
  200. package/src/migration-checklist/migration-checklist.js +635 -0
  201. package/src/migration-checklist/presentation.js +292 -0
  202. package/src/migration-checklist/progress.js +96 -0
  203. package/src/migration-checklist/prompt.js +83 -0
  204. package/src/migration-checklist/qualification-guard.js +462 -0
  205. package/src/migration-checklist/qualification-resolution.js +122 -0
  206. package/src/migration-checklist/qualification-store.js +225 -0
  207. package/src/migration-checklist/runtime.js +205 -0
  208. package/src/migration-checklist/verification.js +134 -0
  209. package/src/migration-checklist/writer.js +35 -0
  210. package/src/openai-compatible-provider.js +451 -0
  211. package/src/orchestration/failure-log.js +32 -0
  212. package/src/orchestration/pipeline.js +200 -0
  213. package/src/orchestration/progress-events.js +337 -0
  214. package/src/orchestration/progress-reporter.js +131 -0
  215. package/src/orchestration/text-writer.js +22 -0
  216. package/src/portable.js +13 -0
  217. package/src/product-completion.js +249 -0
  218. package/src/project-manifest-input.js +90 -0
  219. package/src/project-manifest.js +141 -0
  220. package/src/python-requirements.js +137 -0
  221. package/src/registry/npm-packument.js +256 -0
  222. package/src/registry/npm-registry-adapter.js +262 -0
  223. package/src/registry/pypi-project.js +300 -0
  224. package/src/registry/pypi-registry-adapter.js +235 -0
  225. package/src/registry/sanitize-registry-body.js +51 -0
  226. package/src/renderers/console.js +160 -0
  227. package/src/renderers/impact-presentation.js +278 -0
  228. package/src/renderers/markdown.js +172 -0
  229. package/src/research-plan.js +455 -0
  230. package/src/runtime-conformance.js +275 -0
  231. package/src/source-provenance.js +393 -0
  232. package/src/source-url.js +62 -0
  233. package/src/structured-output-schema.js +66 -0
  234. package/src/target-selector.js +306 -0
  235. package/src/upgrade-decision/input-loader.js +107 -0
  236. package/src/upgrade-decision/presentation.js +43 -0
  237. package/src/upgrade-decision/runtime.js +21 -0
  238. package/src/upgrade-decision/upgrade-decision.js +626 -0
  239. package/src/upgrade-decision/writer.js +30 -0
  240. package/src/usage/analyzer-registry.js +63 -0
  241. package/src/usage/coverage.js +116 -0
  242. package/src/usage/input-loader.js +139 -0
  243. package/src/usage/js/analyzer.js +240 -0
  244. package/src/usage/js/parser.js +21 -0
  245. package/src/usage/runtime.js +187 -0
  246. package/src/usage/scope.js +44 -0
  247. package/src/usage/source-files.js +50 -0
  248. package/src/usage/usage-index.js +217 -0
  249. package/src/usage/writer.js +31 -0
  250. package/src/version-analysis-loader.js +203 -0
  251. package/src/version-analysis-manifest.js +314 -0
  252. package/src/version-analysis-writer.js +30 -0
@@ -0,0 +1,364 @@
1
+ # DIFF-03 — Repository, Documentation, and Community Identity Migration
2
+
3
+ > Post-rename status update (2026-07-19): the repository rename is complete and
4
+ > `https://github.com/thomasMinh1995/DepVerdict` is canonical. References below to
5
+ > an unexecuted rename or the former live URL describe the original DIFF-03
6
+ > checkpoint unless a section explicitly gives current status.
7
+
8
+ ## 1. Executive verdict
9
+
10
+ ```text
11
+ Verdict: DEPVERDICT_DOCS_READY_WITH_CONTACT_OR_RENAME_GAPS
12
+ Gate: PROCEED_TO_HOSTED_CI_CHECKPOINT
13
+ ```
14
+
15
+ Current normative repository content presents DepVerdict
16
+ `0.6.0-alpha.1`, `@thomasminh1995/depverdict`, `depverdict`,
17
+ `.depverdict/`, and `DEPVERDICT_*` as canonical. The remaining gaps are the
18
+ deliberately unexecuted GitHub repository rename and the verified,
19
+ legacy-named conduct address retained for one preview transition. Both routes
20
+ remain usable; neither is a Blocker or High defect.
21
+
22
+ DIFF-02 is committed and the branch was remote-aligned at baseline commit
23
+ `cae7c278c5425e4c33b2f789266ec5754dde7bae`. Hosted CI proof for the uncommitted
24
+ DIFF-03 state cannot exist and remains the next checkpoint.
25
+
26
+ ## 2. Migration architecture decision
27
+
28
+ The accepted decision is recorded in
29
+ `docs/decisions/diff-03-repository-docs-community-migration.md`. It separates
30
+ current normative ownership from historical, versioned architecture, protocol,
31
+ fixture, and external-reference ownership.
32
+
33
+ The migration was explicitly two-phase:
34
+
35
+ 1. DIFF-03 migrates repository content to the DepVerdict product identity while
36
+ retaining links that work today.
37
+ 2. The later maintainer operation renamed GitHub. DIFF-04-FIX updates the live
38
+ URL/fields listed in Section 21.
39
+
40
+ The conduct decision is `KEEP_VERIFIED_LEGACY_CONTACT_FOR_ONE_PREVIEW`.
41
+
42
+ ## 3. Document classification methodology
43
+
44
+ Every tracked old-name match was classified before broad editing:
45
+
46
+ | Classification | Treatment | Representative owners |
47
+ | --- | --- | --- |
48
+ | `CURRENT_NORMATIVE` | Migrated | README, community policies/templates, current architecture overview, sample, evaluation README, workflow presentation |
49
+ | `CURRENT_COMPATIBILITY_DOCUMENTATION` | Old name retained only to explain bounded fallback | README migration section, migration guide, CLI/qualification/package docs |
50
+ | `HISTORICAL_RECORD` | Preserved | MVP/MP/RR/OSS reviews, validation reports, capture evidence, `v0.5.0` release |
51
+ | `VERSIONED_ARCHITECTURE_RECORD` | Preserved; current overview now disambiguates ownership | MVP, IA, MP, GR, runtime discovery and architecture documents |
52
+ | `TEST_FIXTURE_ASSERTION` | Preserved | legacy CLI/env/artifact tests, `generator.name`, schema and qualification fixtures |
53
+ | `RUNTIME_IDENTITY_ALREADY_MIGRATED` | Regression-tested, not reimplemented | package/bin/runtime compatibility from DIFF-02 |
54
+ | `EXTERNAL_PROJECT_REFERENCE` | Preserved | source-comparison and external validation evidence |
55
+ | `UNRELATED_TEXT` | Unchanged | license attribution and unrelated identifiers |
56
+
57
+ At the DIFF-03 checkpoint, old-name matches were explained by compatibility, the
58
+ then-live GitHub/security URL, the verified conduct address, the pre-rename clone
59
+ directory, or a protocol identity. Current operational references are superseded
60
+ by this report's post-rename update and DIFF-04-FIX.
61
+
62
+ ## 4. README and product positioning migration
63
+
64
+ The README now:
65
+
66
+ - visibly labels DepVerdict as **Public Technical Preview / Alpha**;
67
+ - leads with decision-first, evidence-bounded positioning;
68
+ - distinguishes registry availability from a recommendation;
69
+ - documents occurrence-aware explicit targets;
70
+ - retains deterministic Upgrade Decision and coverage-aware impact semantics;
71
+ - treats Migration Checklist as experimental, opt-in, and human-reviewed;
72
+ - states that DepVerdict does not modify source or execute verification commands;
73
+ - explains provider/model identity qualification and offline limitations;
74
+ - links a current DepVerdict architecture overview and the identity migration guide.
75
+
76
+ Differentiation is capability-based and does not name or attack another project.
77
+
78
+ ## 5. Community files migration
79
+
80
+ `CONTRIBUTING.md`, `SECURITY.md`, `CODE_OF_CONDUCT.md`, `SUPPORT.md`, both Issue
81
+ Forms, issue configuration, and the pull-request template use DepVerdict current
82
+ terminology. Development examples use `npm ci` and
83
+ `node ./bin/depverdict.js --help`.
84
+
85
+ Trust invariants, privacy acknowledgement, fork-safe contribution flow,
86
+ real-provider optionality, no-source-modification, and no-command-execution
87
+ boundaries remain intact. YAML parsing passed for the workflow and all issue-form
88
+ files.
89
+
90
+ ## 6. Security, conduct, and support route status
91
+
92
+ - Security: at the DIFF-03 checkpoint, the private route used the former
93
+ repository name. The current canonical route is
94
+ `https://github.com/thomasMinh1995/DepVerdict/security/advisories/new` and is
95
+ present in `SECURITY.md` and the Issue Forms.
96
+ - Conduct: `upgradelens.conduct@gmail.com` remains the verified active private
97
+ DepVerdict conduct channel for the `0.6.x` preview transition. No replacement
98
+ address was invented or described as live.
99
+ - Support: best-effort preview scope and separate security, conduct, provider
100
+ billing, and private-repository routes remain explicit.
101
+
102
+ The legacy-named conduct address is a bounded Medium transition gap, not a broken
103
+ route. A replacement may be documented only after the maintainer creates and tests
104
+ it.
105
+
106
+ An unauthenticated live check returned HTTP 200 for the current repository. The
107
+ private advisory route returned HTTP 200 after the expected GitHub login redirect,
108
+ with the advisory URL preserved as the post-login return target.
109
+
110
+ ## 7. Package, installation, and CLI documentation
111
+
112
+ Canonical documentation uses:
113
+
114
+ ```text
115
+ @thomasminh1995/depverdict@0.6.0-alpha.1
116
+ depverdict
117
+ .depverdict/
118
+ DEPVERDICT_*
119
+ ```
120
+
121
+ The planned install command is:
122
+
123
+ ```sh
124
+ npm install -g @thomasminh1995/depverdict@preview
125
+ ```
126
+
127
+ README, migration guide, and release draft all state that npm distribution has not
128
+ yet passed its gate and do not promise that the command currently succeeds.
129
+ Source-use examples invoke `node ./bin/depverdict.js` or the linked `depverdict`
130
+ executable. No current document instructs users to install the unpublished old npm
131
+ identity.
132
+
133
+ ## 8. Legacy migration guide
134
+
135
+ `docs/migrations/upgradelens-to-depverdict.md` covers the npm identity, CLI alias,
136
+ artifact root, environment prefix, and GitHub repository transition. It also
137
+ documents:
138
+
139
+ - no automatic artifact-directory move;
140
+ - no artifact-chain merge across roots;
141
+ - explicit paths remain authoritative;
142
+ - manual secret-key rename without printing values;
143
+ - historical schema/artifact validity;
144
+ - a preview-bounded, separately approved removal process.
145
+
146
+ ## 9. Release draft status
147
+
148
+ `docs/releases/v0.6.0-alpha.1-depverdict-preview.md` is the current release draft.
149
+ It includes product rationale, planned scoped install, canonical CLI, compatibility
150
+ map, capabilities, supported scope, known limitations, human-review boundary, and
151
+ routes that work today. It does not claim npm `latest`, current publication,
152
+ production stability, or autonomous migration. Its mutable repository status now
153
+ records the completed rename.
154
+
155
+ ## 10. Checkpoint versus current repository links
156
+
157
+ At the DIFF-03 checkpoint, operational links used
158
+ `thomasMinh1995/UpgradeLens`. The current canonical repository is
159
+ `thomasMinh1995/DepVerdict`; package `repository`, `homepage`, and `bugs`
160
+ metadata and all current operational links are updated directly to that route by
161
+ DIFF-04-FIX. The former route is retained only for migration/history.
162
+
163
+ No README npm badge was added before publication. No future-repository workflow
164
+ badge or dead security URL was published.
165
+
166
+ ## 11. Historical records preserved
167
+
168
+ `docs/releases/v0.5.0-technical-preview.md` remains byte-identical with SHA-256:
169
+
170
+ ```text
171
+ 4a7a4b21f7867530a2dfd02b931dd85fd91a10bfb01ecc949640949ae5a2bd2a
172
+ ```
173
+
174
+ Historical reports, validation commands/results, tags, version claims, RR02
175
+ captures, schema/task/reason identifiers, and external comparison evidence were not
176
+ globally replaced. A regression test locks the `v0.5.0` release bytes.
177
+
178
+ ## 12. Remaining old-name references and classifications
179
+
180
+ Remaining current-file references are allowed:
181
+
182
+ | Reference owner | Classification | Reason |
183
+ | --- | --- | --- |
184
+ | README, migration guide, current architecture, release draft | `CURRENT_COMPATIBILITY_DOCUMENTATION` | Bounded CLI/artifact/env transition |
185
+ | DIFF-03 checkpoint text about the former repository | `HISTORICAL_RECORD` | Truth at the recorded pre-rename milestone; superseded for current operations |
186
+ | Migration guide | `CURRENT_COMPATIBILITY_DOCUMENTATION` | Former repository URL explains redirect continuity only |
187
+ | CODE_OF_CONDUCT | `CURRENT_NORMATIVE` verified-contact exception | Active private conduct address |
188
+ | `.gitignore`, CI environment | `RUNTIME_IDENTITY_ALREADY_MIGRATED` | Both generated roots ignored and both env prefixes scrubbed |
189
+ | schemas, runtime, tests, fixtures | `TEST_FIXTURE_ASSERTION` / protocol compatibility | Persisted and legacy contracts remain stable |
190
+ | MVP/IA/MP/RR/OSS/releases/reviews/captures | `HISTORICAL_RECORD` / `VERSIONED_ARCHITECTURE_RECORD` | Truth at the recorded milestone |
191
+
192
+ The new current architecture overview tells readers that old versioned records are
193
+ not current command documentation.
194
+
195
+ ## 13. Package and tarball impact
196
+
197
+ The final tarball contains 248 files. Relative to the DIFF-02 243-file boundary,
198
+ five intentional DIFF-03 documents enter through the existing `docs` allowlist:
199
+
200
+ 1. current architecture overview;
201
+ 2. DIFF-03 architecture decision;
202
+ 3. UpgradeLens-to-DepVerdict migration guide;
203
+ 4. `v0.6.0-alpha.1` release draft;
204
+ 5. DIFF-03 review report.
205
+
206
+ The package guard now requires these documents and reports 30 required assets.
207
+ Community `.github/` files, tests, scripts, `.env.example`, and the repository-only
208
+ sample remain excluded. The updated `eval/README.md`, README, and current operational
209
+ docs remain package-visible under the existing policy.
210
+
211
+ No `.depverdict/` or `.upgradelens/` runtime output, RR02 capture, credential,
212
+ environment file, qualification record, tarball, duplicate/copy artifact, or
213
+ suspicious protected filename entered the package. Historical documentation
214
+ inclusion was not silently narrowed or expanded beyond the five listed additions.
215
+
216
+ ## 14. Focused and canonical validation
217
+
218
+ Focused validation:
219
+
220
+ ```text
221
+ 38 pass, 0 fail
222
+ ```
223
+
224
+ It covers DIFF-02 compatibility, repository/docs identity, current CI/metadata, and
225
+ package guard behavior. Issue Forms and workflow YAML also parsed successfully.
226
+
227
+ Canonical validation:
228
+
229
+ ```text
230
+ 648 tests
231
+ 647 pass
232
+ 0 fail
233
+ 1 known sandbox-loopback skip
234
+ ```
235
+
236
+ The skip is the existing local-loopback listener limitation; it is not related to
237
+ DIFF-03.
238
+
239
+ ## 15. Clean-install, CLI, and import results
240
+
241
+ - repeated `npm pack --dry-run --json --ignore-scripts`: identical 248-file
242
+ manifests and sizes;
243
+ - package guard: 248 files, zero suspicious artifacts, 30 required assets;
244
+ - actual tar extraction: exact entry match;
245
+ - isolated lifecycle-disabled tarball install: passed;
246
+ - installed `depverdict --version` and `--help`: passed with clean stderr;
247
+ - installed `upgradelens --version`: passed with the bounded deprecation warning;
248
+ - ESM import: 438 public exports;
249
+ - `npm publish --dry-run --tag preview`: passed; no publish occurred;
250
+ - `git diff --check`: passed.
251
+
252
+ ## 16. Provider calls
253
+
254
+ ```text
255
+ Real provider calls: 0
256
+ ```
257
+
258
+ All tests use deterministic fixtures, fakes, or injected local boundaries. No
259
+ provider credential or raw provider data was read or written.
260
+
261
+ ## 17. Blocked or skipped checks
262
+
263
+ Hosted GitHub Actions cannot validate an uncommitted, unpushed DIFF-03 tree.
264
+ Commit, push, repository rename, GitHub mutation, npm publication, tag, and release
265
+ creation are explicitly outside this task.
266
+
267
+ An initial sandboxed clean-install attempt did not complete under restricted network
268
+ access and was interrupted; the same repository-owned smoke passed when rerun with
269
+ network access and isolated temporary npm caches. An initial prerelease publish dry-run correctly required
270
+ `--tag preview`; the corrected dry-run passed.
271
+
272
+ ## 18. Defects and limitations
273
+
274
+ Blocker defects: none.
275
+
276
+ High defects: none.
277
+
278
+ Original medium transition gaps:
279
+
280
+ 1. Repository rename: closed externally before DIFF-04-FIX.
281
+ 2. The verified conduct address remains legacy-named for one preview transition.
282
+ 3. DIFF-03 hosted CI gap: closed at its later hosted checkpoint; a new hosted run
283
+ is still required for the post-remediation SHA.
284
+
285
+ These gaps are live-safe, documented, and assigned explicit follow-up checks.
286
+
287
+ ## 19. Exact files changed or created
288
+
289
+ Modified:
290
+
291
+ ```text
292
+ .env.example
293
+ .github/ISSUE_TEMPLATE/bug_report.yml
294
+ .github/ISSUE_TEMPLATE/config.yml
295
+ .github/ISSUE_TEMPLATE/feature_request.yml
296
+ .github/pull_request_template.md
297
+ .github/workflows/ci.yml
298
+ .gitignore
299
+ CODE_OF_CONDUCT.md
300
+ CONTRIBUTING.md
301
+ README.md
302
+ SECURITY.md
303
+ SUPPORT.md
304
+ docs/cli-progress.md
305
+ docs/migration-planning-qualification-resolution.md
306
+ docs/package-content-policy.md
307
+ eval/README.md
308
+ examples/technical-preview-node/README.md
309
+ examples/technical-preview-node/package-lock.json
310
+ examples/technical-preview-node/package.json
311
+ scripts/package-content-guard.mjs
312
+ test/ci-workflow-metadata.test.js
313
+ test/package-content-guard.test.js
314
+ ```
315
+
316
+ Created:
317
+
318
+ ```text
319
+ docs/architecture-overview.md
320
+ docs/decisions/diff-03-repository-docs-community-migration.md
321
+ docs/migrations/upgradelens-to-depverdict.md
322
+ docs/releases/v0.6.0-alpha.1-depverdict-preview.md
323
+ docs/reviews/diff-03-repository-docs-community-migration.md
324
+ test/repository-docs-identity.test.js
325
+ ```
326
+
327
+ Total DIFF-03 files: 28.
328
+
329
+ ## 20. Pre-existing changes preserved
330
+
331
+ Pre-existing untracked DIFF-01 decision material, source-comparison evidence, and
332
+ RR02 capture trees were not edited, deleted, staged, or overwritten. The two
333
+ pre-existing Markdown records were already visible to the broad `docs` npm
334
+ allowlist at baseline; DIFF-03 does not count them as package additions. RR02
335
+ capture trees remain excluded by the direct-child capture rule.
336
+
337
+ ## 21. Post-rename file and field checklist
338
+
339
+ Current status:
340
+
341
+ 1. Canonical repository, origin, redirect, GitHub resources, Actions history,
342
+ branches, and Private Vulnerability Reporting: externally verified by DIFF-04.
343
+ 2. Package metadata, clone instructions, advisory routes, mutable status documents,
344
+ and identity tests: remediated by DIFF-04-FIX.
345
+ 3. Historical Release titles/bodies: remediated by the explicitly approved
346
+ DIFF-04-FIX live metadata edit; IDs, tags, targets, states, and assets were
347
+ verified unchanged.
348
+ 4. Canonical tests, package qualification, repeated pack, clean-install smoke, npm
349
+ dry-run, and exact-SHA hosted CI: required at the DIFF-04-FIX checkpoint.
350
+
351
+ The conduct email does not change during repository rename. A later contact
352
+ migration requires a separately created and verified address.
353
+
354
+ ## 22. Final verdict and next gate
355
+
356
+ ```text
357
+ Verdict: DEPVERDICT_DOCS_READY_WITH_CONTACT_OR_RENAME_GAPS
358
+ Gate: PROCEED_TO_HOSTED_CI_CHECKPOINT
359
+ ```
360
+
361
+ The repository, documentation, package-facing material, and community policies are
362
+ ready for a hosted CI checkpoint under the current live repository identity. Do
363
+ not proceed directly to public preview distribution until hosted CI passes and the
364
+ manual repository/distribution migration gate is separately executed and verified.