Skip to content

docs: analyze prompt storage strategy for prompt window#8

Open
Idddd wants to merge 6 commits intomainfrom
codex/create-branch/prompt_window-and-analyze-storage-strategy
Open

docs: analyze prompt storage strategy for prompt window#8
Idddd wants to merge 6 commits intomainfrom
codex/create-branch/prompt_window-and-analyze-storage-strategy

Conversation

@Idddd
Copy link
Copy Markdown
Collaborator

@Idddd Idddd commented Mar 26, 2026

Motivation

  • Provide a concise baseline analysis of how prompts are persisted in the project to inform design and implementation of a dedicated prompt window feature.

Description

  • Add doc/prompt_storage_strategy_analysis.md which documents current prompt persistence (YAML files .ai-test.yml/.ai-test.yaml), built-in defaults in AiPromptDefaults, profile format and resolution (PromptProfileSet and PromptProfileResolver), write-back behavior via LlmSettingsLoader.buildPromptsMap, runtime selection persistence in prompt menu actions, risks, and recommendations; no production code changes were made and a new branch branch/prompt_window was created for this work.

Testing

  • No automated unit tests were changed or required for this documentation-only update, and repository operations used to validate the change succeeded (e.g. git checkout -b branch/prompt_window, git add + git commit, and git status).

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant