docs: the graph in both READMEs, with a real screenshot (issue #54) - #172
Merged
Conversation
The feature shipped with one prose paragraph in the root README and nothing at all in the console package's README, against this repo's own rule that the images carry more than the prose does. Both READMEs now show docs/images/graph-view.png, a real headless-Chrome capture of /dispatch graph html over a fixture deployment: cron and forge triggers wired to their flows, an observed chain edge with its count, a potential mention, cron re-arm loops, an orphan dimmed, per-trigger run stats, and the legend with the chain caps. docs/graph.md embeds the same capture at the top of its browser-view section. Prose stays dash free per the README rule. Signed-off-by: Rob Boerman <robboerman@live.nl>
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.
Follow-up to #171: the graph feature had one prose paragraph in the root README and no mention in the console package's README, and no image anywhere, against the repo's own "the images carry more than the prose does" rule.
docs/images/graph-view.png: a real headless-Chrome capture of/dispatch graph htmlover a fixture deployment (cron + forge triggers, an observed chain edge with its count, a potential mention, re-arm loops, an orphan dimmed, run stats, the legend with the caps line).admin/README.md(the npm-visible console README): a graph feature bullet plus the image, in the established bullet-then-image pattern.docs/graph.md: the image opens the browser-view section.Docs only, no behaviour; both READMEs stay dash free.