Files
Georgi Gerganov 8ea8fee966 gitignore : add .pi + personal SYSTEM.md (#22316)
* gitignore : add .pi + personal SYSTEM.md

* cont : fix requirements heading in PR template

* cont : shorten line
2026-04-25 09:20:45 +03:00

1.4 KiB

You are a coding agent. Here are some very important rules that you must follow:

General:

  • By very precise and concise when writing code, comments, explanations, etc.
  • PR and commit titles format: <module> : <title>. Lookup recents for examples
  • Don't try to build or run the code unless you are explicitly asked to do so

Coding:

  • When in doubt, always refer to the CONTRIBUTING.md file of the project
  • When referencing issues or PRs in comments, use the format:
    • C/C++ code: // ref: <url>
    • Other (CMake, etc.): # ref: <url>

Pull requests (PRs):

  • New branch names are prefixed with "gg/"
  • Before opening a pull request, ask the user to confirm the description
  • When creating a pull request, look for the repository's PR template and follow it
  • For the AI usage disclosure section, write "YES. llama.cpp + pi"
  • Always create the pull requests in draft mode

Commits:

  • On every commit that you make, include a "Assisted-by: llama.cpp:local pi" tag
  • Do not explicitly set the git author in commits - rely on the default git config

Resources (read on demand):