feat(prolog): add durable symbolic knowledge store #33
No reviewers
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/skills!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/prolog-long-term-kb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
library(persistency)knowledge store for long-term symbolic memory.project,global, and explicitsessionscopes; project identity is shared across worktrees via repository identity.memory,bug,failure_path,invariant,decision,workaround, andwarning.active,resolved, andsuperseded, plus explicitforgetfor deletion.prolog-verifywithremember,recall,resolve,supersede,forget, andcontext..prolog/knowledge.kbas an active read-only projection for verification/reasoning..prolog/facts.kbplus current machine observations remain authoritative proof.Default store
$XDG_DATA_HOME/prolog-verification/knowledge.db(normally~/.local/share/prolog-verification/knowledge.db), overridable withPROLOG_VERIFY_DB.Validation
prolog-verify.pycompiles cleanly.tests/test_prolog_verification.pycases pass locally when run in shards (the complete single invocation exceeds the local tool-call wall clock, not a test failure).View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.