-
-
Notifications
You must be signed in to change notification settings - Fork 0
docs: Improve README, CLI UX, and documentation accuracy #147
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 all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0e635cc
feat: Enhance Mergify configuration for improved PR handling and auto…
unclesp1d3r df4205f
feat: Add initial configuration for MCP server using Tessl
unclesp1d3r ce35156
feat: Add initial tessl configuration file for project setup
unclesp1d3r 6d65584
feat: Add MCP server configuration for Tessl
unclesp1d3r eba12f3
feat: Add MCP server configuration for Tessl
unclesp1d3r 590f1ac
feat: Add MCP server configuration for Tessl
unclesp1d3r 9423ec9
feat: Update .gitignore to exclude tessl-generated files
unclesp1d3r 36cc6b0
feat: Add dependencies for actionbook/rust-skills with included skills
unclesp1d3r 3b3b516
docs: Update CLI and installation documentation for clarity and accuracy
unclesp1d3r 4683175
docs: Revise README for clarity and conciseness, update installation …
unclesp1d3r 49f34b1
docs: Update CLI documentation for flag naming consistency and clarity
unclesp1d3r 7c25adf
docs: Enhance error messages for binary parsing and memory mapping
unclesp1d3r c8995a5
docs: Improve informational message for no matching filters in pipeli…
unclesp1d3r 447ad0d
docs: Clarify CLI encoding enum documentation and improve help text f…
unclesp1d3r 32bcef0
tests: Add stdin edge case tests and validate help output for exit codes
unclesp1d3r 87352d8
docs: Add note on Clap derive attributes requiring string literals in…
unclesp1d3r eace435
docs: Update tags section in Quick Start guide to include additional …
unclesp1d3r ea2a9d6
fix: Revert misleading error recovery hints and improve filter diagno…
unclesp1d3r 4e00fa1
fix: Relax stdin Mach-O test assertion for cross-platform safety
unclesp1d3r 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
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,4 @@ | ||
| [mcp_servers.tessl] | ||
| type = "stdio" | ||
| command = "tessl" | ||
| args = [ "mcp", "start" ] |
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,12 @@ | ||
| { | ||
| "mcpServers": { | ||
| "tessl": { | ||
| "type": "stdio", | ||
| "command": "tessl", | ||
| "args": [ | ||
| "mcp", | ||
| "start" | ||
| ] | ||
| } | ||
| } | ||
| } |
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,12 @@ | ||
| { | ||
| "mcpServers": { | ||
| "tessl": { | ||
| "type": "stdio", | ||
| "command": "tessl", | ||
| "args": [ | ||
| "mcp", | ||
| "start" | ||
| ] | ||
| } | ||
| } | ||
| } |
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 |
|---|---|---|
|
|
@@ -141,3 +141,8 @@ tests/fixtures/* | |
|
|
||
| # Git worktrees | ||
| .worktrees/ | ||
|
|
||
|
|
||
| # tessl-generated files | ||
| **/tessl__* | ||
| .tessl/tiles/ | ||
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,12 @@ | ||
| { | ||
| "mcpServers": { | ||
| "tessl": { | ||
| "type": "stdio", | ||
| "command": "tessl", | ||
| "args": [ | ||
| "mcp", | ||
| "start" | ||
| ] | ||
| } | ||
| } | ||
| } |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.