-
Notifications
You must be signed in to change notification settings - Fork 0
docs: view updated terms #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
06202f4
306e246
0898944
4f5754b
fe2a296
5ee7a4e
5f7b15a
9dc6f16
eb1ef06
8a8ed9e
76d5196
420d363
a452480
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |
| > the Standard Terms published at: | ||
| > [github.com/holdex/contractor-terms](https://github.com/holdex/contractor-terms) | ||
| > | ||
| > **Standard Terms version applicable to this Agreement:** <!-- e.g. v1.0 --> | ||
| > **Standard Terms version applicable to this Agreement:** <!-- e.g. v1.0.0 --> | ||
|
|
||
| --- | ||
|
|
||
|
|
@@ -71,10 +71,11 @@ | |
|
|
||
| > Applies only if Engagement Mode is Retainer. Leave blank otherwise. | ||
|
|
||
| | Field | Value | | ||
| | --------------- | ---------------------- | | ||
| | Rate (USD/hour) | <!-- RATE_PER_HOUR --> | | ||
| | Payment Cycle | Monthly | | ||
| | Field | Value | | ||
| | ----------------- | ---------------------------------------- | | ||
| | Rate (USD/hour) | <!-- RATE_PER_HOUR --> | | ||
| | Payment Cycle | Monthly | | ||
| | Monthly Hours Cap | <!-- MONTHLY_HOURS_CAP (or "None") --> | | ||
|
|
||
| ### Project and Milestone Fees | ||
|
|
||
|
|
@@ -100,8 +101,8 @@ the issue must follow this structure: | |
|
|
||
| ```text | ||
| **Work Order — [Brief Title]** | ||
| Agreement: [Contractor Full Name] — Special Terms v[X] / Standard Terms v[X] | ||
| Payment Type: [Per-Project / Milestone-Based / Retainer + Commission] | ||
| Agreement: [Contractor Full Name] — Special Terms v[X.Y.Z] / Standard Terms v[X.Y.Z] | ||
| Payment Type: [Per-Project / Milestone-Based / Hourly] | ||
|
Comment on lines
+104
to
+105
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check how Hourly/Retainer payment types are used across engagement modes
echo "=== Work Order references in STANDARD_TERMS.md ==="
rg -n -C3 'Work Order' STANDARD_TERMS.md | head -40
echo -e "\n=== Engagement Mode definitions ==="
rg -n -C5 'Engagement Mode' STANDARD_TERMS.md
echo -e "\n=== Payment Type references ==="
rg -n -C3 'Payment Type' STANDARD_TERMS.md SPECIAL_TERMS.mdRepository: holdex/contractor-terms Length of output: 5354 Remove "Hourly" from the Work Order Payment Type options in SPECIAL_TERMS.md line 105. Work Orders apply only to Project/Milestone engagements. Hourly billing applies exclusively to Retainer engagements, which don't use Work Orders. Keep Payment Type to: [Per-Project / Milestone-Based]. 🤖 Prompt for AI Agents |
||
|
|
||
| **Scope:** | ||
| [Description of work to be delivered] | ||
|
|
@@ -140,6 +141,25 @@ but unpaid amounts — remain valid and are not affected by this supersession. | |
|
|
||
| --- | ||
|
|
||
| ## Prior Inventions Schedule | ||
|
|
||
| > This schedule is required by the Intellectual Property section of the Standard | ||
| > Terms. List all pre-existing intellectual property, tools, methodologies, and | ||
| > materials that the Contractor owns or has rights to and that may be incorporated | ||
| > into Work Product delivered under this Agreement. If there are no Prior | ||
| > Inventions to disclose, write "None" in the table below. | ||
| > | ||
| > This schedule cannot be amended after the Agreement is signed without the | ||
| > written consent of both Parties. | ||
|
|
||
| | # | Description of Prior Invention | Ownership / Licence Basis | | ||
| | - | ----------------------------------- | ------------------------- | | ||
| | 1 | <!-- PRIOR_INVENTION_1 or "None" --> | | | ||
|
|
||
| > Add rows as needed. | ||
|
|
||
| --- | ||
|
|
||
| ## Signatures | ||
|
|
||
| By signing below, both Parties confirm they have read, understood, and agreed to | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.