Commit graph

7 commits

Author SHA1 Message Date
mwiegand
949e169fb3
agents: Thicket-Schnellpfad und answer-Default für Firmenwissen
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AS7hf1w8XCi63QduxCUrVn
2026-08-10 23:15:52 +02:00
mwiegand
774e5183e5
agents: prefer onyx over direct CQL for internal-doc research 2026-07-30 19:22:16 +02:00
mwiegand
dd4698fca7
agents: onyx mode guidance by use case (answer for facts, search for sources) 2026-07-27 20:51:31 +02:00
mwiegand
53a11aa9f1
agents: use onyx skill proactively for company-knowledge questions 2026-07-27 20:47:24 +02:00
mwiegand
abc654d753
chore(agents): drop rtk hook reference
rtk has been uninstalled and its Claude Code integration removed.
2026-07-22 14:58:56 +02:00
mwiegand
16261c738c
feat(agents): promote subagent tiering to global Claude wrapper
Moves the Subagents / Behavioral tier / Model selection / Context hygiene
guidance from the ~/Projekte/ai project AGENTS.md into the global
AGENTS-claude.md. The content is universal Claude Code orchestration
guidance, not specific to one project.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-12 10:16:29 +02:00
mwiegand
d97d9912b4
feat(agents): split global agent config into shared base + per-agent wrappers
- agents/AGENTS.md: shared, agent-agnostic personal preferences
- agents/AGENTS-claude.md: Claude Code wrapper (@AGENTS.md + @RTK.md)
- agents/AGENTS-opencode.md: OpenCode wrapper (@AGENTS.md)
- Old claude/CLAUDE.md removed; symlinks updated in ~/.claude and ~/.config/opencode

This lets each agent layer in tool-specific content (e.g. the Agent tool
tiering for Claude Code, RTK hooks) without leaking it into other agents.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 22:56:14 +02:00