Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.72 KB

File metadata and controls

40 lines (32 loc) · 1.72 KB

AtomUI.Foundation Agent Guide

This file gives AI coding agents the stable entry points for working in AtomUI.Foundation. Keep this file small. Put concrete, detailed rules in focused documents under docs/, then link them here.

Project Profile

AtomUI.Foundation is the foundational library repository for the AtomUI ecosystem. It contains runtime foundation infrastructure, source generator infrastructure, tests, build configuration, local workflow skills, and NuGet release automation.

AtomUI.Foundation/
├── src/
│   ├── AtomUI.Foundation
│   └── AtomUI.Foundation.Generator
├── tests/
│   ├── AtomUI.Foundation.Tests
│   └── AtomUI.Foundation.Generator.Tests
├── docs/
├── build/
├── resources/
├── .agents/
└── .github/

Required Reading

Common Commands

dotnet build AtomUI.Foundation.slnx
dotnet test tests/AtomUI.Foundation.Tests/AtomUI.Foundation.Tests.csproj --framework net10.0
dotnet test tests/AtomUI.Foundation.Generator.Tests/AtomUI.Foundation.Generator.Tests.csproj --framework net10.0
git diff --check