Long time no see everyone.
I wonder if I’m a late starter and everyone uses my newly explored trick for my team or if it’s a revolutionary idea 😊
I build AGENTs for my team and started using .files for things they shouldn’t see. Not because I wanna be secretive but because they can’t break what the don’t see (if it’s protected of course) and their view is clear for the things that matter. Simple example:
Project folder
—— .AGENT.md
—— .logo.svg
—— .style.css
—— TEMPLATE.html
—— 01_inbox
—— 02_output
In that case the template - is filled with data from the inputs copied to the output for instance.
The output html the can open and print as pdf, like a contract we use over and over again and is branded.
They don’t need to see css, logo or not even the AGENT. Not even use an AI 😊
Magic ❤️
What do you say?