TC #97 — Phase 9 sources map tags each key as user/project #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Scenario / Expected
After overlay merge, config._sources[k] == 'project' for keys the .aish.lua set; == 'user' otherwise. :config show reads this for the [user] / [project] tag column.
Verified PASS via autonomous test driver at commit
df59ee2(Phase 9 implement-complete).Sources map: 3 user keys (context/shell/history) tagged [user]; 2 project keys (default_model/models) tagged [project] in :config show output. R3 cfg-embedded _sources flowing from main.lua's load_config_with_overlay to repl.lua's :config show meta correctly.
Closed by Phase 9 verify.