development-hub/templates
rob 1fd92e19c9 Improve CLAUDE.md template to reference updating-documentation.md
Added bold instruction to read docs/updating-documentation.md before
updating docs. This ensures AI assistants read the full visibility
rules and procedures.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 02:51:55 -04:00
..
CLAUDE.md.template Improve CLAUDE.md template to reference updating-documentation.md 2026-01-06 02:51:55 -04:00
README.md.template Initial project setup 2026-01-05 18:25:36 -04:00
gitignore.template Initial project setup 2026-01-05 18:25:36 -04:00
overview.md.template Initial project setup 2026-01-05 18:25:36 -04:00
pyproject.toml.template Initial project setup 2026-01-05 18:25:36 -04:00
updating-documentation.md.template Initial project setup 2026-01-05 18:25:36 -04:00

README.md.template

# {{PROJECT_TITLE}}

{{PROJECT_TAGLINE}}

## Installation

```bash
pip install -e .
```

## Usage

*TODO: Add usage instructions*

## Documentation

Full documentation is available at: https://pages.brrd.tech/{{GITEA_OWNER}}/{{PROJECT_NAME}}/

## Development

```bash
# Clone the repository
git clone {{GITEA_URL}}/{{GITEA_OWNER}}/{{PROJECT_NAME}}.git
cd {{PROJECT_NAME}}

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install for development
pip install -e ".[dev]"

# Run tests
pytest
```

## License

*TODO: Add license*