docs: Update contributor docs to reflect Docker consolidation into main repo#21
docs: Update contributor docs to reflect Docker consolidation into main repo#21promptless[bot] wants to merge 2 commits intomainfrom
Conversation
| --- | ||
|
|
||
| > This repo is in alpha. It's not ready for production use. | ||
| [`docker-image`](https://github.com/doc-detective/docker-image) is a Docker image that runs Doc Detective in a container. This repository is deprecated and archived—Docker image development is now in the main [`doc-detective`](doc-detective) repository under `src/container/`. |
There was a problem hiding this comment.
Citation: PR #191 consolidates Docker image development into the main doc-detective repo under src/container/. The PR adds linux.Dockerfile, windows.Dockerfile, and build scripts, replacing the separate docker-image repository.
View source
|
|
||
| - The main CLI tool | ||
| - [`doc-detective-common`](doc-detective-common): JSON schema definitions, schema validation logic, and path resolution logic (located in `src/common/`) | ||
| - Container configurations: Dockerfiles and build scripts for the official Docker images (located in `src/container/`) |
There was a problem hiding this comment.
Citation: PR #191 adds src/container/ directory containing linux.Dockerfile, windows.Dockerfile, and scripts/build.js for building the official Docker images.
View source
| - The main CLI tool | ||
| - [`doc-detective-common`](doc-detective-common): JSON schema definitions, schema validation logic, and path resolution logic (located in `src/common/`) | ||
| - Container configurations: Dockerfiles and build scripts for the official Docker images (located in `src/container/`) | ||
|
|
There was a problem hiding this comment.
Citation: Added VS Code extension entry based on PR #192 which merges the extension from doc-detective/vscode repo into src/vscode/ in the main monorepo. The extension provides real-time test detection, sidebar integration, and syntax highlighting for Doc Detective tests in VS Code.
View source
Open this suggestion in Promptless to view citations and reasoning process
Updates the contributor documentation to reflect that Docker image development has been consolidated from the separate
docker-imagerepository into the maindoc-detectiverepository undersrc/container/.Changes:
docker-imagerepo page as deprecated and points contributors to the main repodoc-detectiverepo page to include container configurations in the list of monorepo contentsTrigger Events
doc-detective/doc-detective PR #191: Merge dkcker configs
Promptless Research (1 GitHub PR)
Agent Response
Tip: Sort by Shortest Review in the Dashboard to find quick wins ⚡