Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ ls -lh core/docs/swagger.* # Should have .json and .yaml

### Production Deployment
- Docker: TBD
- Kubernetes: TBD
- Cloud Providers: TBD
Comment on lines 89 to 90

Copilot AI Jan 7, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After removing the Kubernetes line, the list formatting appears inconsistent. The "- Docker: TBD" and "- Cloud Providers: TBD" lines should maintain proper bullet list formatting with consistent indentation. Please verify that the resulting markdown renders correctly as a proper bullet list.

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it ok

Comment on lines 89 to 90

Copilot AI Jan 7, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of the Kubernetes line has created an inconsistent list format. The "Production Deployment" section now has:

  • Docker: TBD (prefixed with "- ")
  • Cloud Providers: TBD (prefixed with "- ")

However, the original had a nested structure where Kubernetes was indented. If Kubernetes deployment is no longer planned, this is fine, but ensure the remaining items follow consistent markdown list formatting with proper "- " prefixes for all list items.

Copilot uses AI. Check for mistakes.

---
Expand Down
Loading