docs: Update README with dev branch features and advanced logging capabilities#56
Merged
warengonzaga merged 3 commits intodevfrom Jul 14, 2025
Merged
Conversation
Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] README: Add missing features, advanced logging/security, deployment, and troubleshooting (dev branch sync)
docs: Update README with dev branch features and advanced logging capabilities
Jul 13, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the README to reflect new dev-branch features and improve documentation around logging, security, commands, environment configuration, troubleshooting, and contribution workflows.
- Documents enterprise-grade logging and supply chain security features powered by @wgtechlabs/log-engine
- Adds new user and admin command listings, environment setup notes, and a troubleshooting section
- Clarifies contributing requirements with branching, build, and type-check rules
Comments suppressed due to low confidence (3)
README.md:319
- The sample .env block above does not include
DATABASE_SSL_VALIDATE. Add it to the required configuration snippet to match troubleshooting advice.
- For local development, set `DATABASE_SSL_VALIDATE=false`
README.md:64
- [nitpick] It may be helpful to mention the minimum required version of @wgtechlabs/log-engine (e.g., v2.2.0) in this section to ensure users install the correct release.
### **Powered by @wgtechlabs/log-engine**
Comment on lines
+208
to
+210
| # Optional - Debug and logging configuration | ||
| LOG_LEVEL=info # Set to 'debug' for detailed troubleshooting | ||
| VERBOSE_LOGGING=false # Set to 'true' for verbose webhook logging |
There was a problem hiding this comment.
[nitpick] Debug and logging configuration is shown twice (here and above in the Advanced Logging section). Consider consolidating into one location to reduce duplication.
Suggested change
| # Optional - Debug and logging configuration | |
| LOG_LEVEL=info # Set to 'debug' for detailed troubleshooting | |
| VERBOSE_LOGGING=false # Set to 'true' for verbose webhook logging | |
| # Debug and logging configuration | |
| For detailed information about configuring debug and logging settings, please refer to the [Advanced Logging section](README.md#advanced-logging). |
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.
Updates the README to accurately reflect the current state of the codebase from the dev branch, documenting all new features while keeping changes minimal and focused.
📋 Changes Made
✨ New Features Documented
Advanced Logging & Security
LOG_LEVEL=debug,VERBOSE_LOGGING=true)Commands Documentation
/activate,/setup,/templates/cancel,/resetEnvironment Configuration
Troubleshooting Section
Contributing Guidelines
🛡️ Supply Chain Security
Documented security features:
🔧 Debug Configuration
Added debugging environment variables:
✅ Validation
sbom:generate,docker:build:sbom)🎯 Impact
This update ensures the README accurately represents the current capabilities of the bot, making it easier for users to:
The documentation now properly reflects the enterprise-grade logging capabilities and supply chain security measures implemented in the dev branch.
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.