vault backup: 2026-04-17 13:00:40
This commit is contained in:
parent
a141400c38
commit
f4ae8077a4
4 changed files with 5 additions and 2 deletions
|
|
@ -212,3 +212,6 @@ tags: [daily]
|
|||
- 12:59 (<1min) | `memory-compiler`
|
||||
- **Asked:** Compile a raw article about modifying system prompts into the wiki knowledge base.
|
||||
- **Done:** Created structured wiki article on system prompt modification methods and updated index files.
|
||||
- 13:00 (<1min) | `memory-compiler`
|
||||
- **Asked:** Update the wiki index to reflect a duplicate raw article that was already compiled.
|
||||
- **Done:** Added both raw source files to the `sources` field in the compiled article and its parent index.
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ Build production AI agents using the same tools, agent loop, and context managem
|
|||
| [[wiki/agent-sdk/agent-loop\|agent-loop]] | Message lifecycle, turns, tool execution, context window, compaction, sessions, result subtypes, hooks | raw/How the agent loop works.md | 2026-04-17 |
|
||||
| [[wiki/agent-sdk/sdk-hooks\|sdk-hooks]] | In-process SDK hooks: PreToolUse/PostToolUse callbacks, matchers, block/modify/approve patterns, Slack notifications, troubleshooting | raw/Intercept and control agent behavior with hooks.md | 2026-04-17 |
|
||||
| [[wiki/agent-sdk/migration-guide\|migration-guide]] | Migrate from claude-code-sdk to claude-agent-sdk: package rename, import updates, v0.1.0 breaking changes (system prompt, settingSources) | raw/Migrate to Claude Agent SDK.md | 2026-04-17 |
|
||||
| [[wiki/agent-sdk/modifying-system-prompts\|modifying-system-prompts]] | Four methods to customize system prompts: CLAUDE.md, output styles, append preset, custom string; prompt caching with excludeDynamicSections | raw/Modifying system prompts 1.md | 2026-04-17 |
|
||||
| [[wiki/agent-sdk/modifying-system-prompts\|modifying-system-prompts]] | Four methods to customize system prompts: CLAUDE.md, output styles, append preset, custom string; prompt caching with excludeDynamicSections | raw/Modifying system prompts.md, raw/Modifying system prompts 1.md | 2026-04-17 |
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "Modifying System Prompts"
|
||||
aliases: [system-prompt-customization, claude-agent-sdk-system-prompt]
|
||||
tags: [agent-sdk, system-prompt, claude-code, configuration]
|
||||
sources: [raw/Modifying system prompts 1.md]
|
||||
sources: [raw/Modifying system prompts 1.md, raw/Modifying system prompts.md]
|
||||
created: 2026-04-17
|
||||
updated: 2026-04-17
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue