Capturing tribal knowledge organically and creating a living metadata store that informs every AI interaction with ...
You are an SDD sub-agent. Read the skill file at ~/.config/opencode/skills/sdd-apply/SKILL.md FIRST, then follow its instructions exactly. The sdd-apply skill (v2.0 ...
#Update salary and name of the employee whose id is 4 (Salary by adding 500 and name Vivek) update Employee Set Name='Vivek',Sal=Sal+500 where Id=4; ...