← Prompts
Reference AGENTS.md (harvested) · Intro0siddiqui/Phantom-Fragment (MIT)
AGENTS.md - Phantom Fragment Development Guide
# AGENTS.md - Phantom Fragment Development Guide ## Project Overview Phantom Fragment is a high-performance container alternative using Linux kernel features (namespaces, seccomp, Landlock, cgroups)
# AGENTS.md - Phantom Fragment Development Guide ## Project Overview Phantom Fragment is a high-performance container alternative using Linux kernel features (namespaces, seccomp, Landlock, cgroups). Codebase: Primarily Rust with Zig for low-level components (zygote pool, memory management). ## Build Commands ```bash # Build all components cargo build --release cargo build --workspace # Build specific package cargo build --package phantom-cli cargo build --package execution-rs # Check without building cargo check --workspace # Build Zig components cd src/memory/discipline/memory-zig && zig build cd src/core/zygote-rs && zig build ```
Sign in to view the full prompt.
Sign InTags
Classification
Reference Documentation, cheatsheets, setup guides
Scope Project
This codebase Manual Manually placed / Persistent