Skip to content

feat(DEN-1301): add secure offline release-plan HTML - #32

Closed
ORESoftware wants to merge 16 commits into
mainfrom
feat/den-1301-release-plan-html
Closed

feat(DEN-1301): add secure offline release-plan HTML#32
ORESoftware wants to merge 16 commits into
mainfrom
feat/den-1301-release-plan-html

Conversation

@ORESoftware

@ORESoftwareORESoftware commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Closed after semantic consolidation

This draft explored a direct Rust --html output path. During review, the existing ready PR #31 was identified as the canonical DEN-1301 implementation because it follows the ticket's intended architecture: the authoritative zed release plan --json model is consumed by a dependency-free renderer, preserving every existing CLI and release-planning path.

The useful unique hardening from this draft was transferred to PR #31 before closure:

  • same-directory private temporary output and atomic rename;
  • refusal to follow or replace an existing symbolic-link output;
  • explicit missing-value diagnostics for --input and --output;
  • Escape-to-clear filtering, with Playwright coverage;
  • updated security and validation documentation.

PR #31 remains the only implementation PR for DEN-1301. No temporary transformation scripts, workflow scaffolding, or competing release-planning behavior from this branch will be merged.

@linear-code

Copy link
Copy Markdown

DEN-1301

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ORESoftware