Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outline plan for snippet libraries #48

Open
9 tasks
ford-at-aws opened this issue Apr 15, 2024 · 1 comment
Open
9 tasks

Outline plan for snippet libraries #48

ford-at-aws opened this issue Apr 15, 2024 · 1 comment

Comments

@ford-at-aws
Copy link

ford-at-aws commented Apr 15, 2024

As an Ailly user, I want to identify some conventions and areas of consistency that I want the tool to use in replying to my prompts.

A few examples specific to a hypothetical SDK examples team:

  • SPDX license headers
  • SDK client initialization
  • SDK single action implementations
  • CDK setup
  • test coverage requirements
  • README/SPECIFICATION.md format
  • WRITEME/reference link generation
  • Logging
  • Error handling (both recovery cases and exceptional cases)
@DavidSouther
Copy link
Owner

For an SDK examples team, some of these would be more accurately handled by traditional tools:

  • SPDX Headers
  • CDK Setup
  • READMEs & references

Each requires templated formatting and checking, and has zero room for error or creativity.

The others would, I think, be great few-shot examples to guide AI gen tasks.

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

No branches or pull requests

2 participants