Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[dashboard] AgentReady Assessment Improvements #23852

@ibuziuk

Description

@ibuziuk

Is your task related to a problem? Please describe

Repo Optimizer - https://github.com/ambient-code/agentready

Describe the solution you'd like

Run the https://github.com/ambient-code/agentready against the che-dashboard

Image

and implement the improvements that make sense:

  • No security scanning tools detected e.g. # renovate.json
  • .pre-commit-config.yaml not found
    • 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
  • Could not parse tsconfig.json: Expecting property name enclosed in double quotes: line 17 column 3 (char 414)
  • Conventional Commit Messages
    • No commitlint configuration found (.commitlintrc.json, package.json, husky, or pre-commit)
  • Add 9 missing patterns to gitignore
# Missing patterns:
*.swo
.vscode/
*.log
*.tsbuildinfo
.npm/ 

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

area/dashboardkind/taskInternal things, technical debt, and to-do tasks to be performed.severity/P2Has a minor but important impact to the usage or development of the system.

Type

No type
No fields configured for issues without a type.

Projects

Status

📅 Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions