chore: align repository configuration to forge standards #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/forge-align"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aligns
j4k/agent-skillsto the Forge configuration standards viaj4k-align --fix, plus a manually-set repository description.Forge settings (5)
deleteBranchOnMerge: false -> trueallowMergeCommit: true -> falsedefaultMergeStyle: merge -> squashhasWiki: true -> falsehasProjects: true -> falseRepository description
Set to
Source of skills and rules delivered per-run into AI coding agents by axskills.(sourced from the README; the repo has nopackage.jsonto derive it from).Managed files (this PR's diff)
.githooks/commit-msg,.githooks/pre-commit— native git hooks.forgejo/workflows/commit-msg.yml— conventional-commit validation on PRs.forgejo/workflows/pr-review.yml— inlined Forgejo Actions PR review (self-contained, no cross-repo reusable workflow)Branch protection
mainbranch protection rule with theOwnersmerge whitelist.Verification
package.json, so no build/lint/test toolchain to run. Added shell hooks passbash -n; both workflow YAML files parse with their expected jobs.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.