Skip to content

Add the guidance prompt only#8

Draft
DapengFeng with Copilot wants to merge 7 commits into
mainfrom
copilot/add-universal-coding-guidance-system
Draft

Add the guidance prompt only#8
DapengFeng with Copilot wants to merge 7 commits into
mainfrom
copilot/add-universal-coding-guidance-system

Conversation

Copilot AI commented May 11, 2026

Copy link
Copy Markdown
Contributor

This change now only adds a concise guidance prompt for GitHub Copilot workflows.

  • Guidance prompt update

    • Updates .github/copilot-instructions.md with a small prompt section that tells agents to:
      • read AGENTS.md before generating, refactoring, or reviewing code
      • make the smallest correct change and preserve existing structure
      • surface conflicts, missing requirements, or ambiguity instead of guessing
      • keep outputs machine-readable with short bullets, numbered steps, and fenced code blocks
      • include exact validation commands and results before requesting review
  • Scope correction

    • Removes the previously added guidance scaffold, implementation files, tests, and related documentation changes so the PR contains only the requested prompt update

Validation:

pre-commit run --all-files
Passed

Copilot AI and others added 5 commits May 11, 2026 03:25
Agent-Logs-Url: https://github.com/DapengFeng/genesis/sessions/03cac0b8-397a-427c-8c4b-007c4c8e14b2

Co-authored-by: DapengFeng <18318646+DapengFeng@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DapengFeng/genesis/sessions/03cac0b8-397a-427c-8c4b-007c4c8e14b2

Co-authored-by: DapengFeng <18318646+DapengFeng@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DapengFeng/genesis/sessions/03cac0b8-397a-427c-8c4b-007c4c8e14b2

Co-authored-by: DapengFeng <18318646+DapengFeng@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DapengFeng/genesis/sessions/03cac0b8-397a-427c-8c4b-007c4c8e14b2

Co-authored-by: DapengFeng <18318646+DapengFeng@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DapengFeng/genesis/sessions/03cac0b8-397a-427c-8c4b-007c4c8e14b2

Co-authored-by: DapengFeng <18318646+DapengFeng@users.noreply.github.com>
Copilot AI changed the title [WIP] Add universal coding guidance system for AI agents Add a universal guidance scaffold for layered AI agent coding rules May 11, 2026
Copilot AI requested a review from DapengFeng May 11, 2026 03:31
@DapengFeng

Copy link
Copy Markdown
Owner

@copilot just generate the guidance prompt only, remove additional files.

Agent-Logs-Url: https://github.com/DapengFeng/genesis/sessions/8c426209-e8d2-494a-9692-5add17ee556c

Co-authored-by: DapengFeng <18318646+DapengFeng@users.noreply.github.com>

Copilot AI commented May 11, 2026

Copy link
Copy Markdown
Contributor Author

@copilot just generate the guidance prompt only, remove additional files.

Updated in b43ebf8. The extra scaffold files, tests, and docs were removed, and the PR now keeps only the guidance prompt in .github/copilot-instructions.md. No UI changes were involved.

Copilot AI changed the title Add a universal guidance scaffold for layered AI agent coding rules Add the guidance prompt only May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Universal Coding Guidance System for AI Agents

2 participants