All notable changes to gh-render are recorded here.
- A deterministic
Data as ofindex line recording the newestupdated_atacross the selected issues.
- The issue file's GitHub link now reads
#7 — Titleinstead of the bare number. - Index table entries now read
ISS-0007 — Title, matching the issue heading form.
- Reject unmanaged regular files that occupy renderer-owned names before any projection mutation.
- Require the ownership marker to occupy its own line so embedded marker text cannot grant file ownership.
- Initial
gh render <object>command shell. - Approved global rendering and issues-object specifications.
- Issue selection contract for state, labels, assignee, author, ranking, and limits.
- Rendering-model architecture decision.
- v0 implementation and release plan.
- Contributor-oriented README and simplified two-package v0 source layout.
- Detailed v0 coding handoff with concrete types, package APIs, algorithms, and tests.
- Top-level black-box test layout that keeps production packages free of test files.
gh render issues: complete paginated retrieval, pull-request exclusion, and a normalized issue model.- State, label, assignee, and author selectors with AND semantics,
@meresolution, deterministic ranking, and--limit. - Deterministic issue and index Markdown with JSON-quoted frontmatter and a recorded normalized selection.
- Managed-file ownership protection, atomic per-file replacement, and safe stale-file removal.
--dry-runchange reporting and--checkstaleness validation with the documented exit codes.