docs: remove Wails/desktop instructions that do not exist - #181
Open
vsolano9 wants to merge 1 commit into
Open
Conversation
guide.md told readers to build a Wails desktop app, run `cd ui && npm run build`, and launch `eko ui`. None of that exists: there is no ui/ directory, no Wails config, and no ui subcommand. Keep the working CLI walkthrough and point at the CLI reference for the rest. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@vsolano9 is attempting to deploy a commit to the Kavindu's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Description
guide.mdstill describes a Wails native app, aui/React/Next.js frontend, and aneko uicommand. None of those exist onmain..github/SUPPORT.mdlinks here, so a new user following the first install path hitscd: ui: No such file or directoryand thenunknown command "ui".This keeps the CLI walkthrough (init / save / summary / history / restore), which still matches the binary, and replaces the three fictional build options with
go build -o eko .. A pointer to docs/docs/cli-reference.md covers the commands the old guide never mentioned (diff,tag,clean,migrate,completion,eko ai).Related Issues
Resolves #66
Type of Change
Technical Details & Architecture Notes
Verified against
origin/mainatec12094:git ls-treehas.github,Formula,assets,cmd,deploy,docs,internal. Noui/, nowails.json.rootCmdregistersai,clean,completion,diff,history,init,migrate,restore,save,summary,tag. Noui..gitignore, which this PR leaves alone.How Has This Been Tested?
go build -o eko .from this branch.eko uiexits 1 withunknown command "ui" for "eko".test ! -d uiis true.go test ./...— all packages with tests pass (cmd,internal/ai,internal/api,internal/db,internal/manifest,internal/notify,internal/objects,internal/snapshot,internal/util). Same result as cleanmain.The Vercel check is the known fork-authorization failure (
Authorization required to deploy). It is unrelated to this docs change; previous merged PRs from this fork had the same check.Checklist
gofmtandgo vet)README.mdandCONTRIBUTING.md)