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.
10,000 foot view
Provide a useful mechanism for assigning notifications to taxonomies so they may be actioned upon differently under varying operating contexts.
Turning something like:
Into something like:
Impetus
We all yearn to reduce cognitive overhead during development. One such way of helping achieve that is to open a method by which packages may group like notifications into categories which may then be actioned upon in some way by the end-user via an API, be it CLI or configuration-based.
In turn taxonomies like
[infosec]
or[optim]
enable parsable messages in buffered output for enhanced logging while adding value to end-users, if displayed.Following a push notification model openens the ability to use OS-integrated notifiers to send important notifications to users via in-built tooling instead of only messaging on the CLI.
Please see files changed for the full RFC. View prettified.