Skip to content

Document fuseraft eval in docs/cli-reference.md #104

Description

@fuseraft

docs/cli-reference.md documents every top-level CLI command as its own ## section — run, repl, sessions, plugins, validate, config, init, graph, arch, knowledge, memory, objective, context, schedule, skills, log, models, update, settings — except fuseraft eval, which is registered as a top-level branch in src/Program.cs (cfg.AddBranch("eval", ...)) right alongside those others.

eval is documented, but only in docs/evals.md, which cli-reference.md never links to. A newcomer scanning cli-reference.md — the natural place to look for "what commands does this CLI have" — has no way to discover fuseraft eval exists.

Task

Add a ## \fuseraft eval`section todocs/cli-reference.md(near the other command sections, e.g. after## `fuseraft models`) that briefly summarizes eval initandeval runand links todocs/evals.mdfor the full reference, matching how other multi-page topics are cross-linked elsewhere in this file (e.g. the## `fuseraft repl`section links out todocs/skills.md`).

Acceptance criteria

  • fuseraft eval has a discoverable entry in docs/cli-reference.md.
  • The new section links to docs/evals.md rather than duplicating its full content.
  • No behavior changes — docs only.

Good first issue — no code changes required, just closing a documentation gap.

Activity

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

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions