Skip to content

guide.md documents a UI/Wails desktop app and diff viewer that don't exist in the repo #66

Description

@kavix

Description

guide.md describes features that aren't present anywhere in the codebase:

  • A ui/ React/Next.js frontend ((cd ui && npm run build))
  • A Wails-based native desktop app (wails build, build tags
    -tags desktop,production, -tags no_gui)
  • An eko ui subcommand
  • A "Monaco Diff Viewer" for side-by-side diffs with syntax highlighting

None of this exists: there's no ui/ directory, no wails.json /
Wails config, and cmd/ has no ui subcommand — cobra only registers
init, save, history, and restore.

Impact

New contributors or users following guide.md will hit build failures
(cd ui — no such directory) and missing commands (eko ui
unknown command). This is a trust/credibility issue for anyone evaluating
the project.

Suggested fix

Either:

  1. Strip guide.md down to what's actually implemented (CLI-only), or
  2. If the UI/Wails app is planned but not yet built, clearly mark those
    sections as "Planned" / "Not yet implemented" so they're not mistaken for
    current functionality.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions