docs: add LLM.md for AI assistant documentation

This commit is contained in:
Zach Kelling
2025-12-24 18:10:54 -08:00
parent ecb45c9f84
commit 74a27c3f97
2 changed files with 63 additions and 0 deletions
+4
View File
@@ -1,2 +1,6 @@
/.frost
/target
AGENTS.md
CLAUDE.md
GEMINI.md
QWEN.md
+59
View File
@@ -0,0 +1,59 @@
# safe-frost
## Overview
> [!WARNING] > Code in this repository is not audited and may contain serious security holes. Use at your own risk.
## Package Information
- **Type**: rust
- **Module**: N/A
- **Repository**: github.com/luxfi/safe-frost
## Directory Structure
```
.
contracts
contracts/interfaces
lib
lib/forge-std
src
src/cmd
src/data
tests
tests/erc4337
tests/safe
```
## Key Files
- Cargo.toml
## Development
### Prerequisites
- Rust 1.70+
### Build
```bash
cargo build --release
```
### Test
```bash
cargo test
```
## Integration with Lux Ecosystem
This package is part of the Lux blockchain ecosystem. See the main documentation at:
- GitHub: https://github.com/luxfi
- Docs: https://docs.lux.network
---
*Auto-generated for AI assistants. Last updated: 2025-12-24*