From 23220f68c9ee8140944e6a1342a80cdb10dc6661 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 07:58:09 +0000 Subject: [PATCH] Add tests, templates, and Gitea Actions workflows --- .templates/default/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .templates/default/README.md diff --git a/.templates/default/README.md b/.templates/default/README.md new file mode 100644 index 0000000..f6dfbaa --- /dev/null +++ b/.templates/default/README.md @@ -0,0 +1,22 @@ +# Agent Workspace Setup + +This directory contains an isolated workspace for an AI agent. + +## Quick Start + +1. The environment has been automatically configured +2. Check your `.env` file for available variables +3. Dependencies have been installed if a `package.json` was present + +## Commands + +- `git-agent-sync status` - View current changes +- `git-agent-sync diff` - Generate a diff for review +- `git-agent-sync merge` - Merge changes back to main +- `git-agent-sync destroy` - Remove this workspace (use with caution!) + +## Tips + +- Make your changes and use `git status` to track them +- Use `git-agent-sync diff` to generate a code review diff +- When ready, run `git-agent-sync merge` to merge back to the main branch