system-prompts-and-models-o.../metadata/notionai.json
Sahiix@1 13254d7cbf feat: Add metadata system, REST API, examples, and CI/CD pipeline
- Added 32 JSON metadata files for all AI coding tools
- Generated 39 REST API endpoints for programmatic access
- Created working examples in Python, JavaScript, and PowerShell
- Set up GitHub Actions workflow for automated deployment
- Enhanced README with comprehensive feature documentation
- Added version comparison and automation tools
- Updated 20+ documentation files
- Ready for GitHub Pages deployment
2025-10-02 22:23:26 +04:00

85 lines
1.6 KiB
JSON

{
"name": "NotionAi",
"slug": "notionai",
"type": "IDE Plugin",
"status": "active",
"description": "AI coding assistant - NotionAi",
"version": {
"current": "1.0",
"lastUpdated": "2025-01-02",
"history": [
{
"version": "1.0",
"date": "2025-01-02",
"changes": "Version tracked"
}
]
},
"pricing": {
"model": "unknown",
"tiers": []
},
"models": {
"primary": "Unknown",
"supported": [],
"customizable": false
},
"features": {
"codeGeneration": true,
"codeCompletion": false,
"chatInterface": true,
"agentMode": true,
"parallelExecution": true,
"memorySystem": true,
"todoTracking": true,
"gitIntegration": true,
"multiFileEditing": false,
"testGeneration": false,
"refactoring": false,
"debugging": false
},
"platforms": {
"vscode": false,
"jetbrains": false,
"web": false,
"cli": false,
"standalone": false
},
"patterns": {
"conciseness": "high",
"parallelTools": true,
"subAgents": false,
"verificationGates": true,
"todoSystem": true,
"memoryContext": true,
"agentsFile": false
},
"documentation": {
"folder": "NotionAi",
"files": {
"systemPrompt": "Prompt.txt",
"tools": "tools.json",
"readme": null
},
"hasMultipleVersions": false,
"versions": [
"1.0"
]
},
"links": {
"website": null,
"docs": null,
"github": null,
"pricing": null
},
"tags": [
"IDE Plugin",
"AI Coding"
],
"metrics": {
"promptTokens": 6650.8,
"securityRules": 3,
"concisenessScore": 60,
"toolsCount": 8
}
}