feat(agents-init): scaffold AGENTS/ sub-repo with symlinks, plugin dirs, and AI wrapper integration #52

Merged
rootiest merged 24 commits from feat/agents-init into main 2026-06-13 04:26:25 +00:00
Showing only changes of commit e6de825fb1 - Show all commits
+3 -3
View File
@@ -21,9 +21,6 @@
# EXAMPLE
# _agents_init_ensure_gitignore /home/user/myproject "AGENTS/"
function _agents_init_ensure_gitignore
set -l root $argv[1]
set -l pattern $argv[2]
set -l c_ok (set_color green)
set -l c_reset (set_color normal)
@@ -32,6 +29,9 @@ function _agents_init_ensure_gitignore
return 1
end
set -l root $argv[1]
set -l pattern $argv[2]
set -l gitignore "$root/.gitignore"
# Prefer git check-ignore (respects wildcards, parent globs, negations).