Conversation
Signed-off-by: Sall <inbox@ss-o.io>
- Add Antigen installation section from main (commit 717b231) - Keep deleted labeler/stale workflows (org policy: remove these) - Keep org-workflow trunk-check.yml (SHA-pinned, preferred over inline steps) - Keep improved functions/.zsh-eza (modern param handling, proper hooks) - Pin z-shell/.github/actions/setup-zsh to SHA 62b432b - Switch ${=var} word splitting to ${(z)var} (respects quoted arguments) - Store fpath entry in ZSH_EZA_FPATH for consistent load/unload paths - Restore aliases via aliases[] assignment (avoids double-expansion) - Use z-shell/{revolver,color,zunit} forks in test-native.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to repository automation, documentation, and maintenance workflows. The main changes include adding detailed documentation for contributors and AI agents, introducing new issue and pull request templates, modernizing and expanding GitHub Actions workflows for CI and code quality, and updating Trunk configuration for improved linting and runtime management. Several outdated or redundant workflow files and labeler configurations have been removed to streamline repository management.
Documentation and Contributor Guidance:
AGENTS.mdto provide AI agents with repository orientation, structure, branching, release model, and testing instructions.copilot-instructions.mdwith detailed plugin entry point, implementation rules, public API, coding conventions, and test instructions for Copilot and human contributors.Issue and Pull Request Templates:
.github/ISSUE_TEMPLATE/, and a new pull request template in.github/PULL_REQUEST_TEMPLATE.mdto standardize contribution information. [1] [2] [3] [4] [5]CI/CD and Quality Automation:
.github/workflows/codeql.ymlfor advanced CodeQL analysis..github/workflows/test-native.ymlfor ZUnit test suite execution..github/workflows/zsh-n.ymlfor Zsh syntax checks..github/workflows/trunk-check.ymlto use a reusable workflow, improve concurrency, and add scheduled runs.Repository and Code Quality Tooling:
.trunk/trunk.yamlto newer versions of Trunk CLI, plugins, and enabled/disabled linters and runtimes..trunk/.gitignoreto ignore additional files and directories related to tools and temporary files.Ownership and Labeling:
@ss-o..github/labeler.ymlto simplify label management.These changes collectively modernize the repository's contribution process, improve automation and code quality, and provide clear guidance for both human and AI contributors.