Skip to content

docs: clarify deployment block nesting in llms.txt#17

Merged
vigneshrajsb merged 1 commit intomainfrom
fix-llms-deployment-docs
Feb 12, 2026
Merged

docs: clarify deployment block nesting in llms.txt#17
vigneshrajsb merged 1 commit intomainfrom
fix-llms-deployment-docs

Conversation

@vigneshrajsb
Copy link
Contributor

Summary

  • Added explicit guidance for where deployment blocks should be nested for both service types
  • For github services: deployment goes inside github: at the same level as docker:
  • For docker services: deployment goes inside docker:
  • Updated incomplete "With resource limits" example to show full service definition
  • Added deployment to Docker service template and Redis example
  • Added Nginx example showing a public docker service with deployment

Context

When agents use the llms.txt to generate lifecycle.yaml configs, they were placing the deployment block at the wrong level (at service level instead of inside the service type block). These changes make the correct nesting structure explicit.

Test plan

  • Verify llms.txt renders correctly
  • Test with an AI agent to confirm it generates correct deployment block placement

Made with Cursor

Add explicit guidance for where deployment blocks should be nested:
- For github services: inside github at same level as docker
- For docker services: inside docker block

Also added complete examples showing correct structure for both
service types, including nginx example with deployment.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vigneshrajsb vigneshrajsb requested a review from a team as a code owner February 3, 2026 18:38
@vigneshrajsb vigneshrajsb merged commit 53bdd11 into main Feb 12, 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