Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
646a788
Complete Phase 5: Final validation and documentation
DevOpsDali Jul 18, 2025
af36697
Complete basic_math dual-mode migration
DevOpsDali Jul 18, 2025
13cdc6a
Revert "Complete basic_math dual-mode migration"
DevOpsDali Jul 18, 2025
ca2ffb1
feat: Clean up codebase and add GitHub Actions workflows
DevOpsDali Jul 19, 2025
bc06684
fix: Update GitHub Actions workflows
DevOpsDali Jul 19, 2025
ad6b808
fix: Apply cargo fmt to fix formatting issues
DevOpsDali Jul 19, 2025
ffb5d24
fix: Fix more clippy warnings
DevOpsDali Jul 19, 2025
5dde0ec
fix: Fix more clippy warnings and unused imports
DevOpsDali Jul 19, 2025
1a0f87c
Fix unused import warnings across all tool files
DevOpsDali Jul 19, 2025
b388a00
Fix import ordering with cargo fmt
DevOpsDali Jul 19, 2025
44b124c
Fix Spin version in workflow
DevOpsDali Jul 19, 2025
2a95399
Fix test_server path and update Spin version in PR validation
DevOpsDali Jul 19, 2025
bacd74b
fix: Remove test_server from CI workflow and use cargo test
DevOpsDali Jul 19, 2025
fef53f0
fix: Fix all clippy uninlined_format_args warnings
DevOpsDali Jul 19, 2025
5fb92a5
fix: Systematic clippy warning fixes (batch 1)
DevOpsDali Jul 19, 2025
6ee3c18
fix: Second batch of clippy warning fixes
DevOpsDali Jul 19, 2025
840678e
fix: Third batch of clippy warning fixes
DevOpsDali Jul 19, 2025
e855277
fix: Complete resolution of all clippy warnings
DevOpsDali Jul 19, 2025
4ea1e34
fix: Apply cargo fmt to all files
DevOpsDali Jul 19, 2025
b9e7bf7
fix: Add continue-on-error to PR comment step
DevOpsDali Jul 19, 2025
7b771a0
fix: Skip API test in CI since test_server is not available
DevOpsDali Jul 19, 2025
af73ae4
feat: Add consolidated GitHub workflows for testing
DevOpsDali Jul 19, 2025
7a2a1f6
feat: Disable old workflows and update pr-checks.yml to Spin v3.3.1
DevOpsDali Jul 19, 2025
ccda121
feat: Complete Spin v3.3.1 migration across all workflows
DevOpsDali Jul 19, 2025
47006ad
fix: Correct YAML syntax for disabled workflows
DevOpsDali Jul 19, 2025
c048ad0
test: Temporarily disable publishing for workflow validation
DevOpsDali Jul 19, 2025
789356f
fix: Disable tag triggers in release.yml for testing
DevOpsDali Jul 19, 2025
c5d1640
fix: Correct YAML syntax error in release.yml
DevOpsDali Jul 19, 2025
a8203a7
feat: Consolidate workflows from 3 to 2 with conditional linting
DevOpsDali Jul 19, 2025
b522da9
refactor: Rename pr-checks.yml to ci.yml and add main branch trigger
DevOpsDali Jul 19, 2025
10c1018
feat: Optimize ci.yml for intelligent PR vs main branch behavior
DevOpsDali Jul 19, 2025
a4a3ee7
feat: Add workflow monitoring script with improved handling
DevOpsDali Jul 19, 2025
32b6193
fix: Temporarily disable test-release job to unblock publishing
DevOpsDali Jul 19, 2025
cff8d47
fix: Add missing wasm32-wasip1 target and fix component naming
DevOpsDali Jul 19, 2025
04e567e
fix: Handle hyphen to underscore conversion in WASM filenames
DevOpsDali Jul 19, 2025
8807ed2
fix: Rename distance_2d tool to distance-two-d for Spin compatibility
DevOpsDali Jul 19, 2025
db0274b
fix: Update Cargo.toml workspace member path for renamed distance tool
DevOpsDali Jul 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
352 changes: 0 additions & 352 deletions .agents/LLM_STANDARD_LIBRARY_IMPLEMENTATION_PLAN.md

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build and Publish Tools

# DISABLED: Replaced by main-ci.yml and pr-checks.yml
on:
push:
branches: [ main, feat/core-tools, feat/llm-standard-library ]
pull_request:
branches: [ main ]
workflow_dispatch: # Manual trigger only

env:
REGISTRY: ghcr.io
Expand Down
Loading