From f4ae8077a44b144342cb237ba387048b75557352 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 17 Apr 2026 13:00:40 +0100 Subject: [PATCH] vault backup: 2026-04-17 13:00:40 --- 99 Daily/2026-04-17.md | 3 +++ raw/{ => _processed}/Modifying system prompts.md | 0 wiki/agent-sdk/_index.md | 2 +- wiki/agent-sdk/modifying-system-prompts.md | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) rename raw/{ => _processed}/Modifying system prompts.md (100%) diff --git a/99 Daily/2026-04-17.md b/99 Daily/2026-04-17.md index 537752e..a08cbb6 100644 --- a/99 Daily/2026-04-17.md +++ b/99 Daily/2026-04-17.md @@ -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. diff --git a/raw/Modifying system prompts.md b/raw/_processed/Modifying system prompts.md similarity index 100% rename from raw/Modifying system prompts.md rename to raw/_processed/Modifying system prompts.md diff --git a/wiki/agent-sdk/_index.md b/wiki/agent-sdk/_index.md index 0f8febc..33513b9 100644 --- a/wiki/agent-sdk/_index.md +++ b/wiki/agent-sdk/_index.md @@ -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 | diff --git a/wiki/agent-sdk/modifying-system-prompts.md b/wiki/agent-sdk/modifying-system-prompts.md index 0bdea44..a8d19db 100644 --- a/wiki/agent-sdk/modifying-system-prompts.md +++ b/wiki/agent-sdk/modifying-system-prompts.md @@ -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 ---