Skip to content

Add packages/README.md and archive shipped tasks#208

Merged
hackerwins merged 2 commits into
mainfrom
chore/docs-housekeeping
May 10, 2026
Merged

Add packages/README.md and archive shipped tasks#208
hackerwins merged 2 commits into
mainfrom
chore/docs-housekeeping

Conversation

@hackerwins

@hackerwins hackerwins commented May 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

No code changes; doc + task-index files only.

Test plan

  • pnpm verify:fast passes locally.
  • docs/tasks/active/ only contains genuinely in-progress tasks (6 entries).
  • docs/tasks/archive/ root only contains README.md and 2026/.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated task tracking and archive indexes to reflect completion of multiple features including slides shape library implementation, responsive thumbnail handling, and contributor documentation improvements.

Review Change Stack

hackerwins and others added 2 commits May 11, 2026 02:32
Each package already has its own README, but there was no top-level
entry point inside `packages/` that summarised what lives where.
Splits the listing into engines (sheets, docs, slides) and apps and
services (frontend, backend, cli, documentation) so a new contributor
can orient before drilling into a single package.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Four active tasks have shipped on main (PR #189 undo-destroys-initial-block,
#202+#205 slides-shapes-p1, #206 slides-thumb-responsive, #204
contributing-md) but their todo files were still sitting in
`docs/tasks/active/` because some checkboxes were never ticked. Mark
the remaining items done and run `pnpm tasks:archive` to move the five
files into `archive/2026/05/`.

While there, eight April task docs were still loose at the archive
root (predating the by-month layout). Move them into `archive/2026/04/`
so the directory is uniformly organised and the index counts stay
accurate.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f9909f39-ee35-469a-a21e-93374526b78d

📥 Commits

Reviewing files that changed from the base of the PR and between 079652d and 49c8312.

📒 Files selected for processing (16)
  • docs/tasks/README.md
  • docs/tasks/archive/2026/04/20260411-docx-table-merge-gaps-lessons.md
  • docs/tasks/archive/2026/04/20260411-docx-table-merge-gaps-todo.md
  • docs/tasks/archive/2026/04/20260419-table-copy-paste-lessons.md
  • docs/tasks/archive/2026/04/20260419-table-copy-paste-todo.md
  • docs/tasks/archive/2026/04/20260419-table-row-splitting-todo.md
  • docs/tasks/archive/2026/04/20260421-chart-pivot-range-shift-todo.md
  • docs/tasks/archive/2026/04/20260423-inline-style-tests-todo.md
  • docs/tasks/archive/2026/04/20260423-native-inline-style-todo.md
  • docs/tasks/archive/2026/05/20260505-undo-destroys-initial-block-todo.md
  • docs/tasks/archive/2026/05/20260509-slides-shapes-p1-lessons.md
  • docs/tasks/archive/2026/05/20260509-slides-shapes-p1-todo.md
  • docs/tasks/archive/2026/05/20260509-slides-thumb-responsive-todo.md
  • docs/tasks/archive/2026/05/20260510-contributing-md-todo.md
  • docs/tasks/archive/README.md
  • packages/README.md

📝 Walkthrough

Walkthrough

This PR updates task tracking documentation to record the completion of four shipped tasks (contributing guide, slides shapes phase 1, thumbnail responsive rendering, and undo crash fix), moving them from active to archived status, and introduces a new packages/README.md guide describing the monorepo structure with tables for core engines and applications.

Changes

Task Tracking Index and Completion Records

Layer / File(s) Summary
Active Tasks Index
docs/tasks/README.md
The Active Tasks table is updated to remove four completed tasks ("contributing md", "slides shapes p1", "slides thumb responsive", "undo destroys initial block"), update the archive count from 163 to 167, and reference the latest active task ("slides themes layouts import").
Task Completion Records
docs/tasks/archive/2026/05/*
Four task completion files are updated with checked checklist items and shipped PR/commit details: undo crash fix (PR #189), slides shapes phase 1 (comprehensive checklist completion across type foundation, builder registry, rendering refactor, shape builders, editor wiring, UI picker, toolbar integration), thumbnail responsive rendering (DPR and ResizeObserver implementation, PR #206), and contributing guide updates (PR #204).
Archive Index and Metadata
docs/tasks/archive/README.md
The archive index total increases to 167 tasks; the 2026/05 section expands from 18 to 22 entries to include the four newly archived tasks; the 2026/04 section task rows are refreshed with inline styling, chart pivot, header/footer, table copy/paste, and row splitting tasks.

Monorepo Package Structure Guide

Layer / File(s) Summary
Packages Documentation
packages/README.md
New file documenting monorepo structure: introduces the packages directory, lists three engines (sheets, docs, slides) and four apps/services (frontend, backend, cli, documentation) with brief descriptions and links to sub-package READMEs, and references root README and architecture documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Possibly related PRs

Poem

🐰 Tasks completed, archived with care,
Shapes and slides, responsive to share,
Packages now guide the monorepo's way,
Documentation brightens a completed day!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/docs-housekeeping

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@hackerwins
hackerwins merged commit 20b13a5 into main May 10, 2026
1 check passed
@hackerwins
hackerwins deleted the chore/docs-housekeeping branch May 10, 2026 17:37
@github-actions

github-actions Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

Verification: verify:self

Result: ✅ PASS in 181.7s

Lane Status Duration
sheets:build ✅ pass 13.7s
docs:build ✅ pass 12.6s
slides:build ✅ pass 9.7s
verify:fast ✅ pass 100.5s
frontend:build ✅ pass 18.3s
verify:frontend:chunks ✅ pass 0.3s
backend:build ✅ pass 4.9s
cli:build ✅ pass 2.1s
verify:entropy ✅ pass 19.6s

Verification: verify:integration

Result: ✅ PASS

@codecov

codecov Bot commented May 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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