Skip to content

Feat/restructure#1

Merged
author31 merged 4 commits into
devfrom
feat/restructure
Mar 16, 2026
Merged

Feat/restructure#1
author31 merged 4 commits into
devfrom
feat/restructure

Conversation

@author31

@author31 author31 commented Mar 16, 2026

Copy link
Copy Markdown
Collaborator

This pull request introduces foundational improvements to the repository by adding architectural documentation, setting up pre-commit hooks, and establishing automated unit test workflows. It also removes several Dockerfiles, likely as part of a cleanup or migration to a new build process. The most important changes are grouped below:

Repository infrastructure and automation:

  • Added .github/workflows/unit-tests.yml to enable automated unit test runs on each push, improving CI reliability.
  • Added .pre-commit-config.yaml to configure pre-commit hooks for code formatting and import sorting, helping maintain code quality and consistency.

Documentation:

  • Added AGENTS.md with a detailed architectural design for the open-physical-ai repository, outlining Domain Driven Design, Jupyter-native usage, public API principles, session management, and implementation rules for notebook workflows.

Dockerfile cleanup:

  • Removed Dockerfile, Dockerfile.client, and Dockerfile.isaacsim, which previously defined build environments for various workflows, suggesting a transition to new build or deployment strategies. [1] [2] [3]

@author31 author31 merged commit 98d1374 into dev Mar 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant