Skip to content

docs: add Contributor Implementation Guide (closes #43) - #162

Open
dokiromboide wants to merge 1 commit into
Raegis-RWA:mainfrom
dokiromboide:feat/contributor-implementation-guide
Open

docs: add Contributor Implementation Guide (closes #43)#162
dokiromboide wants to merge 1 commit into
Raegis-RWA:mainfrom
dokiromboide:feat/contributor-implementation-guide

Conversation

@dokiromboide

Copy link
Copy Markdown

Closes issue #43

I added docs/contributor-implementation-guide.md because the existing docs explain process and review policy, but not what an actual SDK change looks like from start to finish.

The guide walks through the boundaries that matter in this repo: from app code, then AegisClient then Soroban contracts, finally dashboard. From there it covers designing typed interfaces, wiring a module into the client, covering edge cases, and documenting assumptions that affect compliance behavior. I also linked it from README.md and CONTRIBUTING.md.

This PR is only documentation, no runtime code, types, fixtures, or tests changed, so the existing suites are still the right verification surface.

- New guide at docs/contributor-implementation-guide.md covering mental model,
  implementation workflow, edge cases, security/compliance assumptions, docs/readme,
  acceptance checklist, and PR opening process
- Link guide from README.md (Guides section) and CONTRIBUTING.md (Guides section)
- All tests pass (117/117) and npm run check passes

Closes #43
@dokiromboide dokiromboide changed the title docs: add Contributor Implementation Guide (issue #43) docs: add Contributor Implementation Guide (closes #43) Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant