Version 0.0.1 #2

Merged
dguiducci merged 42 commits from main into release 2026-07-22 14:44:42 +01:00
2 changed files with 2 additions and 8 deletions
Showing only changes of commit aba231b641 - Show all commits
-7
View File
@@ -29,13 +29,6 @@ jobs:
RUSTFLAGS="-A warnings" cargo build --release --no-default-features --target aarch64-unknown-linux-gnu RUSTFLAGS="-A warnings" cargo build --release --no-default-features --target aarch64-unknown-linux-gnu
RUSTFLAGS="-A warnings" cargo build --release --no-default-features -p skald-setup --target aarch64-unknown-linux-gnu RUSTFLAGS="-A warnings" cargo build --release --no-default-features -p skald-setup --target aarch64-unknown-linux-gnu
- name: Debug workspace
run: |
echo "PWD: $(pwd)"
echo "GITHUB_WORKSPACE: ${GITHUB_WORKSPACE:-UNSET}"
ls -la "${GITHUB_WORKSPACE:-.}" 2>&1 || true
find "${GITHUB_WORKSPACE:-.}" -maxdepth 2 -name "package.sh" 2>&1 || true
- name: Package amd64 - name: Package amd64
run: | run: |
cd "${GITHUB_WORKSPACE:-.}" cd "${GITHUB_WORKSPACE:-.}"
+2 -1
View File
@@ -17,6 +17,8 @@ blueprint/
/logs/ /logs/
/tmp/ /tmp/
/scripts/ /scripts/
!scripts/package.sh
!scripts/verify-version.sh
# Connector folders installed from the marketplace — instance data, like homes/ # Connector folders installed from the marketplace — instance data, like homes/
# and database/, not source. See crates/skald-core/src/mcp/install.rs # and database/, not source. See crates/skald-core/src/mcp/install.rs
/connectors/ /connectors/
@@ -50,7 +52,6 @@ node_modules/
# ── Private skills ──────────────────────────────────────────────────────────── # ── Private skills ────────────────────────────────────────────────────────────
skills/.gitignore skills/.gitignore
scripts/.gitignore
# ── Editors & IDEs ──────────────────────────────────────────────────────────── # ── Editors & IDEs ────────────────────────────────────────────────────────────
.claude/ .claude/