docs(mllp-client): remove the runtime-status heads-up alert#618
Open
meleksomai wants to merge 1 commit intomainfrom
Open
docs(mllp-client): remove the runtime-status heads-up alert#618meleksomai wants to merge 1 commit intomainfrom
meleksomai wants to merge 1 commit intomainfrom
Conversation
The README's runtime-status table already lists each adapter's shipping state and links to the in-flight PRs (#615, #616). The heads-up paragraph below it repeats the same information in prose and adds no new content for the reader. Drop it. The link references at the bottom of the section stay until the runtime adapter PRs land and update their respective table rows; once that happens, the orphaned references can be removed in a follow-up. https://claude.ai/code/session_01MvBEUcGkRokNw2GWYVHADg
|
@glion/ack
@glion/annotate-delimiters
@glion/annotate-profile-context
@glion/annotate-profile-datatypes
@glion/annotate-profile-fields
@glion/annotate-profile-fields-code-systems
@glion/annotate-profile-segments
@glion/ast
@glion/builder
@glion/config
@glion/decode-escapes
@glion/encode-escapes
@glion/cli
@glion/hl7v2
@glion/jsonify
@glion/lint-max-message-size
@glion/lint-message-version
@glion/lint-no-trailing-empty-field
@glion/lint-profile-events-segments-order
@glion/lint-profile-extra-components
@glion/lint-profile-extra-fields
@glion/lint-profile-field-max-length
@glion/lint-profile-field-repetition
@glion/lint-profile-required-components
@glion/lint-profile-required-fields
@glion/lint-profile-table-values
@glion/lint-required-message-header
@glion/lint-segment-header-length
@glion/mllp
@glion/mllp-ack
@glion/mllp-client
@glion/mllp-transport
@glion/parser
@glion/preset-annotate-profile-recommended
@glion/preset-lint-profile-recommended
@glion/preset-lint-recommended
@glion/profiles
@glion/to-hl7v2
@glion/util-query
@glion/util-semver
@glion/util-timestamp
@glion/util-visit
@glion/utils
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #618 +/- ##
=======================================
Coverage 93.81% 93.81%
=======================================
Files 134 134
Lines 4093 4093
Branches 1051 1051
=======================================
Hits 3840 3840
Misses 253 253 🚀 New features to boost your workflow:
|
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.
Summary
Removes the runtime-status heads-up alert from
packages/mllp-client/README.md. The runtime-status table directly above it already lists each adapter's shipping state and links to the in-flight PRs (#615, #616); the heads-up paragraph repeats the same information in prose and adds no new content for the reader.Scope
This PR only removes the alert paragraph. The
[#615]/[#616]link references at the bottom of the section stay because the table rows above still use them. Once #615 and #616 land and each updates its own table row toshipped, the orphaned link references can be removed in a small follow-up.Test plan
https://claude.ai/code/session_01MvBEUcGkRokNw2GWYVHADg
Generated by Claude Code