-
Notifications
You must be signed in to change notification settings - Fork 0
Fix the adoption path and make engines upgradable (kit schema v2) #8
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
a09fb80
feat: fix the adoption path and make engines upgradable (kit schema v2)
327538f
fix: restore init.sh executable mode
45db095
fix: install hooks into core.hooksPath when it is set
fde77f7
fix(kitconfig): parse block lists that sit flush with their key
1ba978e
fix: address review findings on the config reader and templates
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Friction Log Archive | ||
|
|
||
| Graduated friction entries live here after they have been routed to the tracker or | ||
| promoted into a repeated-pattern rule. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Friction Log | ||
|
|
||
| > **Lean inbox (Principle #2 — the friction flywheel).** Friction surfaced during real | ||
| > use — a bug, an awkward workflow, a recurring annoyance — recorded the moment it's | ||
| > fresh, at session end. A periodic triage (`triage-friction-log`) reads new entries and | ||
| > routes each one: single incidents go **down** to the tracker; a genuine, multi-occurrence | ||
| > **pattern** graduates **up** into a rule or skill change. Route down by default, up only | ||
| > on repetition — so the flywheel self-regulates instead of ratcheting every week. | ||
| > | ||
| > Each entry: the observed issue, the date surfaced, a rough severity (**H**igh / **M**edium | ||
| > / **L**ow), and a proposed fix or next step. Link related PRs, commits, or tracker items | ||
| > when available. Graduated entries are swept to | ||
| > [`{{FRICTION_ARCHIVE}}`]({{FRICTION_ARCHIVE}}) so this file stays just the current | ||
| > inbox plus the most-recent graduation marker. | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| > | ||
| > Tracker board: {{TRACKER_URL}} | ||
|
|
||
| ## {{DATE}} — inbox | ||
|
|
||
| - **<one-line issue> (severity: <H/M/L>).** <what happened, and a proposed fix or next step.> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Handoff History | ||
|
|
||
| Archived session narratives from the living handoff. Keep active direction and the | ||
| next step in `{{HANDOFF}}`; this file is append-only history. | ||
|
|
||
| ## Session log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # {{PROJECT_NAME}} — Living Plan (Handoff) | ||
|
|
||
| > **Forward-looking handoff (Principle #1).** Read this at the start of every session | ||
| > (`session-start`); update it at the end (`wrap-up`). This file — not an agent's | ||
| > memory, not a scratch note — is the single source of truth for what's done, in | ||
| > progress, and next. | ||
| > | ||
| > Older session blocks graduate to [`{{HANDOFF_HISTORY}}`]({{HANDOFF_HISTORY}}) once this | ||
| > file crosses its line budget (a warn-only tripwire — `{{ENGINE_DIR}}/check_doc_budget.py`). | ||
| > Session-scoped scratch plans are exactly that: scratch. This is the handoff. | ||
|
|
||
| Last updated: {{DATE}} — <one-line theme of the most recent session> | ||
|
|
||
| ## Latest session — {{DATE}} | ||
|
|
||
| **Theme —** <what this session was about, in a line or two.> | ||
|
|
||
| - <what shipped> | ||
| - <what was decided> | ||
| - <what was learned> | ||
|
|
||
| ▶ Next: <the single clearest next step — what the next `session-start` should pick up.> | ||
|
|
||
| ______________________________________________________________________ | ||
|
|
||
| > Older session entries live in [`{{HANDOFF_HISTORY}}`]({{HANDOFF_HISTORY}}). |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.