docs(story/iteration-fix): update copilot instructions for AI agent p… - #7
Merged
Conversation
…roductivity - Refine architecture, workflows, and conventions in .github/copilot-instructions.md - Add examples and clarify config, profiles, and developer patterns
There was a problem hiding this comment.
Pull Request Overview
This PR updates Copilot instructions and makes packaging improvements for the OpenRouter CLI tool to enhance AI agent productivity. The changes focus on clarifying the project's architecture, workflows, and conventions while fixing the binary executable configuration.
- Update Copilot instructions documentation to provide comprehensive guidance on project structure and workflows
- Fix package.json binary configuration to use proper executable wrapper
- Add spell check configuration for development tools
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates binary path and adds prepack script for executable permissions |
| docs/TOMORROW_PLAN.md | Adds comprehensive iteration plan with acceptance criteria and implementation details |
| .vscode/settings.json | Adds spell check entries for development tools |
| .github/copilot-instructions.md | Creates new comprehensive Copilot guidance documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
remove install-time hooks - Add bin/openrouter wrapper with shebang to launch dist/index.js - Point package bin to wrapper and include bin/** in published files - Add cross‑platform prepack script (scripts/ prepack.mjs) to set exec perms - Remove Husky from install lifecycle; add dev-only dev:hooks for contributors - Update README contributor setup to use npm run dev:hooks This resolves global/npx install issues (no --ignore- scripts needed) and ensures openrouter runs reliably on all platforms.
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
…roductivity