@lmzhen/dsh-evolution-core 0.2.0-rc.1 → 0.2.0-rc.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2221,7 +2221,7 @@ const HEALTH_STAMP_RE = /\brc\.\d+\b|\b[0-9a-f]{7,40}\b|\b\d{4}-\d{2}-\d{2}(?:T[
2221
2221
  * Bodies below this size skip stamp-density assessment: a few dates or shas
2222
2222
  * in a short body are ordinary documentation, not log-like content. With the
2223
2223
  * 1KB density floor a 3-date sentence in a small skill measured 3.0/KB and
2224
- * warned on a perfectly healthy body (audit 2026-09-01 X1).
2224
+ * warned on a perfectly healthy body (audit 2026-08-31 X1).
2225
2225
  */
2226
2226
  const MIN_STAMP_BODY_CHARS = 2e3;
2227
2227
  function assessStructureHealth(snapshot, thresholds = DEFAULT_HEALTH_THRESHOLDS) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-core",
3
3
  "description": "Shared stores, prompts, signals and lifecycle logic for the dsh-evolution plugin family (community build)",
4
- "version": "0.2.0-rc.1",
4
+ "version": "0.2.0-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },