feat: Support tracking issue impact over time (#156)#177
Draft
feat: Support tracking issue impact over time (#156)#177
Conversation
b13f62b to
af64d28
Compare
af64d28 to
e1dbd57
Compare
ab6b1db to
cc75abd
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Relocate period normalization and resolution helpers into `@mrtdown/core`, export them from the core entrypoint, and update the CLI to import them from core. Add shared enum schemas and an `assert` utility in core, move the `rrule-rust` dependency there, and drop the triage re-export.
ca15f1a to
965bee3
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add a manifest schema and CLI command that hashes all data entities into `data/manifest.json`. Add a GitHub Pages workflow to build the manifest and publish the `data` directory.
Remove unused root-level package dependencies and the `zod` override from `package.json`. Sync `package-lock.json`, including workspace package references updated to `2.0.0-alpha.10`.
Add a `pages-index` CLI command that generates `index.html` for GitHub Pages from repository data, including standard entity tables and issue links. Export `StandardRepository` types from `@mrtdown/fs` for command reuse and update the Pages deploy workflow to run both manifest and index generation.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0b0ff52 to
78cdc9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #156