Open
Conversation
git-subtree-dir: examples/custom_ending_message git-subtree-split: 566f390ab1f794194b94248429c1838baff34896
…custom_ending_message'
git-subtree-dir: examples/text_chat_only_cvi git-subtree-split: a3347c1f501c7526d523d3b2ed2103d73c46b72e
…text_chat_only_cvi'
…283e git-subtree-dir: examples/start-stop-recording-new git-subtree-split: 6aa283e4d918e19b135445f8c2098bf2cec1d38c
…start-stop-recording-new'
git-subtree-dir: examples/red_or_black git-subtree-split: d7fafb9f734b4312be5fac8c3ef4939979af6882
git-subtree-dir: examples/microphone-only-cvi git-subtree-split: b6b662a1153c996cdc6124ae28518fde282323d8
…microphone-only-cvi'
git-subtree-dir: examples/join_raw_stream git-subtree-split: 18196dd6e7234f17a6f282436cff5d720a0e0bf5
…mmit e7d6f90 git-subtree-dir: examples/interactions-protocol-playground git-subtree-split: e7d6f902bd813f83bedb20a3a8081a56ff4b253e
…interactions-protocol-playground'
git-subtree-dir: examples/CVI-greenscreen-webGL git-subtree-split: 93adbd77d6b53e62c0c8dd15aec1a5c17ab9975d
…CVI-greenscreen-webGL'
- Introduced a Makefile for convenient subtree management commands. - Added a GitHub Actions workflow for automated daily syncing of subtrees. - Created a configuration file to define subtrees and their source repositories. - Implemented a sync script to handle subtree synchronization with error handling and logging. - Updated README and internal documentation for clarity on usage and features.
- Remove Makefile from root directory (moved to .subtree/Makefile) - All subtree automation is now hidden in .subtree/ directory - Public repository view shows only examples and showcases - Internal tooling remains fully functional for team use
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.
-added Andy's examples as subtrees
-added automations to auto-update Andy's subtrees when they are added or updated
-Re-did main readme.md to include comprehensive list of examples with accurate descriptions, links, and links to live demos (if applicable)
-hid subtree automation from public