mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 05:19:40 +02:00
The package was a leftover from the per-product Planta backend that got consolidated into apps/api a while back. Repo-wide grep for @planta/shared returns zero matches — it had no consumers. - Delete the four files (package.json, src/index.ts, src/types/index.ts, tsconfig.json) - Update apps/planta/CLAUDE.md to reflect the cleanup (the previous note pointed at a refactoring audit doc that already tracked it) - Refresh pnpm-lock.yaml so the workspace member is no longer pinned Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
# Planta — consolidated into the unified Mana app
|
|
|
|
This product was migrated into the unified Mana monorepo. The legacy
|
|
per-product `apps/planta/apps/backend/` and `apps/planta/apps/web/`
|
|
directories have been removed. Active code now lives in:
|
|
|
|
- **Backend compute routes**: [`apps/api/src/modules/planta/routes.ts`](../api/src/modules/planta/routes.ts) (Gemini Vision plant analysis, S3 upload)
|
|
- **Frontend module** (local-first): [`apps/mana/apps/web/src/lib/modules/planta/`](../mana/apps/web/src/lib/modules/planta/)
|
|
- **Web route**: [`apps/mana/apps/web/src/routes/(app)/planta/`](../mana/apps/web/src/routes/(app)/planta/)
|
|
|
|
For monorepo-wide patterns (auth, sync, encryption, services), see the
|
|
[root `CLAUDE.md`](../../CLAUDE.md) and [`apps/mana/CLAUDE.md`](../mana/CLAUDE.md).
|
|
|
|
The previous standalone "Planta Project Guide" describing a per-product
|
|
backend with its own database, schema, and watering scheduler was deleted
|
|
in the audit cleanup of 2026-04-09 — it had been inaccurate since the
|
|
consolidation. Pre-consolidation reference is in git history.
|
|
|
|
> **Note:** The orphaned `apps/planta/packages/shared/` package was
|
|
> removed on 2026-04-09 — it had zero consumers across the repo. The
|
|
> remaining `apps/planta/package.json` is kept as a placeholder so the
|
|
> directory still surfaces in IDEs and as a doc anchor.
|