chore: ai agents structure#994
Open
themariofrancia wants to merge 7 commits intodevelopmentfrom
Open
Conversation
marcosio
approved these changes
Apr 28, 2026
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>
d41cd6b to
7a34919
Compare
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of change
Testing
Node version:
Checklist