Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install -g @axint/compiler
axint compile my-intent.ts --out ios/Intents/
```

<!-- truth:github-proof-line:start -->v0.4.30 · 36 MCP tools + 5 prompts · 214 diagnostic codes · 1372 tests · 58 live packages · Apache-2.0<!-- truth:github-proof-line:end -->
<!-- truth:github-proof-line:start -->v0.4.31 · 36 MCP tools + 5 prompts · 216 diagnostic codes · 1377 tests · 58 live packages · Apache-2.0<!-- truth:github-proof-line:end -->

| | |
|---|---|
Expand Down
36 changes: 18 additions & 18 deletions public-truth.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"generatedAt": "2026-06-11T01:34:57.097Z",
"generatedAt": "2026-06-11T04:07:08.774Z",
"source": {
"compilerMetrics": "axint/scripts/metrics.mjs (executed test counts)",
"compilerPackage": "axint/package.json"
},
"axint": {
"version": "0.4.30",
"versionTag": "v0.4.30",
"version": "0.4.31",
"versionTag": "v0.4.31",
"license": "Apache-2.0",
"tests": {
"typescript": 1258,
"typescript": 1263,
"python": 114,
"total": 1372,
"summary": "1372 tests",
"passingSummary": "1372 tests passing",
"breakdownSummary": "1258 TypeScript · 114 Python"
"total": 1377,
"summary": "1377 tests",
"passingSummary": "1377 tests passing",
"breakdownSummary": "1263 TypeScript · 114 Python"
},
"diagnostics": {
"count": 214,
"summary": "214 diagnostic codes",
"shortSummary": "214 diagnostics"
"count": 216,
"summary": "216 diagnostic codes",
"shortSummary": "216 diagnostics"
},
"mcp": {
"tools": 36,
Expand Down Expand Up @@ -82,8 +82,8 @@
"summary": "35 top-level · 9 xcode commands"
},
"templates": {
"count": 46,
"summary": "46 bundled templates"
"count": 49,
"summary": "49 bundled templates"
},
"xcodeFixRules": {
"count": 33,
Expand Down Expand Up @@ -140,25 +140,25 @@
"summary": "4 Apple surfaces",
"list": "Intent · View · Widget · App"
},
"githubProfileProofLine": "v0.4.30 · 36 MCP tools + 5 prompts · 214 diagnostic codes · 1372 tests · 58 live packages · Apache-2.0",
"githubProfileProofLine": "v0.4.31 · 36 MCP tools + 5 prompts · 216 diagnostic codes · 1377 tests · 58 live packages · Apache-2.0",
"company": {
"heroVersionSummary": "v0.4.30 live",
"heroStatusSummary": "Axint v0.4.30 · open source · shipping"
"heroVersionSummary": "v0.4.31 live",
"heroStatusSummary": "Axint v0.4.31 · open source · shipping"
},
"distribution": {
"docsHub": "https://docs.axint.ai/mcp/",
"examplesRepo": "https://github.com/agenticempire/axint-examples",
"packages": {
"npm": {
"name": "@axint/compiler",
"version": "0.4.30",
"version": "0.4.31",
"installGlobal": "npm install -g @axint/compiler",
"installDev": "npm install --save-dev @axint/compiler",
"runOnce": "npx -y -p @axint/compiler axint"
},
"python": {
"name": "axint",
"version": "0.4.30",
"version": "0.4.31",
"install": "pip install axint"
}
},
Expand Down
Loading