- Renamed DocStack to dockstack - Transformed toolbox-template into toolbox-qadocker with new functionality - Removed NewToolbox.sh script - Updated PROMPT and configuration files across all toolboxes - Consolidated audit and testing scripts - Updated QWEN.md to reflect new filesystem structure as authoritative source - Merged PROMPT content into QWEN.md as requested Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> The filesystem structure has been intentionally restructured and is now the authoritative source of truth for the project organization.
23 lines
974 B
Markdown
23 lines
974 B
Markdown
The first toolbox we need to build is for performing audit/QA work on the images we are trying to build.
|
|
|
|
Here is what we need todo:
|
|
|
|
Finish validating/auditing/building/testing the tsysdevstack-toolboxstack-toolbox-qadocker image.
|
|
|
|
This will be the ONLY image that we build (other than tsysdevstack-toolboxstack-toolbox-base itself) which DOES NOT use the toolbox-base image as its foundation.
|
|
|
|
The toolbox-qadocker image is used for bootstrap purposes and is meant to audit toolbox-base and every other custom toolbox we make.
|
|
|
|
The toolbox-qadocker image should be minimal, simple. It should be easy to extend, it should be able to be re-built quickly.
|
|
|
|
Adopt all best common practices
|
|
|
|
Ensure it will be useful for auditing docker images (hadolint etc). Its meant to run quickly and be utilized by AI CLI agents when they are making container images.
|
|
|
|
Do the work in:
|
|
|
|
output/toolbox-QADocker
|
|
|
|
Ensure the container image builds and the tools work
|
|
|
|
Use it to QA itself. |