Skip to content

[ENG-41339] Add docs/ scaffold + CLAUDE.md with documentation upkeep convention#188

Merged
dharmendersheshma merged 1 commit into
mainfrom
ENG-41339-add-docs-scaffold
May 11, 2026
Merged

[ENG-41339] Add docs/ scaffold + CLAUDE.md with documentation upkeep convention#188
dharmendersheshma merged 1 commit into
mainfrom
ENG-41339-add-docs-scaffold

Conversation

@sagargulabani
Copy link
Copy Markdown
Collaborator

Summary

  • Bootstrap the `docs/` folder for the OneHouse AI agent platform's QMD-indexing pipeline.
  • Add a top-level `CLAUDE.md` with the standard documentation upkeep convention.

Why

The OneHouse AI agent platform git-syncs every repo and indexes each repo's `docs/` folder into QMD as a per-repo collection (`lakeview-docs`). For the agent's `query` MCP to return useful hits about LakeView, this repo needs a top-level `docs/` to land into. This PR ships the scaffolding so the collection registers non-empty; engineers will fill in real content over time.

The CLAUDE.md upkeep convention codifies "document everything in `docs/`" — same convention being applied across the full OneHouse repo set under ENG-41339.

Files

  • `CLAUDE.md` — project overview + documentation upkeep convention
  • `docs/index.md` — per-repo doc index
  • `docs/overview.md` — stub
  • `docs/getting-started.md` — stub
  • `docs/.gitkeep` — placeholder

Companion work

This PR is one of several under ENG-41339 across OneHouse repos that all add the same `docs/` + CLAUDE.md scaffold. Once these land, the QMD reindex pipeline (in knowledge-base/.github/workflows/reindex-qmd.yml) picks them up and exposes them to the RCA / Scoping agents.

Test plan

  • After merge: trigger the knowledge-base reindex workflow; confirm `lakeview-docs` collection has non-zero docs in `qmd status`.

…p convention

Bootstraps the docs/ folder and adds a CLAUDE.md for the OneHouse AI agent
platform's QMD-indexing pipeline. The docs/ folder is git-synced into agent
pods and indexed as the lakeview-docs QMD collection — engineers will fill
in real content over time; this PR ships only the scaffolding.

- CLAUDE.md              - project overview + documentation upkeep convention
- docs/index.md          - per-repo doc index
- docs/overview.md       - stub
- docs/getting-started.md- stub
- docs/.gitkeep          - placeholder
@nimahajan
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

@dharmendersheshma dharmendersheshma merged commit 6034b18 into main May 11, 2026
5 checks passed
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.

3 participants