Commit 16a36f6
authored
Add 'Intents': CLI interfaces around high-level use cases. E.g.:
* feat(node-cli): generate intent-first commands
* fix(node-cli): preserve normalized intent values
* fix(node-cli): address council review findings
* refactor(node-cli): infer intents from minimal catalog
* fix(node-cli): tighten intent serialization and e2e smoke tests
* refactor(node-cli): simplify intent generation internals
* chore(mcp-server): drop local registry artifacts
* fix(node-cli): address council review findings
* refactor(node-cli): remove dead assembly supersession path
* feat(node-cli): support generic intent inputs
* fix(node-cli): unblock CI for intent commands
* chore(repo): drop stale cursor rule symlink
* chore(mcp-server): restore registry manifest
* refactor(node): streamline intent command generation
* chore(transloadit): refresh parity fingerprint
* refactor(node): reduce intent and assembly duplication
* refactor(node): trim leftover intent runtime state
* refactor(node): centralize intent command resolution
* refactor(node): share intent field and analysis logic
* refactor(node): unify cli file processing flow
* refactor(node): tighten intent inference flow
* chore(parity): normalize fingerprint package paths
* fix(node): address council review findings
* refactor(node): reduce generated intent boilerplate
* refactor(node): simplify intent and output policy
* refactor(node): share intent and path helpers
* feat(node): add image describe intent
* fix(node): omit use from inputless intents
* refactor(node): share intent runtime helpers
* refactor(node): generate image describe intent
* refactor(node): build intent commands at runtime
* refactor(node): inline intent resolution
* refactor(node): trim intent duplication
* refactor(node): tighten intent definition flow
* test(node): add generic json smoke verifier
* refactor(node): centralize semantic intents and steps parsing
* chore(node): refresh image describe default model
* fix(node): default image describe to sonnet 4.6
* feat(node): print temporary result urls
* fix(node): tighten intent url output and downloads
* refactor(node): centralize intent field inference
* refactor(node): share intent parsing helpers
* refactor(node): keep url printing at command layer
* fix(node): honor describe labels and stale bundles
* feat(node): add markdown to pdf intent
* fix(node): preserve markdown pdf toc anchors
* refactor(node): move markdown pdf rendering to api2
* fix(node): preserve upload filenames in cli assemblies
* fix(node): address council review findings
* feat(node): add markdown docx intent
* refactor(node): share markdown and result helpers
* fix(node): tighten intent and input safeguards
* fix(node): preserve hidden temp input filenames
* fix(node): tighten URL and stale result handling
* fix(node): support public IPv6 URL inputs
* docs(node): generate intent command reference
* docs(node): polish generated intent reference
* refactor(node): share cli option docs metadata
* refactor(node): centralize cli option definitions
* fix(node): normalize top-level cli errors
* refactor(node): share semantic intent parsing helpers
* refactor(node): unify semantic intent descriptors
* fix(node): harden watch assembly output handling
* docs(node): dedupe shared intent flags
* fix(node): restore full intent smoke coverage
* refactor(node): share cli option helpers
* fix(node): restore verify and parity
* chore: refresh lockfile for cacheable-lookup
* chore(transloadit): track generated README
* chore(transloadit): refresh README parity
* chore(transloadit): refresh parity baseline
* chore: add release changeset for intent CLInpx -y transloadit image generate --prompt "foo" (#363)1 parent 0e1f089 commit 16a36f6
45 files changed
Lines changed: 11995 additions & 656 deletions
File tree
- .changeset
- .cursor/rules
- docs/fingerprint
- packages
- node
- docs
- scripts
- src
- alphalib/types/robots
- cli
- commands
- semanticIntents
- test
- e2e/cli
- support
- unit
- cli
- transloadit
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments