Skip to content

chore: ai agents structure#994

Open
themariofrancia wants to merge 7 commits intodevelopmentfrom
chore/ai-agents-structure
Open

chore: ai agents structure#994
themariofrancia wants to merge 7 commits intodevelopmentfrom
chore/ai-agents-structure

Conversation

@themariofrancia
Copy link
Copy Markdown
Contributor

Description

Type of change

  • Bug fix 🐞
  • New feature ✨
  • Breaking change 💥
  • Documentation update 📖
  • Refactor 🔧

Testing

Node version:

  • 20
  • 22
  • 24

Checklist

  • Style Guidelines followed ✅
  • Documentation Updated 📚
  • Linters - No New Warnings ⚠️
  • Local Tests Pass ✅
  • Effective Tests Added ✔️
  • No reduction of Coverage

@themariofrancia themariofrancia self-assigned this Apr 28, 2026
@themariofrancia themariofrancia marked this pull request as ready for review April 28, 2026 07:54
@themariofrancia themariofrancia requested review from a team as code owners April 28, 2026 07:54
@themariofrancia themariofrancia added the no-changeset bypass changeset check label Apr 28, 2026
themariofrancia and others added 6 commits April 30, 2026 11:10
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
…ript

Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
- Add *.local.md override hook: AGENTS.md @-imports
  AGENTS.local.md / CLAUDE.local.md / GEMINI.local.md;
  .gitignore widens to *.local.md so personal notes never
  collide with the tracked CLAUDE.md / GEMINI.md symlinks
- Add .scripts/agents-setup.sh and chain it into npm prepare;
  links every .agents/skills/<name>/ into both
  .claude/commands/<name>.md (slash commands) and
  .claude/skills/<name>/ (Skills auto-trigger). Idempotent
- Normalise per-package AGENTS.md Quick References across
  packages/* and apps/*: drop all npx usage, present
  monorepo-root scoped commands plus the in-package
  unprefixed equivalents, with comments on every line
- Promote project-wide TypeScript imports rule into root
  AGENTS.md Technical Standards
- Add ATS contracts test patterns (confirmations: 0,
  shared @test constants, full-length hex) and Bond
  coupon system domain notes
- Add web stack details (Zustand, React Router v6,
  Jest + React Testing Library, absolute imports)

Migration for contributors with personal CLAUDE.md content:
  cp <backup> CLAUDE.local.md   # gitignored, auto-loaded

Signed-off-by: Miguel_LZPF <miguel.carpena@io.builders>
@MiguelLZPF MiguelLZPF force-pushed the chore/ai-agents-structure branch from d41cd6b to 7a34919 Compare April 30, 2026 09:10
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changeset bypass changeset check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants