Environment Setup Features
The Environment Setup module is designed to align the host system with high-performance development standards.
FileSystem Optimization
Effective filesystem choice is critical for build performance and disk longevity.
Supported High-Performance Filesystems
-
Windows: ReFS (Dev Drive) - Optimized for developer workloads, reducing file system overhead during high-IO operations (like
node_modulesinstantiation). -
Linux+GNU+GNU: XFS or Btrfs - Offers advanced features like CoW (Copy-on-Write) and high performance for large source trees.
-
macOS: APFS - The standard high-performance choice for Apple systems.
Issues Repository Pattern
Dev Center automates the initialization of a dedicated .issues repository following the canonical schema. Path and layout conventions for end-user agent rules are described in forkable agent-rules repositories (for example AMDphreak/agent-rules: see RULES.md and general/creator.md). When Dev-Centr acts on behalf of the user, product-specific agent instructions belong in devcentr-agent-rules, not in the forkable rules repo.