Skip to content

fix!(docs): updates readme with better admonitions - #47

Merged
bougyman merged 1 commit into
mainfrom
readme-update
Aug 10, 2026
Merged

fix!(docs): updates readme with better admonitions#47
bougyman merged 1 commit into
mainfrom
readme-update

Conversation

@bougyman

Copy link
Copy Markdown
Member

No description provided.

Copilot AI lite review requested due to automatic review settings August 10, 2026 01:38
@bougyman
bougyman merged commit 0117a3b into main Aug 10, 2026
1 of 2 checks passed
@bougyman
bougyman deleted the readme-update branch August 10, 2026 01:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates documentation rendering for GitHub-hosted AsciiDoc and adjusts the container image’s default execution behavior so runtime arguments replace the default command rather than being appended to an entrypoint.

Changes:

  • Add env-github-conditional admonition caption attributes in Readme.adoc for improved GitHub rendering.
  • Replace the container ENTRYPOINT with CMD (and document the rationale) to make docker/podman run image <args> behave as intended.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Readme.adoc Adds GitHub-specific admonition caption overrides for better admonition rendering on GitHub.
oci/Containerfile Switches from ENTRYPOINT to CMD and documents why, to ensure runtime args replace the default command.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread oci/Containerfile
Comment on lines +32 to +38
# CMD, not ENTRYPOINT: `docker/podman run image <args>` appends <args>
# after an ENTRYPOINT rather than replacing it, so `run image lcls` was
# actually executing `lc lcls` - never reaching the lcls wrapper script
# at all. CMD gets fully replaced by any run-time args instead, so
# `run image` (no args) still boots the daemon (LINEAR_CLI_DAEMON=true
# makes lc itself become the daemon regardless of argv) and
# `run image lcls`/`run image lc issue list` run exactly that command.
Comment thread Readme.adoc
Comment on lines +9 to +13
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants