feat: local knowledge library, source discovery and session organization - #45
Merged
Conversation
Keep the assertion tied to the two-second supervisor interval while using the production-like one-second reap deadline from the shared test configuration. This avoids treating a loaded macOS runner's inability to reap within 50 ms as a runtime failure.
… feat/xirp-local-workflows # Conflicts: # docs/codex/xirp-integration-request.md
guicybercode
changed the base branch from
refactor/canvas-only-shell
to
main
September 6, 2026 02:22
Combine the scoped local file service with the knowledge discovery and canvas changes already merged into main, plus the monotonic process snapshot correction from PR42. Preserve all IPC catalog mirrors, file safety behavior, and regression coverage.\n\nValidated TypeScript, 319 frontend tests, 13 file contract tests, 12 file IPC tests, 21 knowledge tests, Rust formatting and diff checks.
Reconcile the local knowledge and organization workflows with the prepared PR44 file service and PR42 process snapshot correction. Preserve both IPC capabilities, the organization migration, all existing UI behavior and regression tests. Validated TypeScript, 336 frontend tests, version consistency, Rust formatting and diff checks. Full CI and Packaging validate the combined head on Linux and macOS.
guicybercode
marked this pull request as ready for review
September 6, 2026 02:32
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
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.
Adds a local prompt/context library, rule and skill inspection, and persistent project/session organization. Global or project text can be searched, edited with revision checks and inserted into the canvas terminal composer as an explicit editable snapshot. Pin/archive/workflow metadata is separate from process state: archiving or marking a workflow done leaves a live session running.
Validation on macOS: 300 frontend tests, TypeScript, production build and 13 Chromium E2E passed. Core/daemon/agents suites passed; storage 45 tests passed separately. Five-package all-target Clippy and formatting passed. The latest inherited probe correction passed all 64 agents tests and Clippy. SQLite/socket tests cover persistence, concurrent revisions, bounded reads, replacement rejection and organization changes while a real SessionManager-owned child stays running.
The expanded PTY suite exposed one pre-existing cleanup failure: the manager-drop test left a live shell, although its isolated rerun passed. Read-only investigation reproduced an out-of-order process-cache defect. A review patch with 11 passing standalone module tests is in docs/codex/proposals/pty-process-cache-ordering.patch for S2; it has not changed the runtime, and no test assertion was weakened. Full backend/native acceptance is therefore still open. Linux/macOS CI and Packaging both passed at
41f679c: https://github.com/guicybercode/Jig/actions/runs/34005300527 and https://github.com/guicybercode/Jig/actions/runs/34005300530. Nested discovery adds 9 scanner and 1 real-socket regression; all 31 knowledge daemon tests and daemon Clippy pass. The mounted source inspector is reconciled from S1; new head CI follows push. Evidence and exact integration APIs: docs/codex/xirp-context-report.md and docs/xirp-local-parity.md.