Retire Project as user-facing concept — align CONTEXT.md with Armonia vision - #320
Draft
aarontrowbridge wants to merge 1 commit into
Conversation
Workspace is the single checkout (~/armonia), Problem is the pulse-design unit (data/problems/<slug>), Sessions are global and grouped by Problem. Project is now deprecated/internal (storage compatibility only) and no longer surfaced in the dashboard. Updates Armonia distinct-from line to Workspace. Fixes #319
Open
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #319
Problem — CONTEXT.md defined Project as the user-facing unit (directory registered, dashboard switching, Session nested under Project), conflicting with the README vision where the workspace is what you edit, ~/.amico is what the system manages, Amicode is the lens and work is organized via Armonia vaults / Problems / Runs / catalog.
Change — retire Project from product language:
~/armonia) — repos + managed~/.amico(data/). No dashboard switcher; engine worktree string kept for storage compat only.data/problems/<slug>) where System/Formulation/solve.jl/Runs live — switched via the Problems surface, not the engine picker.Session.directory/LocalProject.worktree).projectscope clarified as mount tier, not engine Project.No storage migration; existing sessions keep working. Follow-up: hide the opencode "Add project" picker in the fork (tracked separately).