Public Access
655 B
655 B
1. Specification
- 1.1 Define configurable initial prompt and project instruction append behavior.
2. Implementation
- 2.1 Add
Agent.InitialPromptsetting with the current prompt in appsettings. - 2.2 Keep the current prompt as the code default when no setting is configured.
- 2.3 Build summary agent instructions by appending
AGENTS.mdcontent for bound projects. - 2.4 Use the built instructions when creating the summary agent.
3. Validation
- 3.1 Test configurable prompt fallback and override behavior.
- 3.2 Test project
AGENTS.mdinstruction appendix formatting. - 3.3 Run targeted and full tests.