963 B
963 B
Initial Project Scaffold (by Cleo)
Structure
- README.md (project purpose, background, key links/notes)
- api-samples.md (JSON examples of Adobe Sign API responses)
- docs/agent-harness/ (fill in agent template/execution structure)
Next Steps
- Copy/initialize Agent Harness templates:
- /docs/agent-harness/README.md
- /docs/agent-harness/SPEC-CREATION-GUIDE.md
- ... (see BOOTSTRAP.md for all recommended files)
- Collect and version sample API payloads for real templates
- Begin mapping table for Adobe→DocuSign fields/roles/workflows
- Draft initial Product Spec in docs/
Suggestions for further setup
- Add a .gitignore (Node/Python/LLM junk, e.g. .DS_Store, .venv)
- Initialize a Git repo
- Optionally set up a
requirements.txtorpackage.jsonif scripting - (Later) Add test/docs folders, migration state tracking
This file generated 2026-04-14 to bootstrap the project scaffold. Update as needed for specifics!