Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 31, 2025

Simplifies the naming convention for example memory files and bootstrap scripts in the README.

Changes

  • jira-setup.mdjira.md
  • jira-setup-bootstrapjira-bootstrap
  • slack-setup.mdslack.md
  • slack-setup-bootstrapslack-bootstrap

Example usage now reads:

# Create memory file
cat > .prompts/memories/jira.md << 'EOF'
---
tools: jira
---
# Jira Integration
...
EOF

# Create bootstrap script
cat > .prompts/memories/jira-bootstrap << 'EOF'
#!/bin/bash
...
EOF

chmod +x .prompts/memories/jira-bootstrap
Original prompt

Change the name from jira-setup to just jira, (slack too).


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Change branch names for Jira and Slack Rename jira-setup and slack-setup to jira and slack in documentation Oct 31, 2025
Copilot AI requested a review from alexec October 31, 2025 20:46
@alexec alexec marked this pull request as ready for review October 31, 2025 20:46
@alexec alexec merged commit 712728a into main Oct 31, 2025
2 checks passed
@alexec alexec deleted the copilot/rename-jira-and-slack branch October 31, 2025 20:47
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