Skip to content

understand-dashboard: Steps 4-5 use unassigned literal placeholders (<dashboard-dir> etc.), commands fail #497

Description

@specterslient95-lgtm

Problem. Step 3 sets PLUGIN_ROOT, but Steps 4-5 use literal placeholders <dashboard-dir>, <plugin-root>, <project-dir> that are never assigned. The shell treats them as literal directory names, so cd <dashboard-dir> fails immediately.

Expected vs. actual. Expected: the commands cd into resolved paths. Actual: the placeholders are never substituted, so the commands error out.

Suggested fix. Derive and assign these variables (e.g. from PLUGIN_ROOT and the project argument) before the cd commands, or instruct the user to substitute them explicitly.

Location (links to the exact lines).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions