[Mnemosyne] Fix path command bug + add vitality/decay CLI commands #1267
Reference in New Issue
Block a user
Delete Branch "fix/mnemosyne-cli-path-vitality"
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?
Closes #1266
Bug Fix
cmd_pathcalled nonexistent_load(args.archive)→ now usesMnemosyneArchive()pathwas missing from dispatch dict → addedNew CLI Commands
mnemosyne touch <id>mnemosyne decaymnemosyne vitality <id>mnemosyne fading [-n N]mnemosyne vibrant [-n N]Tests
tests/test_cli_commands.py— 13 tests covering path, touch, decay, vitality, fading, vibrantFiles Changed
nexus/mnemosyne/cli.py— fix path bug + add 5 new CLI commandsnexus/mnemosyne/tests/test_cli_commands.py— new test filenexus/mnemosyne/FEATURES.yaml— updated manifest