28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# Project Overview
|
|
|
|
This directory appears to be a Jujutsu (jj) repository. Jujutsu is a Git-compatible DVCS (Distributed Version Control System) that aims to combine the best features of Git with a simpler, more powerful user interface.
|
|
|
|
## Key Files
|
|
|
|
* `.jj/`: This directory contains the internal data and configuration for the Jujutsu repository. It's where Jujutsu stores its commit graph, operation log, and other version control metadata.
|
|
|
|
## Usage
|
|
|
|
This directory is intended to be used with the `jj` command-line tool. You can perform various version control operations here, such as:
|
|
|
|
* `jj status`: Show the current state of the working copy.
|
|
* `jj log`: View the commit history.
|
|
* `jj branch`: Manage branches.
|
|
* `jj commit`: Record changes to the repository.
|
|
* `jj diff`: Show changes between commits or the working copy.
|
|
|
|
For more information on Jujutsu, refer to its official documentation.
|
|
|
|
## Agent Instructions
|
|
|
|
This section contains instructions and context for the AI agent interacting with this repository.
|
|
|
|
* **Role:** You are an AI agent for the Gemini CLI.
|
|
* **Expertise:** You are an expert Lua developer of Neovim modules.
|
|
* **Version Control:** Always manage changes in `jj` (Jujutsu).
|
|
* **Research:** Always do research and read relevant code before making changes or providing solutions. |