-
Notifications
You must be signed in to change notification settings - Fork 0
User/hendler/0.3.3 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
python build
move examples content to test fixtures
cli tests
a539806 to
7b78155
Compare
Hendler
added a commit
that referenced
this pull request
Feb 2, 2026
Parallel Agent Results Summary ✅ ERR-013: Crypto Operation Errors (rust-systems-engineer) Files modified: ringwrapper.rs, pq.rs, pq2025.rs, kem.rs, aes_encrypt.rs - Added algorithm identification (Ed25519, Dilithium5, ML-DSA-87, ML-KEM-768) - Added expected vs actual values for length validation errors - Added operation context (seal vs open, encryption vs decryption) ✅ ERR-014: Schema Validation Errors (rust-systems-engineer) Files modified: schema/mod.rs, schema/utils.rs, agent/document.rs, lib.rs - Added document ID, type, and schema URL to validation errors - Enhanced "Schema not found" to list available embedded schemas - Added actionable guidance in error messages ✅ ERR-015: Agent Loading Errors (rust-systems-engineer) Files modified: agent/loaders.rs, agent/mod.rs, agent/boilerplate.rs - Added agent ID to all loading error messages - Added file paths and configuration context - Added actionable guidance (e.g., "set JACS_PRIVATE_KEY_PASSWORD") 📋 PM Sprint Prioritization (hai-product-manager) Recommended Next 10 Tasks: 1. #23 ERR-011: Convert Err(format!(...)) to JacsError (42 occurrences) 2. #27 ARCH-004: Unify error types across crate (enables #23) 3. #79 TEST-005: Add negative tests for security functions 4. #34 PROD-001: Implement proper logging configuration 5. #100 DOC-002: Add security notice to README 6. #99 DOC-001: Create SECURITY_TODO.md 7. #24 ARCH-001: Eliminate global singleton in simple.rs 8. #28 ARCH-005: Invert config/env var relationship (12-Factor) 9. #25 ARCH-002: Eliminate global state in jacspy binding 10. #26 ARCH-003: Eliminate global state in jacsnpm binding Parallelization: Tasks #99, #100, #79 can run in parallel. #27 must complete before #23. --- Session Progress: - Completed: SEC-001 to SEC-012, ERR-001 to ERR-015, PQ test fix - All 82 library tests passing
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.
No description provided.