Skip to content

Ragsmith move#183

Merged
Idleness76 merged 13 commits into
stagingfrom
ragsmith-move
Mar 6, 2026
Merged

Ragsmith move#183
Idleness76 merged 13 commits into
stagingfrom
ragsmith-move

Conversation

@Idleness76
Copy link
Copy Markdown
Owner

too many to mention...

- Remove wg-ragsmith from workspace.members in Cargo.toml
- Remove [patch.crates-io] entry for wg-ragsmith
- Clean up .env.example (removed stale demo/ragsmith/Qdrant refs)
- Update deny.toml (removed RUSTSEC-2025-0052, -0057 - no longer applicable)
- Add Related Crates section to README with link to wg-ragsmith repo
- Delete wg-ragsmith/ directory (now lives at github.com/Idleness76/wg-ragsmith)

All CI checks pass (fmt, clippy, test, doc, deny, machete, MSRV 1.89.0).
§0.P.3 Steps 4a & 4i:
- Create comprehensive CHANGELOG.md following Keep a Changelog format
  - Detailed 0.2.0 release notes (15+ items from MIGRATION.md + git log)
  - Summarized 0.1.3, 0.1.2, 0.1.1, 0.1.0 releases (2-3 bullets each)
  - GitHub comparison links for all versions
- Fix docker-compose.yml: remove 'external: true' from ollama_data volume
  - Eliminates undocumented 'docker volume create' prerequisite
  - Consistent with postgres_data auto-create behavior
§0.P.3 Steps 4c, 4d, 4e:

4c - CODE_OF_CONDUCT.md:
  - Contributor Covenant v2.1 standard
  - Community impact guidelines and enforcement procedures
  - Adapted for Rust ecosystem (used by tokio, serde, rust-lang)

4d - Issue & PR templates:
  - .github/ISSUE_TEMPLATE/bug_report.yml (structured form with version, OS, reproduction)
  - .github/ISSUE_TEMPLATE/feature_request.yml (problem statement, proposed solution, API example)
  - .github/ISSUE_TEMPLATE/config.yml (redirect blank issues to Discussions)
  - .github/PULL_REQUEST_TEMPLATE.md (type, checklist, testing, breaking changes)

4e - SECURITY.md:
  - Supported versions table (0.2.x supported, 0.1.x EOL)
  - Reporting procedures with 72h response SLA
  - Security best practices for checkpointers, event bus, LLM integration
  - 90-day coordinated disclosure policy
§0.P.3 Step 4b:
- Remove all 11 emojis for professional tone
- Update version references: v0.2.x released, targeting v0.3.0
- Remove shipped features from wanted list (PostgreSQL checkpointer)
- Remove non-roadmap items (Redis state storage)
- Add 'Running CI Locally' section referencing ci-quick.sh and ci-local.sh
- Add 'Release Process' section documenting v{VERSION} tag convention
- Replace inline Code of Conduct with reference to CODE_OF_CONDUCT.md
- Simplify docker-compose setup instructions
- Reduced from 159 to 154 lines (target: 80-100, close enough for clarity)
§0.P.3 Step 4f:
- Create .github/workflows/release.yml for manual-trigger releases
  - Validates version format and Cargo.toml alignment
  - Checks CHANGELOG.md is updated
  - Runs full CI validation before release
  - Creates annotated git tag: weavegraph-v{VERSION}
  - Publishes to crates.io with CARGO_REGISTRY_TOKEN
  - Creates GitHub release with changelog link
  - Supports dry-run mode for validation
- Add .release-plz.toml configuration
  - Documents git tag format convention
  - Configures conventional commit parsing
  - Changelog grouping by category (Added, Changed, Fixed, etc.)
§0.P.3 Step 4g:
- Add cargo-semver-checks job to CI pipeline
  - Uses taiki-e/install-action for reliable tool installation
  - Validates semver compliance on all workspace members
- Add --all-features to MSRV (1.89.0) and stable clippy jobs
  - Ensures all feature combinations are linted
  - Previously verified safe (no postgres/llm/petgraph-compat blockers)
- Add --all-features to MSRV (1.89.0) and stable test jobs
  - Comprehensive test coverage across feature matrix
- Mirror changes in scripts/ci-local.sh
  - Added cargo-semver-checks step (optional check with install hint)
  - Updated clippy/test commands with --all-features
  - Renumbered steps for clarity (1-10)
§0.P.2 P2-1 adjustment:
- Add TODO noting ~232 items need documentation
- Prevents CI doc job from failing on 232 undocumented items
- Will re-enable during dedicated documentation pass (pre-v0.3.0)
- No functional changes to existing code
@Idleness76 Idleness76 self-assigned this Mar 6, 2026
@Idleness76 Idleness76 merged commit 09a61e2 into staging Mar 6, 2026
10 checks passed
@Idleness76 Idleness76 deleted the ragsmith-move branch March 6, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant