Commit Graph

5 Commits

Author SHA1 Message Date
Виталий Никитенко
7304c5c84b docs(rules): document per-project GitLab tokens
GitLab access uses project access tokens, one per project, and a token from
another project answers 404 instead of 403 - a wrong token is indistinguishable
from a missing project. Nothing described where those tokens live, so agents
either guessed or gave up.

Added section 10 with the file -> project mapping (superapp-launcher,
common-library, smart_home), a working curl example, and the note that the
generic `gitlab_token` fallback is gone: helpers such as eltex-review need an
explicit --token-file.
2026-08-12 11:24:06 +03:00
Виталий Никитенко
ee32371d30 refactor(rules): simplify global agent guidance 2026-08-08 21:02:00 +03:00
Виталий Никитенко
eb6a7bddad feat(rules): доступ к Redmine (red.eltex.loc) через API-ключ
Правило №6: читать задачи Redmine по персональному API-ключу из
~/.config/ai-setup/redmine_key, вытаскивать ТЗ/статус/комментарии
через /issues/<N>.json?include=journals. Ключ держать только в этом
файле, не вписывать в git.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 09:04:08 +03:00
Виталий Никитенко
cf0cd749e9 chore: убрать правило про типографику из глобальных правил агентов
Удалён пункт Typography (дефис-минус вместо длинных тире),
последующие пункты перенумерованы.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-22 14:42:41 +03:00
Виталий Никитенко
81a7b024ee feat: add home-configs with auto-deployed Claude skills
- Move GLOBAL_RULES.md to home-configs/ as single source of truth
- Add el-review and el-review-heavy skills for GitLab-style branch diff review
- Update ai-setup.sh to deploy skills to ~/.claude/skills/
- Update README and tests for new paths
2026-06-04 19:02:37 +07:00