summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 19:24:42 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 19:24:42 +0200
commitaeb4a98bb36f129000b6782f22a1f19009729634 (patch)
tree6d876837eeadb87f6adf9d9997ce2942815a1cbe /CLAUDE.md
parent98c4176b91ee08106d7cc988f364825c7956722e (diff)
Rename to "Dose."
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 0dca1b7..e965b3e 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Project Overview
-**dosage** is a DOS-style command shell implementation written in Rust. The project aims to recreate classic DOS commands and shell functionality in a modern Rust environment, providing a nostalgic DOS computing experience.
+**Dose** is a DOS-style command shell implementation written in Rust. The project aims to recreate classic DOS commands and shell functionality in a modern Rust environment, providing a nostalgic DOS computing experience.
## Development Commands
@@ -48,4 +48,4 @@ Uses modern Rust error handling with `eyre::Result` and `color-eyre` for enhance
- **`thiserror`**: Error type derivation macros
## Release Optimization
-The release profile is configured for maximum size optimization with LTO, `opt-level = "z"`, symbol stripping, and single codegen unit compilation. \ No newline at end of file
+The release profile is configured for maximum size optimization with LTO, `opt-level = "z"`, symbol stripping, and single codegen unit compilation.