From 4fc9943da08420498c5c70178e40bba554bd318b Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 15 Feb 2026 14:35:00 +0000 Subject: [PATCH] chore: remove symlinks Signed-off-by: Xe Iaso --- AGENTS.md | 37 ++++++++++++++++++++++++++++++++++++- CLAUDE.md | 3 ++- 2 files changed, 38 insertions(+), 2 deletions(-) mode change 120000 => 100644 AGENTS.md mode change 120000 => 100644 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md deleted file mode 120000 index eada936c..00000000 --- a/AGENTS.md +++ /dev/null @@ -1 +0,0 @@ -CONTRIBUTING.md \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..7c9daa2e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,36 @@ +# Agent instructions + +Primary agent documentation is in `CONTRIBUTING.md`. You MUST read this file before proceeding. + +## Commit Messages + +Commit messages follow the [**Conventional Commits**](https://www.conventionalcommits.org/en/v1.0.0/) format: + +```text +[optional scope]: + +[optional body] + +[optional footer(s)] +``` + +**Types**: `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert` + +- Add `!` after type/scope for breaking changes or include `BREAKING CHANGE:` in the footer. +- Keep descriptions concise, imperative, lowercase, and without a trailing period. +- Reference issues/PRs in the footer when applicable. +- **ALL git commits MUST be made with `--signoff`.** This is mandatory. + +### Attribution Requirements + +AI agents must disclose what tool and model they are using in the "Assisted-by" commit footer: + +```text +Assisted-by: [Model Name] via [Tool Name] +``` + +Example: + +```text +Assisted-by: GLM 4.6 via Claude Code +``` diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 120000 index eada936c..00000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -CONTRIBUTING.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..af124701 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,2 @@ +@AGENTS.md +@CONTRIBUTING.md