feat: Enhance project setup and add prompt style matching#59
Merged
Conversation
…oject dialog box Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Enhance project setup and add prompt style matching
Description
This pull request introduces several features and improvements. The primary additions include a new option during project creation to append Athanor-specific
.gitignorerules, and an enhancement to the writing prompt to allow for style matching. It also includes general documentation updates to keep the project information current.Changes Made
✨ Features
.gitignorefile. This helps streamline project initialization and ensures supplementary materials are correctly ignored by Git. (81b0a65)🐛 Fixes
📚 Documentation
PROJECT.mdhas been updated to reflect the latest changes and features. (1f5ceac)docs/designdirectory was created to centralize project design documents and specifications, starting with the spec for the Dynamic Context Builder. (bb0d6a4)⚙️ Chore
0.7.5inpackage.json. (c69cf66)