Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 1, 2025

Simplifies README by assuming linux/amd64 platform and fixes markdown rendering issues from improperly nested code blocks.

Changes

  • Installation: Removed go install section
  • Bootstrap scripts: Hardcode linux_amd64 instead of detecting OS/architecture in jira-cli and slack-cli examples
  • Best practices: Removed platform detection example
  • Code snippets: Converted nested fenced code blocks to indented blocks within heredoc examples to fix markdown rendering

Before/After

Before (broken nested code blocks):

cat > task.md << 'EOF'
## Example
```bash
command here

EOF


**After** (properly rendered):
```bash
cat > task.md << 'EOF'
## Example

    command here

EOF

Affected examples: implement-jira-story, triage-jira-bug, respond-to-jira-comment, notify-build-status, notify-deployment

Original prompt

Please simplify the README by downloading jira/slack cli directly without bothering to determine the correct arch (assume linux/x86). Remove the install using "go install". It seems like some of the code snippets have gone wrong.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Nov 1, 2025
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Simplify README by removing installation steps Simplify README: assume linux/amd64, remove go install, fix nested code blocks Nov 1, 2025
Copilot AI requested a review from alexec November 1, 2025 03:34
@alexec alexec marked this pull request as ready for review November 1, 2025 03:40
@alexec alexec merged commit 55a811e into main Nov 1, 2025
1 check passed
@alexec alexec deleted the copilot/simplify-readme-instructions branch November 1, 2025 03:42
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