@hopla/claude-setup 1.10.0 → 1.10.1
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.
|
@@ -56,6 +56,8 @@ Follow the full checklist in `.agents/guides/data-audit.md`.
|
|
|
56
56
|
|
|
57
57
|
**Your responsibility as planner:** Run the complete audit and document ALL findings in the plan's **Context References** and **Gotchas** fields. The executing agent must be able to verify your findings without re-auditing — they should only confirm that what you documented still holds.
|
|
58
58
|
|
|
59
|
+
**Column removal audit:** When a plan removes a database column, run `grep -r 'column_name' worker/src/` (or equivalent for the project's backend) and include ALL locations in the plan's task list. Do not rely on memory or a single file — columns are often referenced in helper functions, auto-create logic, and ensure-drafts flows across multiple route files. Document the exact count of locations found.
|
|
60
|
+
|
|
59
61
|
## Phase 4: Design the Approach
|
|
60
62
|
|
|
61
63
|
Based on research, define:
|