-
Notifications
You must be signed in to change notification settings - Fork 0
Add SurrealDB backend and v1 proxy API #2
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cdc5a32
Add SurrealDB backend and v1 proxy API
CLoaKY233 7379dca
Support PBKDF2 encryption keys and API updates
CLoaKY233 a922acb
Migrate to surrealdb-types and add NotFound error
CLoaKY233 2027283
Make virtual API key generation fallible
CLoaKY233 6a269bf
Move SurrealDB seed models, add validations and fixes
CLoaKY233 130fe24
Add HttpClient trait and RequireAuth extractor
CLoaKY233 3646ad2
Rename project to ValyMux and update crates
CLoaKY233 371b803
Remove claude skill symlinks
CLoaKY233 9d922ab
Add skills to claude
CLoaKY233 76ee9de
Chore: bootstrap ValyMux project scaffolding
CLoaKY233 9692885
Bump sha2 to 0.11.0
CLoaKY233 b153c83
Remove build.jobs setting from Cargo config
CLoaKY233 8f97fdd
Remove .claude skills docs and add to .gitignore
CLoaKY233 a09bade
Refactor CI, DB errors, and secrets redaction
CLoaKY233 cce117d
Simplify rustfmt config and reformat auth call
CLoaKY233 30af36f
Consolidate docs: add AGENTS.md and update CLAUDE.md
CLoaKY233 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../.agents/skills/rust-async-patterns |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../.agents/skills/rust-best-practices |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../.agents/skills/rust-engineer |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| /target | ||
| .env | ||
| .agents | ||
| /skills | ||
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick | 🔵 Trivial
🧩 Analysis chain
🏁 Script executed:
Repository: CLoaKY233/Valygate
Length of output: 840
The
/skillsentry's purpose is now clear—consider adding a comment to clarify the pattern.The
skills-lock.jsonfile shows that skills are downloaded and managed as dependencies. The/skillsentry is the gitignore for the generated skills directory (parallel to.agents), so it has a valid purpose. Adding a brief comment in.gitignoreexplaining that both.agentsand/skillsare generated/downloaded directories would improve clarity for contributors.🤖 Prompt for AI Agents