mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 00:46:42 +02:00
All major list-returning auto-tools now filter by the ambient agent scope: list_notes (already done), list_tasks (via taskTagTable), get_contacts (via contactTagOps), get_todays_events (via eventTagOps). Untagged records pass through (globally visible); tagged records are only returned when at least one tag matches the agent's scopeTagIds. Notes detail view (/notes/[id]) grows a TagSelector widget between the content textarea and the color picker, powered by the new noteTagOps junction. Users can manually tag notes to scope them to specific agents — complements the AI's add_tag_to_note tool. Also: todo/stores/tags.svelte.ts created (taskLabelOps wrapper around the existing taskLabels junction for the scope filter). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| composables | ||
| stores | ||
| utils | ||
| views | ||
| collections.ts | ||
| index.ts | ||
| ListView.svelte | ||
| module.config.ts | ||
| queries.ts | ||
| quick-input-adapter.ts | ||
| reminder-source.ts | ||
| tools.ts | ||
| types.ts | ||
| view-grouping.ts | ||