@base44-preview/cli 0.1.6-pr.575.e9a2dd0 → 0.1.6-pr.579.8e3e3da

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.1.6-pr.575.e9a2dd0",
3
+ "version": "0.1.6-pr.579.8e3e3da",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,8 +0,0 @@
1
- ---
2
- description: Summarize the week's completed tasks grouped by assignee.
3
- ---
4
-
5
- When the user asks for a weekly report:
6
- 1. Read all Tasks completed in the last 7 days.
7
- 2. Group them by assignee and count done vs. carried-over.
8
- 3. Return a short markdown table, newest first.