logancyang_obsidian-copilot/src/system-prompts
Zero Liu 500bc347a0
chore(eslint): enable no-unsafe-member-access; fix 124 violations (#2438)
Enables @typescript-eslint/no-unsafe-member-access globally. Tests and 41
heavy source files (>5 violations each) are exempted via per-file overrides
with current violation counts annotated for follow-up PRs. Fixes 124
violations across 51 source files using narrow type assertions, instanceof
Error guards, and proper structural types instead of blanket any casts.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 22:35:38 -07:00
..
constants.ts Feat/default indicator and slash command fix (#2114) 2026-01-15 11:31:31 -08:00
index.ts feat: Add comprehensive system prompt management system. (#1969) 2026-01-13 21:38:17 -08:00
migration.test.ts chore(lint): enable obsidianmd/no-global-this and fix violations (#2413) 2026-05-13 01:14:47 -07:00
migration.ts chore(eslint): enable no-unsafe-member-access; fix 124 violations (#2438) 2026-05-13 22:35:38 -07:00
state.test.ts chore(eslint): enable @typescript-eslint/no-unsafe-argument and fix violations (#2440) 2026-05-13 21:40:26 -07:00
state.ts feat: Add comprehensive system prompt management system. (#1969) 2026-01-13 21:38:17 -08:00
SystemPromptAddModal.tsx chore(styles): replace element.style with Tailwind + CSS vars (W5/9) (#2400) 2026-05-12 22:50:05 -07:00
systemPromptBuilder.ts feat: Add comprehensive system prompt management system. (#1969) 2026-01-13 21:38:17 -08:00
systemPromptManager.test.ts chore(lint): enable obsidianmd/no-global-this and fix violations (#2413) 2026-05-13 01:14:47 -07:00
systemPromptManager.ts chore(eslint): enable no-unsafe-member-access; fix 124 violations (#2438) 2026-05-13 22:35:38 -07:00
systemPromptRegister.test.ts chore(eslint): enable @typescript-eslint/await-thenable and fix violations (#2423) 2026-05-13 10:14:04 -07:00
systemPromptRegister.ts Address quick ask (#2146) 2026-02-03 20:04:10 -08:00
systemPromptUtils.test.ts chore(eslint): enable @typescript-eslint/no-unsafe-return and fix violations (#2436) 2026-05-13 22:04:59 -07:00
systemPromptUtils.ts Feat/default indicator and slash command fix (#2114) 2026-01-15 11:31:31 -08:00
type.ts feat: Add comprehensive system prompt management system. (#1969) 2026-01-13 21:38:17 -08:00