20 lines
704 B
Markdown
20 lines
704 B
Markdown
# AGENTS
|
|
|
|
Architecture overview for the PolyPort Studio MVP.
|
|
|
|
- Language: Python (src/idea74_polyport_studio_interactive)
|
|
- Core: DSL parser and canonical bridge (LocalProblem) with a minimal skeleton for future adapters.
|
|
- Visualization: Placeholder scaffolding (3D frontend to be wired later).
|
|
- Persistence/Verifiability: Basic AuditLog placeholder to outline intent; signing and delta structures to be expanded.
|
|
- Testing: Pytest-based tests under tests/.
|
|
|
|
How to contribute:
|
|
- Run tests with `bash test.sh`.
|
|
- Use `pytest -q` for focused test runs.
|
|
- Docs and architecture decisions live in README.md and AGENTS.md.
|
|
|
|
Code organization:
|
|
- src/idea74_polyport_studio_interactive/
|
|
- tests/
|
|
- README.md
|