@c4a/context-cli 0.6.0-beta.8 → 0.6.1
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.
- package/LICENSE +21 -0
- package/README.md +129 -137
- package/cli.js +1573 -3320
- package/package.json +18 -3
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/claude/skills/skill-review-gate/SKILL.md +0 -3
- package/plugins/claude/skills/skill-source-scope/SKILL.md +0 -6
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/continue/references/internal-procedures/skill-review-gate.md +0 -3
- package/plugins/codex/skills/continue/references/internal-procedures/skill-source-scope.md +0 -6
- package/plugins/codex/skills/init/references/internal-procedures/skill-review-gate.md +0 -3
- package/plugins/codex/skills/init/references/internal-procedures/skill-source-scope.md +0 -6
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/skills/skill-review-gate/SKILL.md +0 -3
- package/plugins/cursor/skills/skill-source-scope/SKILL.md +0 -6
- package/plugins/skills/context-continue/references/internal-procedures/skill-review-gate.md +0 -3
- package/plugins/skills/context-continue/references/internal-procedures/skill-source-scope.md +0 -6
- package/plugins/skills/context-init/references/internal-procedures/skill-review-gate.md +0 -3
- package/plugins/skills/context-init/references/internal-procedures/skill-source-scope.md +0 -6
- package/plugin/.claude-plugin/plugin.json.template +0 -16
- package/plugin/.codex-plugin/plugin.json.template +0 -38
- package/plugin/.cursor-plugin/plugin.json.template +0 -29
- package/plugin/README.md +0 -158
- package/plugin/README_CN.md +0 -142
- package/plugin/assets/icon.svg +0 -3
- package/plugin/assets/logo.svg +0 -3
- package/plugin/assets/workflow-en.png +0 -0
- package/plugin/assets/workflow.png +0 -0
- package/plugin/commands/continue.md +0 -34
- package/plugin/commands/init.md +0 -21
- package/plugin/skills/skill-continue-workflow/SKILL.md +0 -235
- package/plugin/skills/skill-init-workspace/SKILL.md +0 -74
- package/plugin/skills/skill-package-output/SKILL.md +0 -180
- package/plugin/skills/skill-prose-align/SKILL.md +0 -322
- package/plugin/skills/skill-prose-align/references/internal-procedures/structure-planning/references/candidate-resolution.md +0 -91
- package/plugin/skills/skill-prose-align/references/internal-procedures/structure-planning/references/density-profile.md +0 -30
- package/plugin/skills/skill-prose-align/references/internal-procedures/structure-planning/references/gates.md +0 -263
- package/plugin/skills/skill-prose-align/references/internal-procedures/structure-planning.md +0 -282
- package/plugin/skills/skill-prose-compile/SKILL.md +0 -287
- package/plugin/skills/skill-prose-compile/references/internal-procedures/close-gate.md +0 -132
- package/plugin/skills/skill-prose-compile/references/internal-procedures/compile-actions/references/action-domain-gates.md +0 -52
- package/plugin/skills/skill-prose-compile/references/internal-procedures/compile-actions/references/notes.md +0 -48
- package/plugin/skills/skill-prose-compile/references/internal-procedures/compile-actions/references/refresh-and-update.md +0 -85
- package/plugin/skills/skill-prose-compile/references/internal-procedures/compile-actions/references/structural-challenges.md +0 -73
- package/plugin/skills/skill-prose-compile/references/internal-procedures/compile-actions.md +0 -413
- package/plugin/skills/skill-prose-compile/references/internal-procedures/compile-judgment.md +0 -123
- package/plugin/skills/skill-prose-compile/references/internal-procedures/semantic-judgment/references/disposition-semantics.md +0 -81
- package/plugin/skills/skill-prose-compile/references/internal-procedures/semantic-judgment/references/leakage-and-ownership.md +0 -55
- package/plugin/skills/skill-prose-compile/references/internal-procedures/semantic-judgment/references/scope-review-and-omit.md +0 -93
- package/plugin/skills/skill-prose-compile/references/internal-procedures/semantic-judgment/references/temporal-and-evidence.md +0 -79
- package/plugin/skills/skill-prose-compile/references/internal-procedures/semantic-judgment/references/user-confirmation.md +0 -111
- package/plugin/skills/skill-prose-compile/references/internal-procedures/semantic-judgment.md +0 -194
- package/plugin/skills/skill-review-gate/SKILL.md +0 -141
- package/plugin/skills/skill-source-scope/SKILL.md +0 -531
- package/plugin/skills/skill-source-scope/references/capture-source.md +0 -201
- package/plugins/assets/icon.svg +0 -3
- package/plugins/assets/workflow-en.png +0 -0
- package/plugins/assets/workflow.png +0 -0
- package/plugins/codex/assets/workflow-en.png +0 -0
- package/plugins/codex/assets/workflow.png +0 -0
- package/plugins/cursor/assets/icon.svg +0 -3
- package/plugins/cursor/assets/workflow-en.png +0 -0
- package/plugins/cursor/assets/workflow.png +0 -0
- package/scripts/build-plugin.ts +0 -658
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: capture-source
|
|
3
|
-
description: >
|
|
4
|
-
Capture local Markdown or Lark/Feishu document sources through registered
|
|
5
|
-
Context sources and declared capture phases. Use the local `context` CLI for
|
|
6
|
-
workspace writes.
|
|
7
|
-
tools:
|
|
8
|
-
- Bash
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
# Capture
|
|
12
|
-
|
|
13
|
-
Current capture discipline for document sources. The executable path is source
|
|
14
|
-
registration plus the declared capture phase flow:
|
|
15
|
-
|
|
16
|
-
- local Markdown/MDX file source: `context source add file [YYYYMMDD] --module <module> --local <path>`
|
|
17
|
-
followed by `context run capture:file:YYYYMMDD/<module> --format json`;
|
|
18
|
-
- Lark/Feishu source: `context source add lark [YYYYMMDD] --module <module> ...`
|
|
19
|
-
followed by `context run capture:lark:YYYYMMDD/<module> --format json`;
|
|
20
|
-
- refresh: rerun the same declared capture phase after status or the user asks
|
|
21
|
-
for recapture.
|
|
22
|
-
|
|
23
|
-
Use only commands surfaced by the current status output or capture phase.
|
|
24
|
-
For a user-confirmed multi-document batch, `context status --format json`
|
|
25
|
-
returns every uncaptured module in `routing.command_plan`. Run the complete
|
|
26
|
-
list in order; a successful module is omitted from the next status result.
|
|
27
|
-
When the user explicitly asks to capture, ingest, fetch, read, or include exact
|
|
28
|
-
file/Lark paths or URLs, that request is the read permission for those sources;
|
|
29
|
-
do not repeat the question after registration. A mere mention, possible-source
|
|
30
|
-
discussion, or register-only request is not permission, and an explicit refusal
|
|
31
|
-
always wins.
|
|
32
|
-
Register several file/Lark/repo sources with `context source add batch [date]
|
|
33
|
-
--input <yaml|json|->`; do not launch multiple `source add` processes in
|
|
34
|
-
parallel. Repo batch items require `module`; file/Lark items may omit it and use
|
|
35
|
-
the module returned by the CLI. A write-lock error means another Context mutation is active: wait for
|
|
36
|
-
it to finish and retry rather than editing registry files.
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
## Workflow
|
|
41
|
-
|
|
42
|
-
Capture is entirely CLI-driven — your role is to register the right source,
|
|
43
|
-
declare the matching capture phase, run the current `context run capture:*`
|
|
44
|
-
command, and relay its output. Never hand-write captured source snapshots: the
|
|
45
|
-
CLI owns normalisation (NFC, BOM strip, line endings) and the `content_hash`
|
|
46
|
-
contract, so any manual edit breaks idempotency.
|
|
47
|
-
|
|
48
|
-
### Code capture diagnostics
|
|
49
|
-
|
|
50
|
-
Do not run hand-written dependency preflight commands before code extraction or
|
|
51
|
-
document capture. The CLI owns configured runner/plugin resolution and returns
|
|
52
|
-
structured `agent_hints[]` when a runner or remote-document helper is missing or
|
|
53
|
-
misconfigured.
|
|
54
|
-
|
|
55
|
-
If code extraction capture fails with install or runner hints, surface the CLI's `agent_hints[]` command exactly as printed. Ask the user once whether to run that command on their behalf when it touches shared state. If approved, run the exact command from `agent_hints[0].command`, then retry the same capture command. If declined, leave the command visible so the user can run it manually. Do not inline extraction packages, do not hand-write code snapshots, and do not continue with partial capture.
|
|
56
|
-
|
|
57
|
-
Invocation note: document capture and code extraction do not run through `npx`.
|
|
58
|
-
Use the installed `context` CLI and the declared phase command returned by
|
|
59
|
-
`context status` or the phase view. When external helpers are missing, surface
|
|
60
|
-
the CLI's structured install hints instead of substituting your own package
|
|
61
|
-
manager or version.
|
|
62
|
-
|
|
63
|
-
### Route by source boundary
|
|
64
|
-
|
|
65
|
-
Before choosing a local Markdown capture route, honor the surrounding task context. Driver documents such as run instructions, handbooks, READMEs, plans, feedback issues, corpus/index/manifests, and batch lists are not Context sources unless the user explicitly asks to ingest them. Capture only ingest targets that are already explicit in the user request; if they are missing, ask one clarification instead of capturing the driver document.
|
|
66
|
-
|
|
67
|
-
- One or more local `.md` / `.mdx` files or a local documentation folder to ingest →
|
|
68
|
-
register one file source with the user-confirmed boundary:
|
|
69
|
-
`context source add file [YYYYMMDD] --module <module> --local <file-or-folder>`.
|
|
70
|
-
The CLI returns the `YYYYMMDD/module` identity to use in project phases. More
|
|
71
|
-
than one file module may share the date. For an explicit
|
|
72
|
-
batch inside a broader folder, preserve the user's include list on source
|
|
73
|
-
registration. Default file capture handles `.md`. If the CLI reports
|
|
74
|
-
document-site files such as `.mdx`, `_meta.json`, sidebars, or docs config,
|
|
75
|
-
stop and confirm whether the selected boundary is a documentation site before
|
|
76
|
-
changing capture configuration. For MDX documentation sites that use
|
|
77
|
-
`_meta.json`, declare `mdxJsonDocs()` on `captureFile` in `src/index.ts`;
|
|
78
|
-
keep `_meta.json` only when it is route metadata for the selected document
|
|
79
|
-
folder. The CLI captures it as metadata and generates
|
|
80
|
-
`__context_route_metadata.md` as mechanical route evidence; it also extracts
|
|
81
|
-
static MDX component props/children into `__context_mdx_component_text.md`
|
|
82
|
-
when components carry user-facing text. Declare
|
|
83
|
-
`captureFile({ source: source("<date>", "<module>", { type: "file" }), processor: mdxJsonDocs() })`, then
|
|
84
|
-
run `context run capture:file:<date>/<module> --format json`. If the selected MDX page
|
|
85
|
-
is empty or only mounts runtime-rendered content, tell the user that capture
|
|
86
|
-
found a document-site shell and ask for the rendered-site or data-source
|
|
87
|
-
boundary instead of inventing body text.
|
|
88
|
-
- A Lark/Feishu URL, doc token, or wiki token → register one Lark source:
|
|
89
|
-
`context source add lark [YYYYMMDD] --module <module> --url <url>` or the
|
|
90
|
-
matching token flag. Register every requested document under the same date;
|
|
91
|
-
do not ask for `YYYYMMDD-2`. Declare
|
|
92
|
-
`captureLark({ source: source("<date>", "<module>", { type: "lark" }) })`,
|
|
93
|
-
then run `context run capture:lark:<date>/<module> --format json`.
|
|
94
|
-
- Mixed local document and Lark document batches are separate sources unless
|
|
95
|
-
the current CLI explicitly offers a combined source contract. Do not write an
|
|
96
|
-
Agent-side URL/file loop.
|
|
97
|
-
- Refresh or recapture request for an already registered file/Lark source →
|
|
98
|
-
rerun the same declared capture phase. The CLI appends a new snapshot only
|
|
99
|
-
when content changes and never overwrites prior snapshots.
|
|
100
|
-
- Code package extraction is not document capture. Route code source selection
|
|
101
|
-
through `skill-source-scope` extraction preview and the declared extract
|
|
102
|
-
phase. Do not invent a document capture path for code.
|
|
103
|
-
- Conversation notes, decisions, and revision intents are not document capture
|
|
104
|
-
sources in the current workflow unless the CLI status or project-specific
|
|
105
|
-
phase exposes an explicit note source contract. If absent, record the user
|
|
106
|
-
guidance in the conversation and use it as pre-align hints, not as a snapshot
|
|
107
|
-
write.
|
|
108
|
-
|
|
109
|
-
Do not discover files with `find` / `ls` when the user already supplied paths.
|
|
110
|
-
If the include set is large, summarize it and ask for confirmation before
|
|
111
|
-
registration; do not read file bodies before capture permission is clear.
|
|
112
|
-
|
|
113
|
-
### Output Handling
|
|
114
|
-
|
|
115
|
-
Report the CLI output verbatim. If the CLI reports `N sources changed`, suggest the right next step:
|
|
116
|
-
|
|
117
|
-
- Run `context status --format json` and use its `state`, `routing`, and
|
|
118
|
-
`command_plan`; if status returns `needs-capture-phase`, first perform the
|
|
119
|
-
exact `routing.configuration` edit and rerun status.
|
|
120
|
-
- While status remains `needs-capture`, execute every returned capture command
|
|
121
|
-
for the already confirmed batch before asking another naming, collection, or
|
|
122
|
-
read-permission question.
|
|
123
|
-
- If status reports `captured-ready-to-investigate`, suggest the returned
|
|
124
|
-
`context run align:<type>:<source>:<collection> --view read-plan --format json`
|
|
125
|
-
command and hand off to `skill-prose-align`.
|
|
126
|
-
- If status reports `needs-structure` or `structure-ready`, follow the returned
|
|
127
|
-
align/compile command instead of naming a generic slash command.
|
|
128
|
-
- If status reports `compile-ready-for-review`, route to the review gate.
|
|
129
|
-
- If the source was code-only and status reports pending code projection,
|
|
130
|
-
follow the CLI-owned extract/compile route returned by status.
|
|
131
|
-
|
|
132
|
-
Never suggest prose compile or hand-built document knowledge for a code-only
|
|
133
|
-
source. Code sources become active knowledge only through the declared
|
|
134
|
-
extraction/review route returned by `context status`.
|
|
135
|
-
|
|
136
|
-
If capture is rejected because another phase or write gate is active, do not
|
|
137
|
-
discard it automatically. Explain the active state from `context status`, follow
|
|
138
|
-
that phase when it is the intended task, and ask the user before discarding
|
|
139
|
-
in-progress work when a current project command exists. If the user expected a
|
|
140
|
-
different repository/workspace, change to the confirmed workspace root before
|
|
141
|
-
retrying capture.
|
|
142
|
-
|
|
143
|
-
## Final Report
|
|
144
|
-
|
|
145
|
-
Report in the user's conversation language. Translate section headings into the user's language instead of copying the English labels below verbatim. Optimize for human readability: use document titles instead of source ids, package names instead of internal source id strings, and human-readable kind labels ("local markdown", "Feishu doc", "code package") instead of internal tokens. Do not surface content hashes, snapshot digests, internal payload identifiers, or absolute file paths.
|
|
146
|
-
|
|
147
|
-
Stable structure:
|
|
148
|
-
|
|
149
|
-
1. Completion headline. Single line with the action verb plus core counts: how
|
|
150
|
-
many sources were captured this round, broken down by `new` / `updated` /
|
|
151
|
-
`unchanged`. Capture data from the current `context run capture:* --format
|
|
152
|
-
json` result summary, or per-source statuses when no aggregate is returned.
|
|
153
|
-
2. Per-source list grouped by status. Show each captured source under one of three groups (`new` / `updated` / `unchanged`); within each group list the document title (`source.title`), kind label, and a short delta indicator for updated sources (for example added/removed line counts when the CLI returns them; otherwise "content changed"). Cache-hit code packages belong in `unchanged`. Omit groups that are empty.
|
|
154
|
-
3. Pending phase signals. When `context status --format json` reports follow-up
|
|
155
|
-
work tied to this capture (sources pending align, sources pending compile,
|
|
156
|
-
refreshed sources pending recompile, code sources pending projection),
|
|
157
|
-
summarize each as a single line naming the work and which sources are
|
|
158
|
-
affected. Omit the section entirely when there is no pending follow-up.
|
|
159
|
-
4. Next step. Single command suggestion driven by status: the returned
|
|
160
|
-
`context run align:<type>:<source>:<collection> ...` command when structure work is
|
|
161
|
-
pending, the returned `context run compile:<type>:<source>:<collection> ...`
|
|
162
|
-
command when prose compile work is pending, or the CLI-owned code projection
|
|
163
|
-
command when code projection is pending. If nothing is pending, say so
|
|
164
|
-
explicitly.
|
|
165
|
-
|
|
166
|
-
Do not include raw CLI diagnostics, agent_hints content, schema names, or phase
|
|
167
|
-
payload identifiers in the report. Those belong in earlier troubleshooting
|
|
168
|
-
output, not in the completion summary.
|
|
169
|
-
|
|
170
|
-
## Reference
|
|
171
|
-
|
|
172
|
-
### Missing Dependency Recovery
|
|
173
|
-
|
|
174
|
-
If the CLI returns `agent_hints[]` for a missing code runner or plugin package, stop and surface the hint. Ask the user once for permission to run `agent_hints[0].command` (the CLI has already picked the correct package manager — `npm install -g` or `bun install -g` — based on how `context` itself was installed). If approved, run that exact command via `Bash` and then retry the same capture; if declined, leave the command visible for manual install. Never substitute a different package manager or version.
|
|
175
|
-
|
|
176
|
-
If the CLI prints a missing-dependency error like `lark-cli not installed`, walk the user through installation:
|
|
177
|
-
|
|
178
|
-
1. Ask once up-front whether to proceed with install. If no → stop and tell the user to install manually from the tool's official README, then re-run.
|
|
179
|
-
2. `WebFetch` the tool's official README (for `lark-cli` that's `https://github.com/larksuite/cli/blob/main/README.md#quick-start-ai-agent`).
|
|
180
|
-
3. For each command the README prescribes for the user's platform, show the command then call `Bash`. The host's per-tool permission prompt is the user's confirmation surface; don't add extra y/n questions between commands.
|
|
181
|
-
4. Stop on any failure; surface stderr verbatim.
|
|
182
|
-
5. After success, tell the user to rerun the current Context command that
|
|
183
|
-
failed.
|
|
184
|
-
|
|
185
|
-
### Language Policy
|
|
186
|
-
|
|
187
|
-
Your prose to the user follows the user's conversation language. CLI commands, flag names, URLs, env-var names, binary names, source-ids stay English.
|
|
188
|
-
|
|
189
|
-
### Invariants
|
|
190
|
-
|
|
191
|
-
- Captured source snapshots are immutable post-write — the CLI only ever appends new snapshots.
|
|
192
|
-
- The source registry is authoritative; derived index files are not Agent phase
|
|
193
|
-
inputs.
|
|
194
|
-
- Local `.md` / `.mdx` source identity follows the captured file's stable origin path, not its H1/title. If the user edits the title but captures the same path again, the CLI appends a new snapshot to the same `local:*` source.
|
|
195
|
-
- In `--format json`, code capture runner cache state is authoritative in `result.runner.cacheMode`: `prepared` means a workspace runner was prepared, `cached` means workspace cache hit, and `bypass` means `--no-runner-cache` used a temporary runner directory instead of the workspace runner cache.
|
|
196
|
-
- Code extraction runner evidence is derived by the CLI from emitted source files. Do not ask users to configure `evidence.mode`; rerun capture after fixing the runner emit output.
|
|
197
|
-
- Code extraction snapshots ship with `evidence.mode: none`; symbols/files/edges are indexed inside the code bucket. Do not ask users to inspect or repair a code `.evidence` manifest.
|
|
198
|
-
- Code extraction/projection is separate from document capture. Materialize code
|
|
199
|
-
knowledge through the declared extract/code projection flow before prose align
|
|
200
|
-
attaches documentation to code Nodes.
|
|
201
|
-
- On duplicate capture of the same URL: identical `content_hash` → CLI skips with `unchanged`; different hash → CLI appends a new snapshot.
|
package/plugins/assets/icon.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 758 296" fill="none">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M647.569 0.78043C613.4 3.48518 581.318 15.3269 533.021 43.0605C527.45 46.2597 498.781 61.8832 490.42 67.9156C464.4 83.1281 440.36 99.9754 407.462 125.999C399.965 131.93 392.626 137.658 391.153 138.729C389.68 139.8 382.798 145.128 375.858 150.569C368.919 156.01 358.504 163.98 352.714 168.281L343.516 175.006L348.516 179.006C351.553 181.229 358.164 187.09 362.516 190.006L370.516 196.006L379.016 190.006C384.498 185.597 392.279 178.726 395.782 175.811C399.285 172.896 411.776 162.857 414.201 160.847C416.626 158.838 420.318 155.949 427.144 150.29C445.631 134.963 481.502 112.007 494.26 102.533C581.313 47.1925 633.705 27.2029 682.312 46.6436C688.772 50.1275 692.158 52.8781 699.014 60.2106C706.594 68.3166 708.17 70.6632 712.305 79.9992C717.792 92.3865 720.263 102.609 721.288 117.182C723.104 142.96 716.794 171.243 703.236 198.108C693.06 218.269 684.3 229.708 671.088 242.211C628.153 272.315 597.665 274.481 543.801 261.017C510.873 246.43 487.481 230.006 448.016 193.506C444.204 190.241 440.144 186.014 439.516 186.006C438.281 185.991 399.991 214.634 399.516 216.006C399.235 216.815 404.057 219.412 409.016 222.506C410.702 223.559 412.975 225.335 416.516 227.006C433.391 238.059 468.991 255.632 482.516 262.006C485.929 263.614 490.402 264.707 492.545 265.749C509.884 274.195 533.276 282.099 555.644 287.07C564.55 289.049 601.674 289.814 609.103 288.171C612.031 287.523 616.387 286.554 618.782 286.017C633.747 282.66 656.745 272.897 670.289 264.153C708.746 239.325 740.493 194.104 753.016 146.317C764.533 102.359 755.681 60.2459 728.902 31.5909C712.119 13.6333 693.371 4.36271 667.389 1.17066C661.613 0.461953 656.637 -0.0628543 656.33 0.00607299C656.023 0.0750003 652.081 0.42386 647.569 0.78043ZM122.268 6.91848C100.692 8.62683 75.6783 17.7423 58.0176 30.3336C30.2119 50.158 12.2534 76.5887 3.92103 109.95C0.744084 122.668 -0.943192 149.281 0.550004 163.097C6.34545 216.709 38.9366 261.239 87.8925 282.436C108.528 291.37 128.098 295.45 152.658 295.937C173.489 296.35 191.779 294.037 213.531 288.238C254.082 277.427 282.658 266.098 328.68 231.976C341.818 222.235 344.259 221.314 342.05 219.506C337.696 215.941 316.951 199.525 316.016 199.506C315.451 199.495 312.641 202.192 307.128 205.872C245.084 247.275 198.239 258.453 151.476 252.979C138.261 251.432 123.184 247.836 114.645 244.194C82.5503 230.506 61.7452 207.016 52.8018 174.371C50.4952 165.952 50.3622 164.208 50.7059 146.886C51.0496 129.561 51.2517 127.827 53.8915 119.499C58.217 105.86 62.5516 96.3835 68.4271 87.7254C96.678 46.0924 144.857 34.898 199.322 57.3119C205.245 59.7489 221.144 67.3217 224.619 69.361C245.505 81.6138 248.559 83.5927 268.609 97.8683C286.178 110.375 299.632 125.4 316.016 139.031C330.379 150.982 332.229 144.373 335.6 144.44C337.306 142.561 337.353 141.225 335.571 139.031C334.554 137.779 334.892 138.21 331.041 133.458C307.893 104.899 285.92 82.0366 264.533 63.4627C232.185 35.3673 200.085 17.5822 168.343 10.1701C158.514 7.87465 132.964 6.07147 122.268 6.91848Z" fill="#ef6f2e"/>
|
|
3
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 758 296" fill="none">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M647.569 0.78043C613.4 3.48518 581.318 15.3269 533.021 43.0605C527.45 46.2597 498.781 61.8832 490.42 67.9156C464.4 83.1281 440.36 99.9754 407.462 125.999C399.965 131.93 392.626 137.658 391.153 138.729C389.68 139.8 382.798 145.128 375.858 150.569C368.919 156.01 358.504 163.98 352.714 168.281L343.516 175.006L348.516 179.006C351.553 181.229 358.164 187.09 362.516 190.006L370.516 196.006L379.016 190.006C384.498 185.597 392.279 178.726 395.782 175.811C399.285 172.896 411.776 162.857 414.201 160.847C416.626 158.838 420.318 155.949 427.144 150.29C445.631 134.963 481.502 112.007 494.26 102.533C581.313 47.1925 633.705 27.2029 682.312 46.6436C688.772 50.1275 692.158 52.8781 699.014 60.2106C706.594 68.3166 708.17 70.6632 712.305 79.9992C717.792 92.3865 720.263 102.609 721.288 117.182C723.104 142.96 716.794 171.243 703.236 198.108C693.06 218.269 684.3 229.708 671.088 242.211C628.153 272.315 597.665 274.481 543.801 261.017C510.873 246.43 487.481 230.006 448.016 193.506C444.204 190.241 440.144 186.014 439.516 186.006C438.281 185.991 399.991 214.634 399.516 216.006C399.235 216.815 404.057 219.412 409.016 222.506C410.702 223.559 412.975 225.335 416.516 227.006C433.391 238.059 468.991 255.632 482.516 262.006C485.929 263.614 490.402 264.707 492.545 265.749C509.884 274.195 533.276 282.099 555.644 287.07C564.55 289.049 601.674 289.814 609.103 288.171C612.031 287.523 616.387 286.554 618.782 286.017C633.747 282.66 656.745 272.897 670.289 264.153C708.746 239.325 740.493 194.104 753.016 146.317C764.533 102.359 755.681 60.2459 728.902 31.5909C712.119 13.6333 693.371 4.36271 667.389 1.17066C661.613 0.461953 656.637 -0.0628543 656.33 0.00607299C656.023 0.0750003 652.081 0.42386 647.569 0.78043ZM122.268 6.91848C100.692 8.62683 75.6783 17.7423 58.0176 30.3336C30.2119 50.158 12.2534 76.5887 3.92103 109.95C0.744084 122.668 -0.943192 149.281 0.550004 163.097C6.34545 216.709 38.9366 261.239 87.8925 282.436C108.528 291.37 128.098 295.45 152.658 295.937C173.489 296.35 191.779 294.037 213.531 288.238C254.082 277.427 282.658 266.098 328.68 231.976C341.818 222.235 344.259 221.314 342.05 219.506C337.696 215.941 316.951 199.525 316.016 199.506C315.451 199.495 312.641 202.192 307.128 205.872C245.084 247.275 198.239 258.453 151.476 252.979C138.261 251.432 123.184 247.836 114.645 244.194C82.5503 230.506 61.7452 207.016 52.8018 174.371C50.4952 165.952 50.3622 164.208 50.7059 146.886C51.0496 129.561 51.2517 127.827 53.8915 119.499C58.217 105.86 62.5516 96.3835 68.4271 87.7254C96.678 46.0924 144.857 34.898 199.322 57.3119C205.245 59.7489 221.144 67.3217 224.619 69.361C245.505 81.6138 248.559 83.5927 268.609 97.8683C286.178 110.375 299.632 125.4 316.016 139.031C330.379 150.982 332.229 144.373 335.6 144.44C337.306 142.561 337.353 141.225 335.571 139.031C334.554 137.779 334.892 138.21 331.041 133.458C307.893 104.899 285.92 82.0366 264.533 63.4627C232.185 35.3673 200.085 17.5822 168.343 10.1701C158.514 7.87465 132.964 6.07147 122.268 6.91848Z" fill="#ef6f2e"/>
|
|
3
|
-
</svg>
|
|
Binary file
|
|
Binary file
|