From d73840c096497f643be985445e84cd1776c3aecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:09:11 +0000 Subject: [PATCH 1/3] Update code.json metadata --- code.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 8 deletions(-) diff --git a/code.json b/code.json index b5c7d14..d6a5a56 100644 --- a/code.json +++ b/code.json @@ -1,10 +1,53 @@ { - "project_type": "Apps", - "user_input": "Yes", - "project_fisma_level": "Moderate", - "group": "CMS/OA/DSAC", - "subset_in_healthcare": "Operational", - "user_type": "Government", - "repository_host": "Github.com", - "maturity_model_tier": "1" + "name": "mural-ollama", + "description": "Multimodal LLM Mural Assistant with Ollama", + "longDescription": "", + "status": "", + "permissions": { + "license": [ + { + "name": "", + "URL": "" + } + ], + "usageType": "", + "exemptionText": "" + }, + "organization": "", + "repositoryURL": "https://github.com/DSACMS/mural-ollama", + "vcs": "git", + "laborHours": 3082, + "platforms": [], + "categories": [], + "softwareType": "", + "languages": [ + "Python" + ], + "maintenance": "", + "date": { + "created": "2024-08-12T21:12:38Z", + "lastModified": "2025-02-12T18:07:56Z", + "metaDataLastUpdated": "2025-02-12T18:09:10.994Z" + }, + "tags": [], + "contact": { + "email": "", + "name": "" + }, + "localisation": false, + "repositoryType": "", + "userInput": false, + "fismaLevel": "", + "group": "CMS/OA/DSAC", + "subsetInHealthcare": [], + "userType": [], + "repositoryHost": "github", + "maturityModelTier": 0, + "project_type": "Apps", + "user_input": "Yes", + "project_fisma_level": "Moderate", + "subset_in_healthcare": "Operational", + "user_type": "Government", + "repository_host": "Github.com", + "maturity_model_tier": "1" } \ No newline at end of file From 67bd99d696ffeaa0315c35aee5e2184ff19a0c0d Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:16:41 -0500 Subject: [PATCH 2/3] manual inputs --- code.json | 45 +++++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/code.json b/code.json index d6a5a56..18e972b 100644 --- a/code.json +++ b/code.json @@ -1,53 +1,46 @@ { "name": "mural-ollama", "description": "Multimodal LLM Mural Assistant with Ollama", - "longDescription": "", - "status": "", + "longDescription": "MurAI is a multimodal LLM assistant designed to analyze and extract information from Mural.co screenshots. This tool is meant to help users quickly understand and interact with Mural content.", + "status": "Production", "permissions": { "license": [ { - "name": "", - "URL": "" + "name": "CC0 1.0 Universal", + "URL": "https://github.com/DSACMS/mural-ollama/blob/main/LICENSE" } ], "usageType": "", "exemptionText": "" }, - "organization": "", + "organization": "openSource", "repositoryURL": "https://github.com/DSACMS/mural-ollama", "vcs": "git", "laborHours": 3082, - "platforms": [], - "categories": [], - "softwareType": "", + "platforms": ["mac"], + "categories": ["data-analytics", ], + "softwareType": "standalone/desktop", "languages": [ "Python" ], - "maintenance": "", + "maintenance": "internal", "date": { "created": "2024-08-12T21:12:38Z", "lastModified": "2025-02-12T18:07:56Z", "metaDataLastUpdated": "2025-02-12T18:09:10.994Z" }, - "tags": [], + "tags": ["AI", "Mural", "oLlama"], "contact": { - "email": "", - "name": "" + "email": "opensource@cms.hhs.gov", + "name": "CMS Open Source Team" }, "localisation": false, - "repositoryType": "", + "repositoryType": "Application", "userInput": false, - "fismaLevel": "", + "fismaLevel": "Low", "group": "CMS/OA/DSAC", - "subsetInHealthcare": [], - "userType": [], - "repositoryHost": "github", - "maturityModelTier": 0, - "project_type": "Apps", - "user_input": "Yes", - "project_fisma_level": "Moderate", - "subset_in_healthcare": "Operational", - "user_type": "Government", - "repository_host": "Github.com", - "maturity_model_tier": "1" -} \ No newline at end of file + "subsetInHealthcare": ["Operational"], + "userType": ["Government"], + "repositoryHost": "github.com/DSACMS", + "maturityModelTier": 1, +} From 6c3306dd46af829489c5aedf439df9d89b0dd224 Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:17:10 -0500 Subject: [PATCH 3/3] syntax error --- code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.json b/code.json index 18e972b..52b0670 100644 --- a/code.json +++ b/code.json @@ -18,7 +18,7 @@ "vcs": "git", "laborHours": 3082, "platforms": ["mac"], - "categories": ["data-analytics", ], + "categories": ["data-analytics"], "softwareType": "standalone/desktop", "languages": [ "Python"