
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Interact with remote repositories like you interact with git
And it's all from the terminal!
You can install with cargo, cargo-binstall or npm:
# Any one of these is good
cargo install gr-bin
cargo binstall gr-bin
npm install --global gr-bin
If all went well, you should have gr
installed:
gr --version
gr
is similar to git
, that it looks at your current directory, and reads the information from it. To start, move to a local git repo, and login to the remote (if you only want to try, replace gr
with npx gr-bin
):
cd /path/to/repo
gr login
Create pull request on current branch:
gr pr create -m "PR title"
Get information about the open PRs:
gr pr list
Merge the PR on the current branch:
gr pr merge --delete
For more information, print the help with gr --help
.
[0.2.1] - 2023-07-28
FAQs
Interact with remote repositories like you interact with git
We found that gr-bin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.