Imported from engchina/No.1-SQL-Assist (
AGENTS.md). Install upstream withnpx skills add engchina/No.1-SQL-Assist. Copyright stays with the author.
Repository Workflow
This repository uses GitHub issues and pull requests for every change.
Required Change Flow
For any code, test, documentation, configuration, or repository metadata change:
- Sync the local
mainbranch withorigin/main. - Create or update a GitHub issue describing the change.
- Create a dedicated feature branch from the latest
main. - Commit only the files related to that issue.
- Open a GitHub pull request to
main. - Verify tests/checks that are available for the change.
- Merge the pull request into
main. - Fetch
origin/mainand update localmainso GitHub and localmainstay synchronized.
Do not commit directly to main.
Dirty Worktree
If unrelated local changes already exist, leave them untouched and keep them out of the issue, commit, and pull request.