diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..fc821c0 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,376 @@ +# AGENTS.md - Agent Coding Guidelines + +This document provides guidelines for agents working in this repository. + +--- + +## Project Overview + +This is a **Bash shell script** repository containing multiple independent utilities for Linux server management. Each subdirectory is a separate project. + +### Subprojects + +| Directory | Description | +|-----------|-------------| +| `port-info/` | Linux port information display (TCP, UDP, HTTP services) | +| `docker-info/` | Docker and server information collector | +| `database-info/` | Database information collector (WIP) | +| `systemctl-info/` | Systemd/systemctl detailed information (v2.0 modular) | +| `filebrowser/` | FileBrowser installation/uninstall scripts | +| `frp/` | FRP (Fast Reverse Proxy) management scripts | +| `openlist/` | OpenList installation/management scripts | +| `mengyamonitor/` | MengyanMonitor installation scripts | +| `user-manager/` | User management utility | +| `change-mirror/` | Mirror changing and Docker installation scripts | +| `login-info/` | Login information display | +| `ssh/` | SSH key management scripts | + +--- + +## Build / Lint / Test Commands + +### Running Scripts + +```bash +# Make executable and run +chmod +x