@uwmd/cli 2.8.0 → 2.9.0

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 +9 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -92,3 +92,12 @@ The plan requires exact `source_variant`, explicit `day_count` and a complete
92
92
  with source digest and binding evidence. Refusals exit 1 and retain nested
93
93
  diagnostics with `--json`. No input files are edited. This partial stream covers
94
94
  rent receipts, concessions and TI/LC only; it is not a complete DCF.
95
+
96
+ ### Property cash-flow assembly (2.9.0)
97
+
98
+ `uwmd assemble-property <file> <plan.json> [--json]` emits a read-only candidate
99
+ for explicitly covered unlevered, pre-tax cash flows in one declared currency.
100
+ It preserves source evidence and refuses missing or overlapping coverage. The
101
+ plan and source are not edited; no financial inputs are inferred. CLI 2.9.0
102
+ includes this command under Protocol 2.12.0.
103
+ See the [synthetic workflow](../../docs/PROPERTY_CASH_FLOW_WORKFLOW.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwmd/cli",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "Command-line installer for UW Markdown — `npx uwmd init|parse|validate|render|run` for .uw.md underwriting files. Thin wrapper over @uwmd/core.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "npm --prefix ../uwmd-core run build && npm --prefix ../.. test && npm --prefix ../.. run conformance && npm --prefix ../.. run validate-schemas"
23
23
  },
24
24
  "dependencies": {
25
- "@uwmd/core": "2.8.0"
25
+ "@uwmd/core": "2.9.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20.0.0",