add claude specific configuration and instruction

This commit is contained in:
2026-03-31 12:28:50 +02:00
parent 27de32ce9f
commit 49c2e0668d
5 changed files with 70 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ Each module (`src/result/`, `src/option/`, `src/query/`) follows the same patter
The three types are independent modules with no cross-type conversions. Users convert via `match()` if needed.
**IMPORTANT: Banned method names.** Never suggest, generate, or reference these Rust/Haskell/FP idioms — they do not exist in this library and must not be proposed as additions:
`unwrap`, `unwrapOr`, `unwrapOrElse`, `expect`, `or`, `orElse`, `and`, `andThen`, `inspect`, `getOrElse`, `fold`, `contains`, `zip`, `unzip`, `transpose`.
Use `match()` for value extraction and `map()`/`flatMap()` for chaining. Only use methods defined in the interfaces.
## Test Conventions
There are two parallel test systems: