Description
The agent package lacks CI linting. There's no ESLint or TypeScript strict checking configured in the CI pipeline for the agent code.
Current State
- Agent uses TypeScript but no lint config
- No CI job for agent code quality
- Potential for type errors and code smells
Expected Behavior
- Add ESLint configuration for agent
- Add TypeScript strict mode
- Add CI job to lint agent code on PRs
Files Affected
agent/
.github/workflows/ (add lint job)
Description
The agent package lacks CI linting. There's no ESLint or TypeScript strict checking configured in the CI pipeline for the agent code.
Current State
Expected Behavior
Files Affected
agent/.github/workflows/(add lint job)