{
  "synapse-engine": {
    "excludeList": [
      ".gitignore",
      ".git",
      ".DS_Store",
      "node_modules",
      "README.md",
      "package-lock.json",
      "package.json"
    ],
    "acceptedSystemArtifacts": [
      "REQ",
      "SREQ",
      "SSREQ",
      "ADR",
      "VS"
    ],
    "connectionInsertionTitleRegex": "connections",
    "classificationGuidelines": {
      "artifactCategoryMap": {
        "📕 Architecture": [
          "VS",
          "ADR"
        ],
        "📓 Requirements": [
          "REQ",
          "SREQ",
          "SSREQ"
        ]
      },
      "extensionCategoryMap": {
        "⚙️ Core Logic (Backend/Systems)": [
          "js"
        ],
        "🎨 Client Layer (Frontend/UI)": [
          "jsx"
        ],
        "🛡️ Verification (Tests & Config)": [
          "test.js"
        ],
        "🛠️ Utility": [
          "util.js",
          "mock.js"
        ]
      }
    }
  },
  "dev-workflow": {
    "projectPrefix": "tso"
  }
}