Insipio

Sample Output (insipio-metadata.json)

This file is the primary machine-readable output of an insipio execute run. It provides a complete audit trail for the version calculation.

{
  "toolName": "Insipio",
  "toolVersion": "1.0.0",
  "executionTime": "2026-07-24T14:30:00Z",
  "language": "CSharp",
  "versionCalculation": {
    "currentVersion": "1.2.5",
    "newSemanticVersion": "2.0.0",
    "newMarketingVersion": "2.0",
    "hasMajorChanges": true,
    "hasMinorChanges": false,
    "hasPatchChanges": true,
    "majorChanges": [
      {
        "eventType": "PublicMethodRemoved",
        "entityName": "MyLibrary.Core.Calculator.Add(int, int)",
        "description": "Public method 'Add' was removed from class 'Calculator'."
      }
    ],
    "minorChanges": [],
    "patchChanges": [
        {
            "eventType": "InternalMethodBodyChanged",
            "entityName": "MyLibrary.Core.Calculator.InternalCalculation()",
            "description": "Method body of 'InternalCalculation' changed."
        }
    ]
  },
  "git": {
    "fromCommit": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0",
    "toCommit": "f0e9d8c7b6a5f4e3d2c1b0a9f8e7d6c5b4a3b2a1"
  }
}