diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40321a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Environment variables +.env +.env.* + +# Secrets and tokens +*token* +*secret* +*key* + +# Private wallet files +*.json +*.wallet +*.key + +# Captcha images +captchas/ +*.png +*.jpg +*.jpeg +*.gif + +# Personal profile forms +profiles/ +personal/ +*.pdf +*.doc +*.docx diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..fe708a5 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,12 @@ +# Agent Rules and Guidelines + +This workbench is for legal AI-assisted earning workflows. To maintain integrity and safety, the following rules are strictly enforced: + +- **No Fake Reviews:** Do not generate or post fake reviews for products or services. +- **No Fake Survey Profiles:** Do not create or use fake profiles for surveys. +- **No Fabricated Demographics:** Do not use or provide fabricated demographic information. +- **No Auto-Clicking:** Do not use or implement automated clicking tools or scripts. +- **No VPN/Proxy Evasion:** Do not attempt to evade regional restrictions using VPNs or proxies. +- **No Deposits/Trading/Gambling:** Do not participate in or facilitate deposits, trading, or gambling/casino activities. +- **No Uploading Secrets:** Never upload API keys, tokens, private keys, or any other sensitive credentials. +- **No Sensitive Data:** Do not include email addresses, PayPal data, cookies, KYC data, or personal profile data. diff --git a/README.md b/README.md index 937824f..ae007d6 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# money-agent-workbench \ No newline at end of file +# Money Agent Workbench + +This repository serves as a public, non-sensitive workbench for legal AI-assisted earning workflows. It contains only public work artifacts and is designed to demonstrate professional capabilities without exposing sensitive information. + +## Repository Contents + +- **agent-prompts/**: Collection of reusable AI prompts. +- **deliverables/**: Examples of work produced. +- **offers/**: Service offers and descriptions. +- **public-reports/**: Sanitized reports and analysis. +- **templates/**: Reusable document and workflow templates. + +## Principles + +This repository contains **only public work artifacts**: +- Prompts +- Templates +- Service offers +- Sanitized reports +- Deliverable examples + +**Note:** This repository does NOT contain API keys, tokens, email addresses, PayPal data, cookies, private wallet keys, KYC data, captchas, or personal profile data. diff --git a/agent-prompts/.gitkeep b/agent-prompts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/deliverables/.gitkeep b/deliverables/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/offers/.gitkeep b/offers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/public-reports/.gitkeep b/public-reports/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/templates/.gitkeep b/templates/.gitkeep new file mode 100644 index 0000000..e69de29