Add memory-dream skill + additive cross-machine memory sync
memory-dream: read-only memory lint/consolidation analyzer (index, backlinks, stale refs, dup clusters, profile drift); additive-only --apply-safe, all merges/deletes are proposals. sync-memory.sh: additive repo<->harness-profile union (no delete/overwrite, conflicts surfaced), wired to a SessionStart hook. Migrates the useful profile-only memories into the synced repo store. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
14
.claude/memory/feedback_syncro_labor_tax.md
Normal file
14
.claude/memory/feedback_syncro_labor_tax.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: feedback-syncro-labor-tax
|
||||
description: Labor is never taxable in Arizona — always set taxable=false on labor line items in Syncro
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: feedback
|
||||
originSessionId: d91f202e-ddd5-46d7-b674-f848eb78aa8e
|
||||
---
|
||||
|
||||
Always pass `"taxable": false` explicitly on labor line items via `add_line_item`.
|
||||
|
||||
**Why:** Labor products are configured with `taxable: false` in Syncro, but the `add_line_item` API endpoint does not inherit the product's taxable setting — it posts the line item as `taxable: true` regardless of the product config.
|
||||
|
||||
**How to apply:** Include `"taxable": false` in every `add_line_item` payload for labor products (remote, onsite, in-shop, emergency, prepaid). The product itself is correct; the API just doesn't carry it through.
|
||||
Reference in New Issue
Block a user