Skip to content

Commit d463e69

Browse files
authored
Merge pull request #2 from link-foundation/issue-1-96263e267aa6
feat: implement sync-auth MVP - bidirectional credential sync for dev tools
2 parents ceaa094 + 75a41e8 commit d463e69

24 files changed

Lines changed: 3280 additions & 497 deletions

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to rust-ai-driven-development-pipeline-template
1+
# Contributing to auth-sync
22

33
Thank you for your interest in contributing! This document provides guidelines and instructions for contributing to this project.
44

@@ -7,8 +7,8 @@ Thank you for your interest in contributing! This document provides guidelines a
77
1. **Fork and clone the repository**
88

99
```bash
10-
git clone https://github.com/YOUR-USERNAME/rust-ai-driven-development-pipeline-template.git
11-
cd rust-ai-driven-development-pipeline-template
10+
git clone https://github.com/YOUR-USERNAME/auth-sync.git
11+
cd auth-sync
1212
```
1313

1414
2. **Install Rust**
@@ -166,7 +166,7 @@ Use Rust documentation comments:
166166
/// # Examples
167167
///
168168
/// ```
169-
/// use my_package::example_function;
169+
/// use sync_auth::example_function;
170170
/// let result = example_function(1, 2);
171171
/// assert_eq!(result, 3);
172172
/// ```

0 commit comments

Comments
 (0)