CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/AGENT_GUIDE.md
docs/README.md
docs/api-reference.md
docs/changelog.rst
docs/cli-reference.md
docs/configuration.md
docs/github-pages-setup.md
docs/index.rst
docs/installation.md
docs/license.rst
docs/mock-api.md
docs/quickstart.md
docs/testing-guide.md
docs/writing-tests.md
docs/api/cli.rst
docs/api/core.rst
docs/api/models.rst
docs/api/utils.rst
examples/01-basic-crud/README.md
examples/01-basic-crud/api.py
examples/01-basic-crud/services/items-api/data_schema.py
examples/01-basic-crud/services/items-api/items_api_page.py
examples/01-basic-crud/services/items-api/modules/01_create_item.py
examples/01-basic-crud/services/items-api/modules/02_list_items.py
examples/01-basic-crud/services/items-api/modules/03_get_item.py
examples/01-basic-crud/services/items-api/modules/04_update_item.py
examples/01-basic-crud/services/items-api/modules/05_delete_item.py
examples/02-auth-jwt/README.md
examples/02-auth-jwt/api.py
examples/02-auth-jwt/services/auth-api/auth_api_page.py
examples/02-auth-jwt/services/auth-api/data_schema.py
examples/02-auth-jwt/services/auth-api/modules/01_register_flow.py
examples/02-auth-jwt/services/auth-api/modules/02_login_flow.py
examples/02-auth-jwt/services/auth-api/modules/03_refresh_token_flow.py
examples/02-auth-jwt/services/auth-api/modules/04_protected_endpoints.py
examples/03-microservices/README.md
examples/03-microservices/orders-service/orders_api.py
examples/03-microservices/payment-service/payment_api.py
examples/03-microservices/services/__init__.py
examples/03-microservices/services/orders-api/__init__.py
examples/03-microservices/services/orders-api/orders_api_page.py
examples/03-microservices/services/orders-api/modules/01_orders_test.py
examples/03-microservices/services/orders-api/modules/__init__.py
examples/03-microservices/services/payment-api/__init__.py
examples/03-microservices/services/payment-api/payment_api_page.py
examples/03-microservices/services/payment-api/modules/01_payment_test.py
examples/03-microservices/services/payment-api/modules/__init__.py
examples/03-microservices/services/users-api/__init__.py
examples/03-microservices/services/users-api/users_api_page.py
examples/03-microservices/services/users-api/modules/01_users_test.py
examples/03-microservices/services/users-api/modules/__init__.py
examples/03-microservices/users-service/users_api.py
src/socialseed_e2e/__init__.py
src/socialseed_e2e/__version__.py
src/socialseed_e2e/cli.py
src/socialseed_e2e.egg-info/PKG-INFO
src/socialseed_e2e.egg-info/SOURCES.txt
src/socialseed_e2e.egg-info/dependency_links.txt
src/socialseed_e2e.egg-info/entry_points.txt
src/socialseed_e2e.egg-info/requires.txt
src/socialseed_e2e.egg-info/top_level.txt
src/socialseed_e2e/core/__init__.py
src/socialseed_e2e/core/base_page.py
src/socialseed_e2e/core/check_deps.py
src/socialseed_e2e/core/config.py
src/socialseed_e2e/core/config_loader.py
src/socialseed_e2e/core/headers.py
src/socialseed_e2e/core/interfaces.py
src/socialseed_e2e/core/loaders.py
src/socialseed_e2e/core/models.py
src/socialseed_e2e/core/test_orchestrator.py
src/socialseed_e2e/core/test_runner.py
src/socialseed_e2e/services/__init__.py
src/socialseed_e2e/templates/__init__.py
src/socialseed_e2e/templates/config.py.template
src/socialseed_e2e/templates/data_schema.py.template
src/socialseed_e2e/templates/e2e.conf.template
src/socialseed_e2e/templates/service_page.py.template
src/socialseed_e2e/templates/test_module.py.template
src/socialseed_e2e/templates/verify_installation.py
src/socialseed_e2e/templates/agent_docs/AGENT_GUIDE.md.template
src/socialseed_e2e/templates/agent_docs/EXAMPLE_TEST.md.template
src/socialseed_e2e/templates/agent_docs/FRAMEWORK_CONTEXT.md.template
src/socialseed_e2e/templates/agent_docs/WORKFLOW_GENERATION.md.template
src/socialseed_e2e/utils/__init__.py
src/socialseed_e2e/utils/ai_generator.py
src/socialseed_e2e/utils/pydantic_helpers.py
src/socialseed_e2e/utils/state_management.py
src/socialseed_e2e/utils/template_engine.py
src/socialseed_e2e/utils/validators.py
tests/__init__.py
tests/conftest.py
tests/validate_installation.py
tests/fixtures/__init__.py
tests/fixtures/mock_api.py
tests/integration/__init__.py
tests/integration/test_mock_api_integration.py
tests/integration/cli/__init__.py
tests/integration/cli/conftest.py
tests/integration/cli/test_config.py
tests/integration/cli/test_doctor.py
tests/integration/cli/test_error_handling.py
tests/integration/cli/test_init.py
tests/integration/cli/test_new_service.py
tests/integration/cli/test_new_test.py
tests/integration/cli/test_run.py
tests/integration/cli/test_workflows.py
tests/unit/__init__.py
tests/unit/test_base_page.py
tests/unit/test_config_loader.py
tests/unit/test_imports_compatibility.py
tests/unit/test_loaders.py
tests/unit/test_orchestrator.py
tests/unit/test_template_engine.py
tests/unit/test_validators.py
tests/unit/utils/test_ai_generator.py
tests/unit/utils/test_pydantic_helpers.py