agents

AGENTS.bash.md v0.0.1

Bash and BATS Platform Guide

This document provides guidelines for writing and testing Bash scripts in this repository.

Related documents:

1. Core Scripting Principles

The scripting guidelines are heavily based on the Bash Style Guide by Dave Eddy, which should be considered the primary reference for style.

For a comprehensive guide, refer to the Bash Style Guide.

2. Testing with BATS (Bash Automated Testing System)

This project uses BATS for testing. Tests are located in the tests/ directory and have a .bats extension.

For full documentation, see the BATS project on GitHub.