Skip to content

docs: restructure and refresh user-facing documentation#741

Merged
swati510 merged 1 commit into
mainfrom
docs/reorg-user-facing
Jul 10, 2026
Merged

docs: restructure and refresh user-facing documentation#741
swati510 merged 1 commit into
mainfrom
docs/reorg-user-facing

Conversation

@RaghavChamadiya

Copy link
Copy Markdown
Member

What

Reorganizes docs/ into a clear two-level layout (user-facing at the top, deep references in a single architecture/ folder) and brings the user-facing docs back in line with the current code. Every factual change was verified against source.

Structure

  • New indexes: docs/README.md (grouped by audience) and docs/architecture/README.md, so the folder is navigable.
  • One architecture folder: docs/internals/ is gone. chat.md and editor-files.md moved into architecture/; the stale point-in-time llm-generation.md audit was dropped.
  • Removed the redundant twin: implementation-deep-dive.md was ~80% the same document as ARCHITECTURE.md, which is now the single system reference.
  • Two-level split (the pattern from CODE_HEALTH.md): LANGUAGE_SUPPORT.md is now a lean user-facing support matrix; the pipeline internals and the add-a-language recipe live in the new architecture/language-support.md.

Accuracy fixes (verified against source)

  • CLI_REFERENCE: removed the nonexistent repowise query command (the real command is repowise search); corrected flags and defaults across commands; added coverage, telemetry, login/logout/whoami, and workspace check/metrics.
  • MCP_TOOLS: now documents every registered tool. Adds generate_refactoring_code, list_repos, the workspace-only tools, and the opt-in tools; fixes the get_dead_code, get_why, and get_overview signatures; removes the nonexistent "profile" vocabulary in favor of the real mcp.tools mechanism. Keeps the "nine flagship tools" framing.
  • CONFIG: full config.yaml and health-rules.json key tables, the complete reasoning value set, and the previously missing environment variables (embeddings, telemetry opt-out, server/DB, webhooks).
  • WORKSPACES: adds the data/DB contract type, corrects the system-graph edge kinds and the HTTP/gRPC dialect lists, and removes the unimplemented Redis pub/sub claim.
  • USER_GUIDE: rewrites the dashboard section to the current grouped navigation (Architecture/Code Health as tabbed pages, Knowledge Graph, Refactoring, Files, workspace Conformance, the command palette).
  • Fixed broken links in ARCHITECTURE.md and the repowise query line in the root README.md.

Net: +1,499 / -3,212 lines. Leaner, better organized, and accurate.

The hosted docs.repowise.dev (frontend) is out of scope here and handled separately.

Reorganize docs into a clear two-level layout and bring the user-facing
references back in line with the code.

Structure:
- Add docs/README.md and docs/architecture/README.md as navigable indexes.
- Collapse docs/internals/ into a single docs/architecture/ folder: promote
  chat.md and editor-files.md, drop the stale llm-generation.md audit.
- Remove implementation-deep-dive.md (redundant with ARCHITECTURE.md).
- Split LANGUAGE_SUPPORT.md into a lean user-facing matrix plus
  architecture/language-support.md for pipeline internals and the add-a-language
  recipe.

Accuracy (verified against source):
- CLI_REFERENCE: remove the nonexistent "repowise query" command (it is
  "repowise search"); correct flags and defaults; add coverage, telemetry,
  login, and workspace check/metrics.
- MCP_TOOLS: document every registered tool (add generate_refactoring_code,
  list_repos, workspace-only and opt-in tools); fix get_dead_code, get_why, and
  get_overview signatures; drop the nonexistent "profile" mechanism.
- CONFIG: full config.yaml and health-rules.json keys, the complete reasoning
  set, and previously undocumented environment variables.
- WORKSPACES: add the data/DB contract type, correct the edge-kind list and
  HTTP/gRPC dialects, remove the unimplemented Redis pub/sub claim.
- USER_GUIDE: rewrite the dashboard section to the current grouped navigation.
- Fix broken links in ARCHITECTURE.md and README.md.
@swati510 swati510 merged commit 3a15432 into main Jul 10, 2026
7 checks passed
@swati510 swati510 deleted the docs/reorg-user-facing branch July 10, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants