diff --git a/submissions/dgutride/odh-dashboard/2026-01-28T14-57-54-assessment.json b/submissions/opendatahub-io/odh-dashboard/assessment-20260318-191501.json similarity index 52% rename from submissions/dgutride/odh-dashboard/2026-01-28T14-57-54-assessment.json rename to submissions/opendatahub-io/odh-dashboard/assessment-20260318-191501.json index bd59b61a..1627c207 100644 --- a/submissions/dgutride/odh-dashboard/2026-01-28T14-57-54-assessment.json +++ b/submissions/opendatahub-io/odh-dashboard/assessment-20260318-191501.json @@ -1,38 +1,38 @@ { "schema_version": "1.0.0", "metadata": { - "agentready_version": "2.23.0", + "agentready_version": "2.29.6", "research_version": "1.0.1", - "assessment_timestamp": "2026-01-28T09:55:04.394536", - "assessment_timestamp_human": "January 28, 2026 at 9:55 AM", - "executed_by": "dgutride@dgutride-mac", - "command": "/Users/dgutride/source/odh-dashboard/.venv/bin/agentready assess .", - "working_directory": "/Users/dgutride/source/odh-dashboard" + "assessment_timestamp": "2026-03-18T19:15:01.057439", + "assessment_timestamp_human": "March 18, 2026 at 7:15 PM", + "executed_by": "agentready@498c10df4cf4", + "command": "/usr/local/bin/agentready assess /repo --output-dir /reports -e type_annotations -e precommit_hooks", + "working_directory": "/tmp" }, "repository": { - "path": "/Users/dgutride/source/odh-dashboard", - "name": "odh-dashboard", - "url": "git@github.com:dgutride/odh-dashboard.git", + "path": "/repo", + "name": "repo", + "url": "https://github.com/opendatahub-io/odh-dashboard.git", "branch": "main", - "commit_hash": "7c6e9be28fb749200e0ceb97a631c69d9cbea29e", + "commit_hash": "416f35b0cd58f4177271b1c19f7de745bd0b439a", "languages": { - "YAML": 243, - "JavaScript": 95, - "Markdown": 107, - "JSON": 75, - "TypeScript": 4126, - "Shell": 16, - "Go": 298 + "YAML": 363, + "Markdown": 212, + "JavaScript": 170, + "JSON": 119, + "TypeScript": 4855, + "Shell": 23, + "Go": 703 }, - "total_files": 5212, - "total_lines": 720733 + "total_files": 6841, + "total_lines": 1061957 }, - "timestamp": "2026-01-28T09:55:04.394536", - "overall_score": 42.8, - "certification_level": "Bronze", - "attributes_assessed": 19, - "attributes_not_assessed": 6, - "attributes_total": 25, + "timestamp": "2026-03-18T19:15:01.057439", + "overall_score": 76.5, + "certification_level": "Gold", + "attributes_assessed": 17, + "attributes_skipped": 6, + "attributes_total": 23, "findings": [ { "attribute": { @@ -44,63 +44,16 @@ "criteria": "CLAUDE.md file exists in repository root", "default_weight": 0.1 }, - "status": "fail", - "score": 0.0, - "measured_value": "missing", + "status": "pass", + "score": 100.0, + "measured_value": "present", "threshold": "present", "evidence": [ - "CLAUDE.md not found in repository root", - "AGENTS.md not found (alternative)" + "CLAUDE.md found at /repo/CLAUDE.md", + "Symlink to AGENTS.md (7755 bytes)", + "AGENTS.md also present (cross-tool compatibility)" ], - "remediation": { - "summary": "Create CLAUDE.md or AGENTS.md with project-specific configuration for AI coding assistants", - "steps": [ - "Choose one of three approaches:", - " Option 1: Create standalone CLAUDE.md (>50 bytes) with project context", - " Option 2: Create AGENTS.md and symlink CLAUDE.md to it (cross-tool compatibility)", - " Option 3: Create AGENTS.md and reference it with @AGENTS.md in minimal CLAUDE.md", - "Add project overview and purpose", - "Document key architectural patterns", - "Specify coding standards and conventions", - "Include build/test/deployment commands", - "Add any project-specific context that helps AI assistants" - ], - "tools": [], - "commands": [ - "# Option 1: Standalone CLAUDE.md", - "touch CLAUDE.md", - "# Add content describing your project", - "", - "# Option 2: Symlink CLAUDE.md to AGENTS.md", - "touch AGENTS.md", - "# Add content to AGENTS.md", - "ln -s AGENTS.md CLAUDE.md", - "", - "# Option 3: @ reference in CLAUDE.md", - "echo '@AGENTS.md' > CLAUDE.md", - "touch AGENTS.md", - "# Add content to AGENTS.md" - ], - "examples": [ - "# Standalone CLAUDE.md (Option 1)\n\n## Overview\nBrief description of what this project does.\n\n## Architecture\nKey patterns and structure.\n\n## Development\n```bash\n# Install dependencies\nnpm install\n\n# Run tests\nnpm test\n\n# Build\nnpm run build\n```\n\n## Coding Standards\n- Use TypeScript strict mode\n- Follow ESLint configuration\n- Write tests for new features\n", - "# CLAUDE.md with @ reference (Option 3)\n@AGENTS.md\n", - "# AGENTS.md (shared by multiple tools)\n\n## Project Overview\nThis project implements a REST API for user management.\n\n## Architecture\n- Layered architecture: controllers, services, repositories\n- PostgreSQL database with SQLAlchemy ORM\n- FastAPI web framework\n\n## Development Workflow\n```bash\n# Setup\npython -m venv .venv\nsource .venv/bin/activate\npip install -e .\n\n# Run tests\npytest\n\n# Start server\nuvicorn app.main:app --reload\n```\n\n## Code Conventions\n- Use type hints for all functions\n- Follow PEP 8 style guide\n- Write docstrings for public APIs\n- Maintain >80% test coverage\n" - ], - "citations": [ - { - "source": "Anthropic", - "title": "Claude Code Documentation", - "url": "https://docs.anthropic.com/claude-code", - "relevance": "Official guidance on CLAUDE.md configuration" - }, - { - "source": "agents.md", - "title": "AGENTS.md Specification", - "url": "https://agents.md/", - "relevance": "Emerging standard for cross-tool AI assistant configuration" - } - ] - }, + "remediation": null, "error_message": null }, { @@ -113,100 +66,17 @@ "criteria": "README.md with installation, usage, and development sections", "default_weight": 0.1 }, - "status": "fail", - "score": 66.66666666666666, - "measured_value": "2/3 sections", + "status": "pass", + "score": 100.0, + "measured_value": "3/3 sections", "threshold": "3/3 sections", "evidence": [ - "Found 2/3 essential sections", + "Found 3/3 essential sections", "Installation: \u2713", - "Usage: \u2717", + "Usage: \u2713", "Development: \u2713" ], - "remediation": { - "summary": "Create or enhance README.md with essential sections", - "steps": [ - "Add project overview and description", - "Include installation/setup instructions", - "Document basic usage with examples", - "Add development/contributing guidelines", - "Include build and test commands" - ], - "tools": [], - "commands": [], - "examples": [ - "# Project Name\n\n## Overview\nWhat this project does and why it exists.\n\n## Installation\n```bash\npip install -e .\n```\n\n## Usage\n```bash\nmyproject --help\n```\n\n## Development\n```bash\n# Run tests\npytest\n\n# Format code\nblack .\n```\n" - ], - "citations": [ - { - "source": "GitHub", - "title": "About READMEs", - "url": "https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes", - "relevance": "Best practices for README structure" - } - ] - }, - "error_message": null - }, - { - "attribute": { - "id": "type_annotations", - "name": "Type Annotations", - "category": "Code Quality", - "tier": 1, - "description": "Type hints in function signatures", - "criteria": ">80% of functions have type annotations", - "default_weight": 0.1 - }, - "status": "fail", - "score": 0.0, - "measured_value": "missing tsconfig.json", - "threshold": "strict mode enabled", - "evidence": [ - "tsconfig.json not found" - ], - "remediation": { - "summary": "Add type annotations to function signatures", - "steps": [ - "For Python: Add type hints to function parameters and return types", - "For TypeScript: Enable strict mode in tsconfig.json", - "Use mypy or pyright for Python type checking", - "Use tsc --strict for TypeScript", - "Add type annotations gradually to existing code" - ], - "tools": [ - "mypy", - "pyright", - "typescript" - ], - "commands": [ - "# Python", - "pip install mypy", - "mypy --strict src/", - "", - "# TypeScript", - "npm install --save-dev typescript", - "echo '{\"compilerOptions\": {\"strict\": true}}' > tsconfig.json" - ], - "examples": [ - "# Python - Before\ndef calculate(x, y):\n return x + y\n\n# Python - After\ndef calculate(x: float, y: float) -> float:\n return x + y\n", - "// TypeScript - tsconfig.json\n{\n \"compilerOptions\": {\n \"strict\": true,\n \"noImplicitAny\": true,\n \"strictNullChecks\": true\n }\n}\n" - ], - "citations": [ - { - "source": "Python.org", - "title": "Type Hints", - "url": "https://docs.python.org/3/library/typing.html", - "relevance": "Official Python type hints documentation" - }, - { - "source": "TypeScript", - "title": "TypeScript Handbook", - "url": "https://www.typescriptlang.org/docs/handbook/2/everyday-types.html", - "relevance": "TypeScript type system guide" - } - ] - }, + "remediation": null, "error_message": null }, { @@ -216,7 +86,7 @@ "category": "Repository Structure", "tier": 1, "description": "Follows standard project structure for language", - "criteria": "Standard directories (src/, tests/, docs/) present", + "criteria": "Standard directories (src/ or project-named, tests/) present", "default_weight": 0.1 }, "status": "fail", @@ -225,31 +95,42 @@ "threshold": "2/2 directories", "evidence": [ "Found 0/2 standard directories", - "src/: \u2717", + "source directory: \u2717 (no src/ or project-named dir)", "tests/: \u2717" ], "remediation": { - "summary": "Organize code into standard directories (src/, tests/, docs/)", + "summary": "Organize code into standard directories", "steps": [ - "Create src/ directory for source code", + "Create a source directory for your code", + "Option A: Use src/ layout (recommended for packages)", + "Option B: Use project-named directory (e.g., mypackage/)", + "Ensure your package has __init__.py", "Create tests/ directory for test files", - "Create docs/ directory for documentation", - "Move source code into src/", - "Move tests into tests/" + "Add at least one test file" ], "tools": [], "commands": [ - "mkdir -p src tests docs", - "# Move source files to src/", - "# Move test files to tests/" + "# Option A: src layout", + "mkdir -p src/mypackage", + "touch src/mypackage/__init__.py", + "# ---", + "# Option B: flat layout (project-named)", + "mkdir -p mypackage", + "touch mypackage/__init__.py", + "# Create tests directory", + "mkdir -p tests", + "touch tests/__init__.py", + "touch tests/test_example.py" + ], + "examples": [ + "# src layout (recommended for distributable packages)\nproject/\n\u251c\u2500\u2500 src/\n\u2502 \u2514\u2500\u2500 mypackage/\n\u2502 \u251c\u2500\u2500 __init__.py\n\u2502 \u2514\u2500\u2500 module.py\n\u251c\u2500\u2500 tests/\n\u2502 \u2514\u2500\u2500 test_module.py\n\u2514\u2500\u2500 pyproject.toml\n\n# flat layout (common in major projects like pandas, numpy)\nproject/\n\u251c\u2500\u2500 mypackage/\n\u2502 \u251c\u2500\u2500 __init__.py\n\u2502 \u2514\u2500\u2500 module.py\n\u251c\u2500\u2500 tests/\n\u2502 \u2514\u2500\u2500 test_module.py\n\u2514\u2500\u2500 pyproject.toml\n" ], - "examples": [], "citations": [ { "source": "Python Packaging Authority", - "title": "Python Project Structure", - "url": "https://packaging.python.org/en/latest/tutorials/packaging-projects/", - "relevance": "Standard Python project layout" + "title": "src layout vs flat layout", + "url": "https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/", + "relevance": "Official guidance on Python project layouts" } ] }, @@ -282,27 +163,28 @@ "category": "Security", "tier": 1, "description": "Security scanning tools configured for dependencies and code", - "criteria": "Dependabot, CodeQL, or SAST tools configured; secret detection enabled", + "criteria": "Dependabot, Renovate, CodeQL, or SAST tools configured; secret detection enabled", "default_weight": 0.04 }, "status": "pass", "score": 35, "measured_value": "Security tools configured: Dependabot", - "threshold": "\u226560 points (Dependabot + SAST or multiple scanners)", + "threshold": "\u226560 points (Dependabot/Renovate + SAST or multiple scanners)", "evidence": [ - "\u2713 Dependabot configured for dependency alerts", + "\u2713 Dependabot configured for dependency updates", " 1 package ecosystem(s) monitored" ], "remediation": { "summary": "Add more security scanning tools for comprehensive coverage", "steps": [ - "Enable Dependabot alerts in GitHub repository settings", + "Enable Dependabot alerts in GitHub repository settings (or configure Renovate: add renovate.json to repository root)", "Add CodeQL scanning workflow for SAST", "Configure secret detection (detect-secrets, gitleaks)", "Set up language-specific scanners (pip-audit, npm audit, Snyk)" ], "tools": [ "Dependabot", + "Renovate", "CodeQL", "detect-secrets", "pip-audit", @@ -348,59 +230,11 @@ "measured_value": null, "threshold": null, "evidence": [ - "Not applicable to ['YAML', 'JavaScript', 'Markdown', 'JSON', 'TypeScript', 'Shell', 'Go']" + "Not applicable to ['YAML', 'Markdown', 'JavaScript', 'JSON', 'TypeScript', 'Shell', 'Go']" ], "remediation": null, "error_message": null }, - { - "attribute": { - "id": "precommit_hooks", - "name": "Pre-commit Hooks & CI/CD Linting", - "category": "Testing & CI/CD", - "tier": 2, - "description": "Pre-commit hooks configured for linting and formatting", - "criteria": ".pre-commit-config.yaml exists", - "default_weight": 0.03 - }, - "status": "fail", - "score": 0.0, - "measured_value": "not configured", - "threshold": "configured", - "evidence": [ - ".pre-commit-config.yaml not found" - ], - "remediation": { - "summary": "Configure pre-commit hooks for automated code quality checks", - "steps": [ - "Install pre-commit framework", - "Create .pre-commit-config.yaml", - "Add hooks for linting and formatting", - "Install hooks: pre-commit install", - "Run on all files: pre-commit run --all-files" - ], - "tools": [ - "pre-commit" - ], - "commands": [ - "pip install pre-commit", - "pre-commit install", - "pre-commit run --all-files" - ], - "examples": [ - "# .pre-commit-config.yaml\nrepos:\n - repo: https://github.com/pre-commit/pre-commit-hooks\n rev: v4.4.0\n hooks:\n - id: trailing-whitespace\n - id: end-of-file-fixer\n - id: check-yaml\n - id: check-added-large-files\n\n - repo: https://github.com/psf/black\n rev: 23.3.0\n hooks:\n - id: black\n\n - repo: https://github.com/pycqa/isort\n rev: 5.12.0\n hooks:\n - id: isort\n" - ], - "citations": [ - { - "source": "pre-commit.com", - "title": "Pre-commit Framework", - "url": "https://pre-commit.com/", - "relevance": "Official pre-commit documentation" - } - ] - }, - "error_message": null - }, { "attribute": { "id": "conventional_commits", @@ -431,36 +265,16 @@ "criteria": ".gitignore exists and includes language-specific patterns from GitHub templates", "default_weight": 0.03 }, - "status": "fail", - "score": 33.33333333333333, - "measured_value": "5/15 patterns", + "status": "pass", + "score": 86.66666666666667, + "measured_value": "13/15 patterns", "threshold": "\u226570% of language-specific patterns", "evidence": [ - ".gitignore found (324 bytes)", - "Pattern coverage: 5/15 (33%)", - "Missing 10 recommended patterns" + ".gitignore found (917 bytes)", + "Pattern coverage: 13/15 (87%)", + "Missing 2 recommended patterns" ], - "remediation": { - "summary": "Add missing language-specific ignore patterns", - "steps": [ - "Review GitHub's gitignore templates for your language", - "Add the 10 missing patterns", - "Ensure editor/IDE patterns are included" - ], - "tools": [], - "commands": [], - "examples": [ - "# Missing patterns:\n*.tsbuildinfo\n*.swo\n*.exe\n*.out\n*.swp" - ], - "citations": [ - { - "source": "GitHub", - "title": "gitignore Templates Collection", - "url": "https://github.com/github/gitignore", - "relevance": "Comprehensive collection of language-specific gitignore patterns" - } - ] - }, + "remediation": null, "error_message": null }, { @@ -473,54 +287,16 @@ "criteria": "Single command (make setup, npm install, etc.) documented prominently", "default_weight": 0.03 }, - "status": "fail", - "score": 60, - "measured_value": "multi-step setup", + "status": "pass", + "score": 100, + "measured_value": "npm install", "threshold": "single command", "evidence": [ - "No clear setup command found in README", + "Setup command found in README: 'npm install'", "Setup automation found: Makefile, package.json", "Setup instructions in prominent location" ], - "remediation": { - "summary": "Create single-command setup for development environment", - "steps": [ - "Choose setup automation tool (Makefile, setup script, or package manager)", - "Create setup command that handles all dependencies", - "Document setup command prominently in README (Quick Start section)", - "Ensure setup is idempotent (safe to run multiple times)", - "Test setup on fresh clone to verify it works" - ], - "tools": [ - "make", - "npm", - "pip", - "poetry" - ], - "commands": [ - "# Example Makefile", - "cat > Makefile << 'EOF'", - ".PHONY: setup", - "setup:", - "\tpython -m venv venv", - "\t. venv/bin/activate && pip install -r requirements.txt", - "\tpre-commit install", - "\tcp .env.example .env", - "\t@echo 'Setup complete! Run make test to verify.'", - "EOF" - ], - "examples": [ - "# Quick Start section in README\n\n## Quick Start\n\n```bash\nmake setup # One command to set up development environment\nmake test # Run tests to verify setup\n```\n" - ], - "citations": [ - { - "source": "freeCodeCamp", - "title": "Using make for project automation", - "url": "https://www.freecodecamp.org/news/want-to-know-the-easiest-way-to-save-time-use-make/", - "relevance": "Guide to using Makefiles for one-command setup" - } - ] - }, + "remediation": null, "error_message": null }, { @@ -534,12 +310,12 @@ "default_weight": 0.03 }, "status": "fail", - "score": 63.138556883576804, - "measured_value": "31 huge, 104 large out of 4518", + "score": 61.08703250611674, + "measured_value": "51 huge, 152 large out of 5722", "threshold": "<5% files >500 lines, 0 files >1000 lines", "evidence": [ - "Found 31 files >1000 lines (0.7% of 4518 files)", - "Largest: backend/src/types.ts (1327 lines)" + "Found 51 files >1000 lines (0.9% of 5722 files)", + "Largest: backend/src/types.ts (1355 lines)" ], "remediation": { "summary": "Refactor large files into smaller, focused modules", @@ -593,52 +369,16 @@ "criteria": "README <500 lines with clear structure, bullet points over prose", "default_weight": 0.03 }, - "status": "fail", - "score": 61.0, - "measured_value": "28 lines, 3 headings, 2 bullets", + "status": "pass", + "score": 76.0, + "measured_value": "186 lines, 37 headings, 21 bullets", "threshold": "<500 lines, structured format", "evidence": [ - "README length: 28 lines (excellent)", - "Heading density: 10.7 per 100 lines (target: 3-5)", - "Only 2 bullet points (prefer bullets over prose)" + "README length: 186 lines (excellent)", + "Heading density: 19.9 per 100 lines (target: 3-5)", + "21 bullet points, 7 code blocks (concise formatting)" ], - "remediation": { - "summary": "Make documentation more concise and structured", - "steps": [ - "Break long README into multiple documents (docs/ directory)", - "Add clear Markdown headings (##, ###) for structure", - "Convert prose paragraphs to bullet points where possible", - "Add table of contents for documents >100 lines", - "Use code blocks instead of describing commands in prose", - "Move detailed content to wiki or docs/, keep README focused" - ], - "tools": [], - "commands": [ - "# Check README length", - "wc -l README.md", - "", - "# Count headings", - "grep -c '^#' README.md" - ], - "examples": [ - "# Good: Concise with structure\n\n## Quick Start\n```bash\npip install -e .\nagentready assess .\n```\n\n## Features\n- Fast repository scanning\n- HTML and Markdown reports\n- 25 agent-ready attributes\n\n## Documentation\nSee [docs/](docs/) for detailed guides.\n", - "# Bad: Verbose prose\n\nThis project is a tool that helps you assess your repository\nagainst best practices for AI-assisted development. It works by\nscanning your codebase and checking for various attributes that\nmake repositories more effective when working with AI coding\nassistants like Claude Code...\n\n[Many more paragraphs of prose...]\n" - ], - "citations": [ - { - "source": "ArXiv", - "title": "LongCodeBench: Evaluating Coding LLMs at 1M Context Windows", - "url": "https://arxiv.org/abs/2501.00343", - "relevance": "Research showing performance degradation with long contexts" - }, - { - "source": "Markdown Guide", - "title": "Basic Syntax", - "url": "https://www.markdownguide.org/basic-syntax/", - "relevance": "Best practices for Markdown formatting" - } - ] - }, + "remediation": null, "error_message": null }, { @@ -656,7 +396,7 @@ "measured_value": null, "threshold": null, "evidence": [ - "Docstring check not implemented for ['YAML', 'JavaScript', 'Markdown', 'JSON', 'TypeScript', 'Shell', 'Go']" + "Docstring check not implemented for ['YAML', 'Markdown', 'JavaScript', 'JSON', 'TypeScript', 'Shell', 'Go']" ], "remediation": null, "error_message": null @@ -671,13 +411,24 @@ "criteria": "Average complexity <10, no functions >15", "default_weight": 0.03 }, - "status": "error", + "status": "skipped", "score": null, "measured_value": null, "threshold": null, - "evidence": [], - "remediation": null, - "error_message": "Complexity analysis failed: Command '['lizard', '/Users/dgutride/source/odh-dashboard']' timed out after 60 seconds" + "evidence": [ + "Missing tool: lizard" + ], + "remediation": { + "summary": "Install with: pip install lizard", + "steps": [ + "Install with: pip install lizard" + ], + "tools": [], + "commands": [], + "examples": [], + "citations": [] + }, + "error_message": null }, { "attribute": { @@ -689,70 +440,17 @@ "criteria": "ADR directory with documented decisions", "default_weight": 0.015 }, - "status": "fail", - "score": 0.0, - "measured_value": "no ADR directory", - "threshold": "ADR directory with decisions", + "status": "pass", + "score": 90, + "measured_value": "4 ADRs", + "threshold": "\u22653 ADRs with template", "evidence": [ - "No ADR directory found (checked docs/adr/, .adr/, adr/, docs/decisions/)" + "ADR directory found: docs/adr", + "4 architecture decision records", + "Consistent naming pattern detected", + "Sampled 3 ADRs: template compliance 18/20" ], - "remediation": { - "summary": "Create Architecture Decision Records (ADRs) directory and document key decisions", - "steps": [ - "Create docs/adr/ directory in repository root", - "Use Michael Nygard ADR template or MADR format", - "Document each significant architectural decision", - "Number ADRs sequentially (0001-*.md, 0002-*.md)", - "Include Status, Context, Decision, and Consequences sections", - "Update ADR status when decisions are revised (Superseded, Deprecated)" - ], - "tools": [ - "adr-tools", - "log4brains" - ], - "commands": [ - "# Create ADR directory", - "mkdir -p docs/adr", - "", - "# Create first ADR using template", - "cat > docs/adr/0001-use-architecture-decision-records.md << 'EOF'", - "# 1. Use Architecture Decision Records", - "", - "Date: 2025-11-22", - "", - "## Status", - "Accepted", - "", - "## Context", - "We need to record architectural decisions made in this project.", - "", - "## Decision", - "We will use Architecture Decision Records (ADRs) as described by Michael Nygard.", - "", - "## Consequences", - "- Decisions are documented with context", - "- Future contributors understand rationale", - "- ADRs are lightweight and version-controlled", - "EOF" - ], - "examples": [ - "# Example ADR Structure\n\n```markdown\n# 2. Use PostgreSQL for Database\n\nDate: 2025-11-22\n\n## Status\nAccepted\n\n## Context\nWe need a relational database for complex queries and ACID transactions.\nTeam has PostgreSQL experience. Need full-text search capabilities.\n\n## Decision\nUse PostgreSQL 15+ as primary database.\n\n## Consequences\n- Positive: Robust ACID, full-text search, team familiarity\n- Negative: Higher resource usage than SQLite\n- Neutral: Need to manage migrations, backups\n```\n" - ], - "citations": [ - { - "source": "Michael Nygard", - "title": "Documenting Architecture Decisions", - "url": "https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions", - "relevance": "Original ADR format and rationale" - }, - { - "source": "GitHub adr/madr", - "title": "Markdown ADR (MADR) Template", - "url": "https://github.com/adr/madr", - "relevance": "Modern ADR template with examples" - } - ] - }, + "remediation": null, "error_message": null }, { @@ -791,7 +489,7 @@ "measured_value": "basic config", "threshold": "CI with best practices", "evidence": [ - "CI config found: .github/workflows/release-odh-dashboard.yml, .github/workflows/test.yml, .github/workflows/pr-image-expiry.yml, .github/workflows/stale.yml, .github/workflows/gen-ai-frontend-build.yml, .github/workflows/release-auto-merge.yml, .github/workflows/cypress-e2e-test.yml, .github/workflows/gen-ai-bff-build.yml, .github/workflows/validate-kustomize.yml, .github/workflows/modular-arch-quality-gates.yml", + "CI config found: .github/workflows/release-odh-dashboard.yml, .github/workflows/automl-bff-tests.yml, .github/workflows/eval-hub-bff-tests.yml, .github/workflows/autorag-bff-tests.yml, .github/workflows/eval-hub-frontend-tests.yml, .github/workflows/test.yml, .github/workflows/pr-image-expiry.yml, .github/workflows/stale.yml, .github/workflows/gen-ai-frontend-build.yml, .github/workflows/release-auto-merge.yml, .github/workflows/cypress-e2e-test.yml, .github/workflows/gen-ai-bff-build.yml, .github/workflows/agentready-weekly.yml, .github/workflows/validate-kustomize.yml, .github/workflows/maas-bff-tests.yml, .github/workflows/modular-arch-quality-gates.yml", "Descriptive job/step names found", "No caching detected", "Parallel job execution detected" @@ -855,7 +553,7 @@ "measured_value": null, "threshold": null, "evidence": [ - "Naming check not implemented for ['YAML', 'JavaScript', 'Markdown', 'JSON', 'TypeScript', 'Shell', 'Go']" + "Naming check not implemented for ['YAML', 'Markdown', 'JavaScript', 'JSON', 'TypeScript', 'Shell', 'Go']" ], "remediation": null, "error_message": null @@ -875,7 +573,7 @@ "measured_value": null, "threshold": null, "evidence": [ - "Structured logging check not implemented for ['YAML', 'JavaScript', 'Markdown', 'JSON', 'TypeScript', 'Shell', 'Go']" + "Structured logging check not implemented for ['YAML', 'Markdown', 'JavaScript', 'JSON', 'TypeScript', 'Shell', 'Go']" ], "remediation": null, "error_message": null @@ -892,13 +590,14 @@ }, "status": "pass", "score": 100, - "measured_value": "OpenAPI 3.1.0", + "measured_value": "OpenAPI 3.0.3", "threshold": "OpenAPI 3.x with paths and schemas", "evidence": [ - "packages/lm-eval/upstream/bff/openapi.yaml found in repository", - "OpenAPI version: 3.1.0", - "5 endpoints documented", - "13 schemas defined" + "packages/maas/bff/openapi.yaml found in repository", + "Additional OpenAPI files found: packages/notebooks/upstream/workspaces/backend/openapi/swagger.json", + "OpenAPI version: 3.0.3", + "8 endpoints documented", + "8 schemas defined" ], "remediation": null, "error_message": null @@ -1009,6 +708,6 @@ "report_theme": "default", "custom_theme": null }, - "duration_seconds": 85.2, + "duration_seconds": 27.3, "discovered_skills": [] } \ No newline at end of file