-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ChittyTriage + ChittyRoux carry-through #104
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
16 commits
Select commit
Hold shift + click to select a range
18e071e
feat(db): add Roux privilege+space columns to cc_intents and cc_disputes
chitcommit 3803db9
feat(meta): thread Roux privilege+space through Intent + createIntent…
chitcommit 9ab2b9b
feat(routes): ChittyTriage queue routes (list/claim/claim-next/complete)
chitcommit a728871
feat(mcp): add 4 ChittyTriage tools to the MCP surface
chitcommit 0d7d06f
feat(dispute-sync): Roux derive + Notion suppression gate + backfill …
chitcommit a100b66
docs(adr-001): append Roux/Triage carry-through delta
chitcommit 43da5bd
test: real-Neon coverage for ChittyTriage + Roux dispute-sync gate
chitcommit 2cc4499
fix(tests): bump MCP tool count to 54 + guard dispute-sync-roux neon …
chitcommit 395af7a
fix(migration): regenerate 0004 via drizzle-kit so journal/snapshot r…
chitcommit fdf7ac2
fix(dispute-sync): normalize dispute_type + re-derive on default back…
chitcommit ffc4e28
fix(triage): reject invalid claim-next filters with 400
chitcommit 498cb6a
fix(triage): exclude future scheduled_for from direct claim
chitcommit b3438e6
fix(intent): allow completeIntent/failIntent from claimed or running
chitcommit e0579a1
fix(auth): require chittytriage:write scope on triage routes
chitcommit aa2f2d0
fix(mcp): scope-gate triage tools, filter from tools/list when unscoped
chitcommit 9da3df6
test(intent): pin reclaim → re-claim → stale-token-A race rejection
chitcommit 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ALTER TABLE "cc_disputes" ADD COLUMN "privilege" text DEFAULT 'public' NOT NULL;--> statement-breakpoint | ||
| ALTER TABLE "cc_disputes" ADD COLUMN "space" text DEFAULT 'business' NOT NULL;--> statement-breakpoint | ||
| ALTER TABLE "cc_intents" ADD COLUMN "privilege" text DEFAULT 'public' NOT NULL;--> statement-breakpoint | ||
| ALTER TABLE "cc_intents" ADD COLUMN "space" text DEFAULT 'business' NOT NULL;--> statement-breakpoint | ||
| CREATE INDEX "idx_cc_disputes_privilege" ON "cc_disputes" USING btree ("privilege","status");--> statement-breakpoint | ||
| CREATE INDEX "idx_cc_disputes_space" ON "cc_disputes" USING btree ("space","status");--> statement-breakpoint | ||
| CREATE INDEX "idx_cc_intents_privilege" ON "cc_intents" USING btree ("privilege","status");--> statement-breakpoint | ||
| CREATE INDEX "idx_cc_intents_space" ON "cc_intents" USING btree ("space","status"); |
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.