BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
17 / 18 · Module 20 — AI-Assisted Requirements, Development, and Testing · filtered: cheatsheet← prev⊞ allnext →

20.2Recommended repository structure

I would actually put the integration knowledge in the repository:

docs/
  requirements/
    business-rules.md
    open-questions.md

  mappings/
    customer-salesforce-mapping.csv

  architecture/
    customer-sync.md

  contracts/
    openapi.yaml

  testing/
    test-matrix.md


src/
tests/

Now AI isn't relying on the chat history.

The repository becomes the source of truth.