chore(repo): clean root; move docs; keep areas for prompts
Some checks failed
CI / checks (push) Has been cancelled

This commit is contained in:
2025-09-11 07:05:00 -05:00
parent f204422943
commit cd9653c66a
13 changed files with 101 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ services:
ci:
build:
context: ..
dockerfile: ci.Dockerfile
dockerfile: docker/ci.Dockerfile
working_dir: /workspace
volumes:
- "../:/workspace:Z"
@@ -10,4 +10,3 @@ services:
- IN_CI_CONTAINER=1
entrypoint: ["bash","-lc"]
command: ["bash"]