Skip to content

Commit eeac82d

Browse files
committed
Add some extra details to CLAUDE.md
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 7abd290 commit eeac82d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
Framework System is a Rust library and CLI tool for interacting with Framework Computer hardware. It targets Linux, Windows, UEFI, and FreeBSD. The MSRV is 1.81.
88

9+
## Development and Testing advice
10+
11+
Most commands must be run as root, try to run them with sudo, usually I have fingerprint sudo enabled, if that fails, ask me to run them and provide the output.
12+
13+
By default build in debug mode that's way faster than `--release` builds.
14+
On every commit all builds, lints and tests must keep working.
15+
We also must not break other platforms (Windows, Linux, FreeBSD, UEFI).
16+
917
## Build Commands
1018

1119
```bash

0 commit comments

Comments
 (0)