From 440f15a133234d3e055186369ce9ca9fab72ff09 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:48:09 +0000 Subject: [PATCH] feat: create initial repository scaffold for legal AI earning workflows - Added .gitignore with security and privacy patterns - Added AGENTS.md with rules for AI assistants - Updated README.md with repository purpose and guidelines - Created directory structure for offers, deliverables, templates, prompts, and reports Co-authored-by: dollarop <290174976+dollarop@users.noreply.github.com> --- .gitignore | 27 +++++++++++++++++++++++++++ AGENTS.md | 12 ++++++++++++ README.md | 23 ++++++++++++++++++++++- agent-prompts/.gitkeep | 0 deliverables/.gitkeep | 0 offers/.gitkeep | 0 public-reports/.gitkeep | 0 templates/.gitkeep | 0 8 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 AGENTS.md create mode 100644 agent-prompts/.gitkeep create mode 100644 deliverables/.gitkeep create mode 100644 offers/.gitkeep create mode 100644 public-reports/.gitkeep create mode 100644 templates/.gitkeep 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