Docker Image
docker pull ghcr.io/tryweb/ai-engkit:v1.18.10
Quick Start
cp .env.example .env
docker compose up -d
Changes (since v1.18.9)
Added
- Add generic multi-skill auto-upgrade for all bootstrappable skills
- Add auto-upgrade for bootstrapped skills on container start
Fixed
- Persist database maintenance success state across admin container restarts
- Avoid pipefail false failures in admin UI smoke assertions
- Restore entrypoint test extraction and fix upgrade assertion casing
- Use BEGIN/END markers for function extraction
- Replace sed extraction with awk for cross-platform stability
Removed
- Remove stale baked-skills knowledge-capture copy
Documentation
- Capture CI smoke-test pipefail troubleshooting
- Capture knowledge for updating AI-EngKit built-in skills
Changed
- Update bootstrap-knowledge.sh to output folder SKILL.md format
Test Results
| Job |
Status |
| Integration Tests |
✅ Passed |
| Vulnerability Scan |
✅ No new Critical/High findings |
Vulnerability findings by severity
| Severity |
Findings |
| Critical |
1 |
| High |
24 |
| Medium |
555 |
| Low |
120 |
Generated by GitHub Actions