Skip to content

docs: reorganize documentation structure and improve narrative#46

Merged
ashu17706 merged 3 commits intodevfrom
docs/structure-reorganization
Mar 3, 2026
Merged

docs: reorganize documentation structure and improve narrative#46
ashu17706 merged 3 commits intodevfrom
docs/structure-reorganization

Conversation

@ashu17706
Copy link
Contributor

Summary

  • Move internal design docs (15 files) to docs/internal/
  • Rewrite README with narrative-first approach and add Install/Quick Start sections
  • Expand CLI reference, improve getting-started, architecture, and team-sharing docs
  • Add new docs/search.md for search & recall documentation
  • Clean up root: remove issues.json, fix .pre-commit-config.yaml stage names

Test plan

  • Verify all internal doc links resolve correctly
  • Confirm README renders properly on GitHub

🤖 Generated with Claude Code

ashu17706 and others added 3 commits February 28, 2026 21:05
* chore: new branch (#33)

* fix(ci): bench scorecard ci windows fixes (#34)

* ci: auto-template and title for dev to main PRs

* release: v0.3.2 (dev -> main) (#35)

* New branch (#33)

* chore: add pending project files

* refactor(ingest): centralize ingestion via parser/resolver/store layers

* docs: document layered ingest architecture

* test(perf): add qmd benchmark harness and non-blocking CI regression check

* perf(bench): add ingest hotpath benchmark and record qmd optimization

* perf(ingest): batch session writes and add stable benchmark tooling

* Add benchmark scorecard to CI summary and sticky PR comment

* Fix bench import path and temporarily disable design-contract workflow

* CI: checkout qmd submodule in perf bench workflow

* Fix Windows path handling in ingest session discovery

* Feature/bench scorecard ci windows fixes (#34)

* chore: add pending project files

* refactor(ingest): centralize ingestion via parser/resolver/store layers

* docs: document layered ingest architecture

* test(perf): add qmd benchmark harness and non-blocking CI regression check

* perf(bench): add ingest hotpath benchmark and record qmd optimization

* perf(ingest): batch session writes and add stable benchmark tooling

* Add benchmark scorecard to CI summary and sticky PR comment

* Fix bench import path and temporarily disable design-contract workflow

* CI: checkout qmd submodule in perf bench workflow

* Fix Windows path handling in ingest session discovery

* CI: run full test matrix only on merge branches

* CI: auto-create draft prerelease on successful dev CI

* CI: auto-template and title for dev to main PRs

* ci: create dev draft release after successful dev test matrix

* chore: add e2e dev release flow test marker (#36)

* release: v0.3.2 (dev -> main) (#37)

* New branch (#33)

* chore: add pending project files

* refactor(ingest): centralize ingestion via parser/resolver/store layers

* docs: document layered ingest architecture

* test(perf): add qmd benchmark harness and non-blocking CI regression check

* perf(bench): add ingest hotpath benchmark and record qmd optimization

* perf(ingest): batch session writes and add stable benchmark tooling

* Add benchmark scorecard to CI summary and sticky PR comment

* Fix bench import path and temporarily disable design-contract workflow

* CI: checkout qmd submodule in perf bench workflow

* Fix Windows path handling in ingest session discovery

* Feature/bench scorecard ci windows fixes (#34)

* chore: add pending project files

* refactor(ingest): centralize ingestion via parser/resolver/store layers

* docs: document layered ingest architecture

* test(perf): add qmd benchmark harness and non-blocking CI regression check

* perf(bench): add ingest hotpath benchmark and record qmd optimization

* perf(ingest): batch session writes and add stable benchmark tooling

* Add benchmark scorecard to CI summary and sticky PR comment

* Fix bench import path and temporarily disable design-contract workflow

* CI: checkout qmd submodule in perf bench workflow

* Fix Windows path handling in ingest session discovery

* CI: run full test matrix only on merge branches

* CI: auto-create draft prerelease on successful dev CI

* CI: auto-template and title for dev to main PRs

* CI: create dev draft release after successful dev test matrix

* chore: add e2e dev release flow test marker (#36)

* docs: update CHANGELOG.md for v0.4.0 [skip ci]

* docs: add CI/release workflow architecture and north-star plan

* ci: add commit lint, semver metadata, and deterministic release notes

* docs: finalize workflow policy docs without backlog sections

* ci: scope commit lint to pull request commit ranges only

* fix(ci): setup bun before dev draft release metadata step

* fix(ci): allow legacy non-conventional history for dev draft metadata

* fix(release): align dev-main PR version with latest stable tag

* ci: improve workflow and check naming for PR readability

* ci: skip PR test job for dev to main release PRs

* fix(ci): use import.meta.dir for cross-platform path resolution

new URL(import.meta.url).pathname produces /D:/a/... on Windows,
causing ENOENT errors. import.meta.dir is Bun's cross-platform
alternative.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* ci: add auto-release job for main branch merges

After tests pass on main, automatically compute the next semver
version and create a GitHub release. Handles squash merges (which
lose individual commit types) by defaulting to patch when commits
exist but bump is "none". Skips if HEAD is already tagged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Baseline User <baseline@example.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Previous squash merge body contained [skip ci] from an old commit
message, which prevented GitHub Actions from running.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move internal design docs to docs/internal/, rewrite README with
narrative-first approach, expand CLI reference, add search docs,
improve getting-started and team-sharing guides.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ashu17706 ashu17706 merged commit bd1168c into dev Mar 3, 2026
8 checks passed
@ashu17706 ashu17706 deleted the docs/structure-reorganization branch March 3, 2026 09:48
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.

1 participant