convo
convo copied to clipboard
A modern dialogue executor and tree parser using YAML.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Dialogue or Links should exist in every node, but dialogue could be optional.
Example: ```yaml root: valid nodes: valid: dialogue: "This is a totally valid node" valid_with_bad_link: dialogue: "This is a totally valid node" links: - valid: "This is a valid link" -...
Add the validation check such that no orphan nodes are allowed when parsing. (All nodes must be able to be walked to).
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions-rs/toolchain](https://togithub.com/actions-rs/toolchain) | action | digest | `88dc235` -> `16499b5` | ---...