docs: sync documentation, fix tests, and update branding#28
Merged
initializ-mk merged 3 commits intomainfrom Mar 11, 2026
Merged
docs: sync documentation, fix tests, and update branding#28initializ-mk merged 3 commits intomainfrom
initializ-mk merged 3 commits intomainfrom
Conversation
- tools.md: add code-agent builtin tools section (bash_execute, file_read/write/edit/patch, glob/grep_search, directory_tree), registration groups, PathValidator - skills.md: add code-agent skill, update github skill (now script-backed with 8 tools and 6 scripts) - channels.md: add Telegram processing indicators (interim message after 15s, context isolation) - security/guardrails.md: add skill-specific guardrails (deny_commands/output/prompts/responses), PII validators (Luhn, SSN), outbound redaction behavior
…ardrails - guardrails.md: merge skill guardrails with main's detailed pattern docs, file protocol blocking, runtime fallback - skills.md: keep github/code-agent skill sections alongside main's skill guardrails section
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.
Summary
tools.md,skills.md,channels.md, andsecurity/guardrails.mdto reflect code-agent skill, builtin tools, Telegram interim messaging, skill guardrails, and PII validatorsTestBuildEnvVarsfor github skill'sGH_TOKENmoving to optional; alignedTestCheckOutbound_PIIBlockedwith outbound redaction behaviorworkflow_phaseandguardrailsfeatures from parallel branchesTest plan
cd forge-core && go test ./...cd forge-cli && go test ./...cd forge-plugins && go test ./...cd forge-skills && go test ./...