autotouch-cli 0.2.44__tar.gz → 0.2.45__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/PKG-INFO +12 -28
  2. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/README.md +11 -27
  3. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
  4. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/data/cli-manifest.json +1 -1
  5. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/PKG-INFO +12 -28
  6. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/pyproject.toml +1 -1
  7. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/MANIFEST.in +0 -0
  8. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/__init__.py +0 -0
  9. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/cli.py +0 -0
  10. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/cli_contracts.py +0 -0
  11. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/__init__.py +0 -0
  12. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/auth.py +0 -0
  13. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/cells.py +0 -0
  14. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/columns.py +0 -0
  15. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/jobs.py +0 -0
  16. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/leads.py +0 -0
  17. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/linkedin.py +0 -0
  18. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/prompts.py +0 -0
  19. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/rows.py +0 -0
  20. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/search.py +0 -0
  21. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/sequences.py +0 -0
  22. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/tables.py +0 -0
  23. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/tasks.py +0 -0
  24. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/webhooks.py +0 -0
  25. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/workspace_secrets.py +0 -0
  26. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/__init__.py +0 -0
  27. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/auth.py +0 -0
  28. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/config.py +0 -0
  29. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/http.py +0 -0
  30. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/io.py +0 -0
  31. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/output.py +0 -0
  32. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/polling.py +0 -0
  33. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/mongo_status.py +0 -0
  34. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/parser_groups.py +0 -0
  35. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/sequence_support.py +0 -0
  36. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/templates.py +0 -0
  37. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/SOURCES.txt +0 -0
  38. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  39. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/entry_points.txt +0 -0
  40. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/requires.txt +0 -0
  41. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/top_level.txt +0 -0
  42. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/__init__.py +0 -0
  43. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/linkedin_contract.py +0 -0
  44. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/provider_registry.py +0 -0
  45. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/search_contract.py +0 -0
  46. {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.44
3
+ Version: 0.2.45
4
4
  Summary: Autotouch Smart Table CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -110,34 +110,18 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
110
110
  - Create/activate sequences: `autotouch sequences recipe`, `autotouch sequences create`, `autotouch sequences activate`
111
111
  - Query leads: `autotouch leads query`
112
112
 
113
- ## Automation Workflow
113
+ ## More
114
114
 
115
- For automation or agent-driven setup, read machine-readable contract first:
116
-
117
- ```bash
118
- autotouch capabilities --output json
119
- ```
120
-
121
- Important sections:
122
-
123
- - `cli-manifest`: local command grammar, flags, aliases, and output contracts shipped with the CLI
124
- - `automation.providers`: provider setup contracts
125
- - `automation.workflow_blueprints`: common multi-step workflow patterns
126
- - `inspection.research_table`: exact row/cell audit endpoints and audit loop
127
-
128
- ## Local Backend
129
-
130
- Point the CLI at a local backend when you want fast iteration against `run_local.sh` or another local stack:
131
-
132
- ```bash
133
- autotouch capabilities --base-url http://localhost:8005 --output json
134
- ```
135
-
136
- Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instead of your saved config.
115
+ For automation or agent-driven setup, use:
116
+ - `autotouch cli-manifest --output json` for the local machine-readable command contract
117
+ - `autotouch cli-reference` for the shipped parser-generated reference
118
+ - `autotouch capabilities --output json` for provider/workflow contracts
119
+ - `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
120
+ - `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
137
121
 
138
122
  ## Docs
139
123
 
140
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/reference/autotouch-cli.md
141
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/guides/autotouch-cli-agent-playbook.md
142
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/reference/tables-api.md
143
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/platform/authentication.md
124
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/autotouch-cli.md
125
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/guides/autotouch-cli-agent-playbook.md
126
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/tables-api.md
127
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/platform/authentication.md
@@ -101,34 +101,18 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
101
101
  - Create/activate sequences: `autotouch sequences recipe`, `autotouch sequences create`, `autotouch sequences activate`
102
102
  - Query leads: `autotouch leads query`
103
103
 
104
- ## Automation Workflow
104
+ ## More
105
105
 
106
- For automation or agent-driven setup, read machine-readable contract first:
107
-
108
- ```bash
109
- autotouch capabilities --output json
110
- ```
111
-
112
- Important sections:
113
-
114
- - `cli-manifest`: local command grammar, flags, aliases, and output contracts shipped with the CLI
115
- - `automation.providers`: provider setup contracts
116
- - `automation.workflow_blueprints`: common multi-step workflow patterns
117
- - `inspection.research_table`: exact row/cell audit endpoints and audit loop
118
-
119
- ## Local Backend
120
-
121
- Point the CLI at a local backend when you want fast iteration against `run_local.sh` or another local stack:
122
-
123
- ```bash
124
- autotouch capabilities --base-url http://localhost:8005 --output json
125
- ```
126
-
127
- Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instead of your saved config.
106
+ For automation or agent-driven setup, use:
107
+ - `autotouch cli-manifest --output json` for the local machine-readable command contract
108
+ - `autotouch cli-reference` for the shipped parser-generated reference
109
+ - `autotouch capabilities --output json` for provider/workflow contracts
110
+ - `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
111
+ - `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
128
112
 
129
113
  ## Docs
130
114
 
131
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/reference/autotouch-cli.md
132
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/guides/autotouch-cli-agent-playbook.md
133
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/reference/tables-api.md
134
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/platform/authentication.md
115
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/autotouch-cli.md
116
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/guides/autotouch-cli-agent-playbook.md
117
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/tables-api.md
118
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/platform/authentication.md
@@ -1,6 +1,6 @@
1
1
  # Autotouch CLI Reference
2
2
 
3
- Generated from the installed parser for `autotouch-cli` `0.2.44`.
3
+ Generated from the installed parser for `autotouch-cli` `0.2.45`.
4
4
 
5
5
  ## Output Modes
6
6
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.44",
2
+ "version": "0.2.45",
3
3
  "entry_points": {
4
4
  "autotouch": "autotouch_cli.cli:main",
5
5
  "smart-table": "autotouch_cli.cli:main"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.44
3
+ Version: 0.2.45
4
4
  Summary: Autotouch Smart Table CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -110,34 +110,18 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
110
110
  - Create/activate sequences: `autotouch sequences recipe`, `autotouch sequences create`, `autotouch sequences activate`
111
111
  - Query leads: `autotouch leads query`
112
112
 
113
- ## Automation Workflow
113
+ ## More
114
114
 
115
- For automation or agent-driven setup, read machine-readable contract first:
116
-
117
- ```bash
118
- autotouch capabilities --output json
119
- ```
120
-
121
- Important sections:
122
-
123
- - `cli-manifest`: local command grammar, flags, aliases, and output contracts shipped with the CLI
124
- - `automation.providers`: provider setup contracts
125
- - `automation.workflow_blueprints`: common multi-step workflow patterns
126
- - `inspection.research_table`: exact row/cell audit endpoints and audit loop
127
-
128
- ## Local Backend
129
-
130
- Point the CLI at a local backend when you want fast iteration against `run_local.sh` or another local stack:
131
-
132
- ```bash
133
- autotouch capabilities --base-url http://localhost:8005 --output json
134
- ```
135
-
136
- Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instead of your saved config.
115
+ For automation or agent-driven setup, use:
116
+ - `autotouch cli-manifest --output json` for the local machine-readable command contract
117
+ - `autotouch cli-reference` for the shipped parser-generated reference
118
+ - `autotouch capabilities --output json` for provider/workflow contracts
119
+ - `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
120
+ - `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
137
121
 
138
122
  ## Docs
139
123
 
140
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/reference/autotouch-cli.md
141
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/guides/autotouch-cli-agent-playbook.md
142
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/research-table/reference/tables-api.md
143
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.44/docs/platform/authentication.md
124
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/autotouch-cli.md
125
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/guides/autotouch-cli-agent-playbook.md
126
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/tables-api.md
127
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/platform/authentication.md
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "autotouch-cli"
7
- version = "0.2.44"
7
+ version = "0.2.45"
8
8
  description = "Autotouch Smart Table CLI"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes