Set up distribution and release

Records the channel decision: the Mac App Store, as version 2.0 of the
existing dev.rzen.indie.Kanban record - the 1.x app already listed
there under the Lanework name. The question the card held open was
settled by three prior rulings (the edition split's separate App Store
targets with base keeping the shipping bundle id, the 2.0 marketing
version, and the account's App-Store-shaped tooling); RELEASE.md
records the reasoning and why notarized-direct is not pursued for 2.0.

Pipeline carried over from the 1.x repo: scripts/release.sh (archive +
destination=upload export, --platform macos reminders in its epilogue),
ExportOptions-macOS.plist, .env.release.example (+ .gitignore entry for
the real credentials). scripts/metadata/ holds the fresh 2.0 listing -
rewritten description/what's-new for the rewrite (plain-files boards,
live outside edits, card windows, trash, undo, templates, agent guide,
accessibility), carried keywords/URLs/categories/pricing (free)/
availability (ALL), and review notes updated to the 2.0 UI. All fields
within API limits; asc-metadata --dry-run validates end-to-end against
the live record (version 2.0 would be created; pricing and availability
already correct). Local Release archive verified: Lanework 2.0 build
165, signed, correct identity.

Remaining steps are deliberately user-gated at RELEASE.md's PUSH POINT:
screenshots need a real display, and everything past the archive writes
to the live record of a shipping 1.x app.

Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
This commit is contained in:
2026-07-29 13:43:26 -04:00
parent f34707e17e
commit aad8857ea0
18 changed files with 240 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"contactFirstName": "Rouslan",
"contactLastName": "Zenetl",
"contactEmail": "[email protected]",
"contactPhone": "+16465840598",
"demoAccountRequired": false,
"notes": "Lanework is a native macOS app whose boards are plain folders — each board, lane, and card is a folder containing an index.md (YAML frontmatter + Markdown body). There is no account or login of any kind, and no network access: all data lives in local files the user picks. To test: launch the app, create a new board from the welcome window (File > New Board opens a template chooser; picking one creates a .kanban folder where you choose). Add cards with Cmd-N and lanes with the New Lane command or toolbar item; cards rename inline, drag within and between lanes, and open in their own window on double-click (Markdown preview, editor, attachments). Deleting a card moves it to the board's own trash (View > Show Trash); Empty Trash removes permanently. The app uses user-selected file access (App Sandbox) to read and write the board folders the user chooses. Version 2.0 is a ground-up rewrite of the 1.x app under the same name."
}