Prompt file imported from brublurryface/sanaka (
.github/prompts/apply-spec.prompt.md). Copyright stays with the author.
Apply the implementation specification provided in the current conversation.
Follow these rules:
- Identify the files explicitly allowed by the specification.
- Read those files before modifying them.
- Modify only the allowed files.
- Preserve unrelated code and formatting.
- Apply complete file contents exactly when complete replacement files are provided, unless they conflict with the current repository.
- Do not invent extra architecture, dependencies, refactors or visual changes.
- If the specification conflicts with the current codebase, stop and explain the conflict before editing.
- After editing, run
git status --short. - Report:
- files changed
- what was implemented
- any conflicts or warnings
Do not commit. Do not push. Do not create a pull request.