Project scaffold: build.zig, build.zig.zon, directory structure #1

Closed
opened 2026-05-10 12:01:03 +02:00 by sleepy · 1 comment
Owner

Create the foundational project files:

  • build.zig with Metal.framework linking and .metal -> .metallib compilation
  • build.zig.zon package manifest
  • Directory structure per PROJECT.md
  • Root README.md

Acceptance criteria:

  • zig build completes successfully
  • zig build test runs (even if no tests yet)
  • zig build lint exists
  • Directory structure matches PROJECT.md architecture

Max 2 attempts.

Create the foundational project files: - build.zig with Metal.framework linking and .metal -> .metallib compilation - build.zig.zon package manifest - Directory structure per PROJECT.md - Root README.md Acceptance criteria: - `zig build` completes successfully - `zig build test` runs (even if no tests yet) - `zig build lint` exists - Directory structure matches PROJECT.md architecture Max 2 attempts.
Author
Owner

Merged via squash in PR #9.

  • zig build
  • zig build test
  • zig build lint
  • Full directory structure per PROJECT.md
  • docs/ directory added per review feedback
Merged via squash in PR #9. - `zig build` ✅ - `zig build test` ✅ - `zig build lint` ✅ - Full directory structure per PROJECT.md - docs/ directory added per review feedback
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sleepy/sleepy-llm#1
No description provided.