chore: align repository configuration to forge standards #1

Open
jercik wants to merge 1 commit from chore/forge-align into main
Owner

Aligns j4k/agent-skills to the Forge configuration standards via j4k-align --fix, plus a manually-set repository description.

Forge settings (5)

  • deleteBranchOnMerge: false -> true
  • allowMergeCommit: true -> false
  • defaultMergeStyle: merge -> squash
  • hasWiki: true -> false
  • hasProjects: true -> false

Repository description

Set to Source of skills and rules delivered per-run into AI coding agents by axskills. (sourced from the README; the repo has no package.json to 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

  • Created a main branch protection rule with the Owners merge whitelist.

Verification

  • Re-audit reports zero configuration issues (only the expected "uncommitted" flag, now resolved by this commit).
  • No package.json, so no build/lint/test toolchain to run. Added shell hooks pass bash -n; both workflow YAML files parse with their expected jobs.
Aligns `j4k/agent-skills` to the Forge configuration standards via `j4k-align --fix`, plus a manually-set repository description. ## Forge settings (5) - `deleteBranchOnMerge`: false -> true - `allowMergeCommit`: true -> false - `defaultMergeStyle`: merge -> squash - `hasWiki`: true -> false - `hasProjects`: true -> false ## Repository description Set to `Source of skills and rules delivered per-run into AI coding agents by axskills.` (sourced from the README; the repo has no `package.json` to 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 - Created a `main` branch protection rule with the `Owners` merge whitelist. ## Verification - Re-audit reports zero configuration issues (only the expected "uncommitted" flag, now resolved by this commit). - No `package.json`, so no build/lint/test toolchain to run. Added shell hooks pass `bash -n`; both workflow YAML files parse with their expected jobs.
chore: align repository configuration to forge standards
All checks were successful
commit-msg / commitlint (pull_request) Successful in 17s
a10771794a
All checks were successful
commit-msg / commitlint (pull_request) Successful in 17s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin chore/forge-align:chore/forge-align
git switch chore/forge-align
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
j4k/agent-skills!1
No description provided.