chore: auto-commit (129 archivos)
- .claude/agents/fn-analizador/SKILL.md - .claude/agents/fn-constructor/SKILL.md - .claude/agents/fn-executor/SKILL.md - .claude/agents/fn-mejorador/SKILL.md - .claude/agents/fn-orquestador/SKILL.md - .claude/agents/fn-recopilador/SKILL.md - .claude/commands/app.md - .claude/commands/compile.md - .claude/commands/cpp-app.md - .claude/commands/create_functions.md - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,7 @@ e2e_checks:
|
||||
# -------------------------------------------------------------------
|
||||
- id: build
|
||||
cmd: >
|
||||
cd /home/lucas/fn_registry/apps/registry_mcp &&
|
||||
cd $HOME/fn_registry/apps/registry_mcp &&
|
||||
CGO_ENABLED=1 go build -tags fts5 -o registry_mcp .
|
||||
timeout_s: 120
|
||||
severity: critical
|
||||
@@ -64,7 +64,7 @@ e2e_checks:
|
||||
# -------------------------------------------------------------------
|
||||
- id: tests
|
||||
cmd: >
|
||||
cd /home/lucas/fn_registry/apps/registry_mcp &&
|
||||
cd $HOME/fn_registry/apps/registry_mcp &&
|
||||
CGO_ENABLED=1 go test -tags fts5 -count=1 -timeout 60s ./...
|
||||
timeout_s: 90
|
||||
severity: critical
|
||||
@@ -80,7 +80,7 @@ e2e_checks:
|
||||
# -------------------------------------------------------------------
|
||||
- id: naming_reject
|
||||
cmd: >
|
||||
cd /home/lucas/fn_registry/apps/registry_mcp &&
|
||||
cd $HOME/fn_registry/apps/registry_mcp &&
|
||||
CGO_ENABLED=1 go test -tags fts5 -count=1 -run TestValidateName -v 2>&1 |
|
||||
grep -q "PASS"
|
||||
timeout_s: 30
|
||||
@@ -98,10 +98,10 @@ e2e_checks:
|
||||
# -------------------------------------------------------------------
|
||||
- id: mcp_handshake_stdio
|
||||
cmd: |
|
||||
BINARY=/home/lucas/fn_registry/apps/registry_mcp/registry_mcp
|
||||
BINARY=$HOME/fn_registry/apps/registry_mcp/registry_mcp
|
||||
PAYLOAD='{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"e2e_probe","version":"0"}}}'
|
||||
RESPONSE=$(echo "$PAYLOAD" | timeout 5 "$BINARY" \
|
||||
--registry-root /home/lucas/fn_registry \
|
||||
--registry-root $HOME/fn_registry \
|
||||
--log-level error \
|
||||
2>/dev/null | head -n1)
|
||||
echo "response: $RESPONSE"
|
||||
|
||||
Reference in New Issue
Block a user