- Rename inventory groups and group_vars to hostnames (phy-z-*) - Add group_vars for all servers incl. planned phy-z-srv-gpu01 - Add server/ docs: sftp01, git, gpu01 (README, HW specs, assessments) - Add rules set to CLAUDE.md Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
787 B
787 B
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Rules Set
- Ask, don't assume. If something is unclear, ask before writing a single line. Never make silent assumptions about intent, architecture, or requirements.
- Simplest solution first. Always implement the simplest thing that could work. Do not add abstractions or flexibility that weren't explicitly requested.
- Don't touch unrelated code. If a file or function is not directly part of the current task, do not modify it, even if you think it could be improved.
- Flag uncertainty explicitly. If you are not confident about an approach or technical detail, say so before proceeding. Confidence without certainty causes more damage than admitting a gap.