system-prompts-and-models-o.../api/tools/cursor-prompts.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

134 lines
2.8 KiB
JSON

{
"version": {
"current": "agent",
"lastUpdated": "2025-01-02",
"history": [
{
"version": "agent",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "2025-08-07",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "agent",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "2025-09-03",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "v1.0",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "agent",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "v1.2",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "agent",
"date": "2025-01-02",
"changes": "Version tracked"
},
{
"version": "agent",
"date": "2025-01-02",
"changes": "Version tracked"
}
]
},
"generated": "2025-10-02T21:58:35.501789",
"name": "Cursor Prompts",
"slug": "cursor-prompts",
"type": "IDE Plugin",
"status": "active",
"description": "AI coding assistant - Cursor Prompts",
"pricing": {
"model": "unknown",
"tiers": []
},
"models": {
"primary": "Unknown",
"supported": [],
"customizable": false
},
"features": {
"codeGeneration": true,
"codeCompletion": false,
"chatInterface": true,
"agentMode": false,
"parallelExecution": false,
"memorySystem": true,
"todoTracking": false,
"gitIntegration": true,
"multiFileEditing": false,
"testGeneration": true,
"refactoring": true,
"debugging": true
},
"platforms": {
"vscode": true,
"jetbrains": false,
"web": false,
"cli": false,
"standalone": false
},
"patterns": {
"conciseness": "medium",
"parallelTools": false,
"subAgents": false,
"verificationGates": true,
"todoSystem": false,
"memoryContext": true,
"agentsFile": false
},
"documentation": {
"folder": "Cursor Prompts",
"files": {
"systemPrompt": "Memory Rating Prompt.txt",
"tools": "Agent Tools v1.0.json",
"readme": "README.md"
},
"hasMultipleVersions": true,
"versions": [
"agent",
"2025-08-07",
"agent",
"2025-09-03",
"v1.0",
"agent",
"v1.2",
"agent",
"agent"
]
},
"links": {
"website": null,
"docs": null,
"github": null,
"pricing": null
},
"tags": [
"IDE Plugin",
"AI Coding"
],
"metrics": {
"promptTokens": 1241.5,
"securityRules": 0,
"concisenessScore": 55,
"toolsCount": 13
}
}