Skip to content

Generate devcontainers from project descriptions#10

Open
Tian1996 wants to merge 7 commits into
nibzard:mainfrom
Tian1996:codex/natural-language-devcontainer-generation
Open

Generate devcontainers from project descriptions#10
Tian1996 wants to merge 7 commits into
nibzard:mainfrom
Tian1996:codex/natural-language-devcontainer-generation

Conversation

@Tian1996

Copy link
Copy Markdown

/claim #14

Summary

  • Allow the existing generator input to accept either a GitHub repository URL or a plain-language project description.
  • Build a structured Project Description context for non-URL descriptions and cache generated results by a stable description hash.
  • Update the prompt source wording, form copy, and client-side validation so project descriptions are accepted without changing the public route.

Tests

  • python3 -m unittest tests/test_natural_language_helpers.py
  • python3 -m unittest discover -s tests -p 'test_*.py'
  • python3 -m py_compile helpers/natural_language_helpers.py main.py helpers/devcontainer_helpers.py tests/test_natural_language_helpers.py
  • node --check js/main.js
  • git diff --check

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