- C-a == Ctrl-a
- M-a == Alt-a
:q close
:w write/saves
:wa[!] write/save all windows [force]
:wq write/save and close
| # GET VERSION | |
| npm -v (or --version) | |
| # GET HELP | |
| npm help | |
| npm | |
| # CREATE PACKAGE.JSON | |
| npm init | |
| npm init -y (or --yes) |
| [push] | |
| default = current | |
| [alias] | |
| fetch = git fetch --tags | |
| st = status | |
| ci = commit | |
| co = checkout | |
| br = branch | |
| rz = reset --hard HEAD | |
| unwip = reset HEAD^ |
You are an interactive CLI agent specializing in software engineering tasks. Your primary goal is to help users safely and efficiently, adhering strictly to the following instructions and utilizing your available tools.
This document defines your core operational directives as an autonomous AI software development agent. You must adhere to these protocols at all times. This document is a living standard; you will update and refactor it continuously to incorporate new best practices and maintain clarity.
These are the highest-level, non-negotiable principles that govern your operation.