Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
description: "Guardrailed agentic-workflow automation" # The application description
copyright: "© 2026 Ali Al Dallal" # Copyright text
comments: "https://github.com/alicoding/mill" # Comments
version: "0.1.0" # The application version
version: "0.2.0" # The application version
# cfBundleIconName: "appicon" # The macOS icon name in Assets.car icon bundles (optional)
# # Should match the name of your .icon file without the extension
# # If not set and Assets.car exists, defaults to "appicon"
Expand Down
6 changes: 6 additions & 0 deletions docs/SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,12 @@ and [`docs/adr/0002-cicd-pipeline-phased-rollout.md`](adr/0002-cicd-pipeline-pha
revisit when there's a way to actually verify them. Server-mode Docker
image also not part of v1 release scope — no confirmed hosted-deployment
use case. `LOCKED` (macOS-only scope) / `PARKED` (the rest)
- **Release cadence: a release tags when a user-visible capability goal
archives, not on a clock** — release notes then describe something a
user can feel (goal 0045). The release asset is the launchable
`mill.app` zip (no build required, provenance-attested); `git clone`
+ local build remains the fully documented developer path, per §1.1's
install-story constraint. `LOCKED`

### 1.4 Architecture at a glance

Expand Down
Loading