Commit 474d40a
feat!(action): simplify v2 flow to CLI incremental/full contract (#69)
* feat(action): simplify action flow to incremental/full CLI contract
* fix(action): restore manifest and CI checks
* fix(ci): align dogfood workflows with action inputs
* fix(lint): make local runner shellcheck clean
* fix(action): restore review authentication compatibility
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(action): run engine on supported Python
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(action): honor engine fallback contract
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(action): surface engine contract errors
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(action): parse logged engine responses
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(action): normalize direct LLM keys
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(review): retain baseline through rendering
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(review): read boolean render metadata
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(review): post rendered diagram content
Amp-Thread-ID: https://ampcode.com/threads/T-019fc956-723a-737d-a4ac-b0470f146cd4
Co-authored-by: Amp <amp@ampcode.com>
* fix(action): stream CLI progress logs
* fix(review): restore slash command feedback
* fix(review): refine comment presentation
* fix(sync): preserve user CodeBoarding config
* feat!: simplify the v2 action contract
Move orchestration into focused scripts, reduce persisted sync output to Core analysis state, support direct providers with model overrides, and route hosted OIDC requests through the deployed AWS proxy.
BREAKING CHANGE: v2 removes deprecated v1 inputs and generated sync documentation.
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix: resolve action paths and local fallbacks safely
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix: remove deprecated artifact fallback
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* chore: defer dogfood workflow cleanup
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix(review): highlight components owning changed methods
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix(action): address sync and cleanup edge cases
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix(action): address final review edge cases
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix(action): secure slash commands and dogfood inputs
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* fix(review): link progress comment to workflow run
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
* docs(scripts): explain shell script purposes
Amp-Thread-ID: https://ampcode.com/threads/T-019fdc90-d8c3-779f-92ce-ce9888aad94d
Co-authored-by: Ivan Milev <ivanmilevtues@gmail.com>
---------
Co-authored-by: Amp <amp@ampcode.com>1 parent fdcd7c6 commit 474d40a
31 files changed
Lines changed: 1990 additions & 6002 deletions
File tree
- .github/workflows
- scripts
- action
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
| |||
70 | 65 | | |
71 | 66 | | |
72 | 67 | | |
| 68 | + | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
| |||
145 | 141 | | |
146 | 142 | | |
147 | 143 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 144 | | |
154 | | - | |
| 145 | + | |
155 | 146 | | |
156 | 147 | | |
157 | 148 | | |
158 | | - | |
159 | | - | |
| 149 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
41 | 38 | | |
42 | 39 | | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
61 | 49 | | |
62 | 50 | | |
63 | | - | |
| 51 | + | |
64 | 52 | | |
65 | 53 | | |
66 | 54 | | |
| |||
123 | 111 | | |
124 | 112 | | |
125 | 113 | | |
126 | | - | |
0 commit comments