generated from karmaniverous/stan
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Right now, outbound interop messages are written to .stan/interop and inbounds are simply added to imports.
Create a more intentional structure that assumes the same structure in other STAN projects. Example:
stan.config.yml
stan-core:
interop:
get-dotenv: ../get-dotenv
Directory structure:
- .stan
- interop
- get-dotenv
- in
* ... inbound messages - out
* ... outbound messages
Refine the system prompt such that "compose an interop message to get-dotenv" will put the right message in the right place, and "review the latest interop message from get-dotenv" will look in the right place.
Make sure all interop message titles are timestamped.
Metadata
Metadata
Assignees
Labels
No labels