Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
b54842f
feat(agentic): add Hidden Intent proactivity tracking framework
harryfan1985 May 23, 2026
2d12f81
fix(agentic): sync turn-level intent assignments to dialog turn file
harryfan1985 May 23, 2026
56be62d
fix(agentic): wire hidden intent tracking fixes
harryfan1985 May 23, 2026
74b1281
fix(agentic): align hidden intent reporting with pi-bench
harryfan1985 May 23, 2026
99ea01c
fix(agentic): address hidden intent review findings
harryfan1985 May 24, 2026
c896e40
fix(agentic): restore tool_call test helper lost during rebase
harryfan1985 May 26, 2026
49b18b1
fix(web-ui): add isProxy to IntentAssignment TS interface
harryfan1985 May 26, 2026
7bb9b66
feat(agentic): add heuristic hidden intent extraction from turn evidence
harryfan1985 May 28, 2026
b001bfd
Add Intent Coding MVP workflow
harryfan1985 May 25, 2026
1af073d
fix(intent-coding): use RequestContextPolicy builder API
harryfan1985 May 25, 2026
4c95bab
test(web-ui): fix TaskToolDisplay mock flowChatStore subscribe error
harryfan1985 May 25, 2026
79b031c
chore(.agent): trim intents/evidence to 1 example pair, clarify purpo…
harryfan1985 May 25, 2026
a4b1465
refactor(.agent): remove knowledge/ and changes/, consolidate into ru…
harryfan1985 May 25, 2026
73403db
refactor(.agent): remove intents/ and evidence/ from repo, create at …
harryfan1985 May 25, 2026
b5f39b2
refactor(intent-coding): migrate .agent/ rules into embedded code tree
harryfan1985 May 25, 2026
fbe12cc
refactor(intent-coding): remove inactive agent context loader
harryfan1985 May 25, 2026
00b9d53
style(intent-coding): normalize eof newlines
harryfan1985 May 25, 2026
2480a22
refactor(intent-coding): address PR review feedback
harryfan1985 May 25, 2026
d9e42b3
docs(intent-coding): sync embedded rule list
harryfan1985 May 25, 2026
a25745e
feat(intent-coding): validate accepted check statuses
harryfan1985 May 25, 2026
b081758
ci(intent-coding): run workflow check
harryfan1985 May 25, 2026
50c9175
test(intent-coding): cover mode picker entry
harryfan1985 May 25, 2026
2e6f2ef
docs(intent-coding): clarify artifact storage policy
harryfan1985 May 25, 2026
c9ff3de
feat(intent-coding): warn when evidence is missing
harryfan1985 May 25, 2026
8f7524c
feat(intent-coding): validate repair loop evidence
harryfan1985 May 25, 2026
9085762
feat(intent-coding): validate risk markers
harryfan1985 May 25, 2026
607d3bf
feat(intent-coding): require high-risk review markers
harryfan1985 May 25, 2026
eb7c34a
feat(intent-coding): suggest risk from changed files
harryfan1985 May 26, 2026
486033c
feat(intent-coding): structure high-risk review routing
harryfan1985 May 26, 2026
a866dd2
feat(intent-coding): require provenance anchors
harryfan1985 May 26, 2026
772ae30
feat(intent-coding): add context rule manifest
harryfan1985 May 26, 2026
5036f37
feat(intent-coding): add policy gate checks
harryfan1985 May 26, 2026
92b0572
feat(intent-coding): infer risk from evidence text
harryfan1985 May 26, 2026
bb77f69
feat(intent-coding): record review trigger mode
harryfan1985 May 26, 2026
bc74f18
fix(tool-result-storage): flush write and use async read in test
harryfan1985 May 26, 2026
02e2790
feat(intent-coding): validate session provenance records
harryfan1985 May 26, 2026
5000a4c
feat(intent-coding): require context input evidence
harryfan1985 May 26, 2026
951542d
feat(intent-coding): enforce policy gate profiles
harryfan1985 May 26, 2026
e1749c2
feat(intent-coding): support configurable policy gates
harryfan1985 May 26, 2026
db452f2
feat(intent-coding): enrich risk suggestion signals
harryfan1985 May 26, 2026
a837900
feat(intent-coding): add review route handoff
harryfan1985 May 26, 2026
3fd7348
feat(intent-coding): export provenance records
harryfan1985 May 26, 2026
d5cebff
feat(intent-coding): add context input compiler
harryfan1985 May 26, 2026
d9f2ff9
feat(intent-coding): load recent risk memory
harryfan1985 May 26, 2026
40ab517
fix(intent-coding): use user context policy
harryfan1985 May 26, 2026
4ab2968
fix(intent-coding): insert mandatory clarification gate before Intent…
harryfan1985 May 27, 2026
f4849c6
Merge remote-tracking branch 'fork/feature/hidden-intent-proactivity-…
harryfan1985 May 28, 2026
4796adc
fix: add missing intent_evidence field after merge with PR #846
harryfan1985 May 28, 2026
5b118b5
fix(web-ui): remove unused modeDisplay imports in ChatInput
harryfan1985 May 28, 2026
b154781
fix(intent-coding): wire evidence path end-to-end and harden collector
harryfan1985 May 28, 2026
9e7efa0
fix(web-ui): enable intent tracking from picker, harden evidence remi…
harryfan1985 May 28, 2026
c9ca516
fix(agent-scripts): scope intent ref, harden paths, tighten regexes
harryfan1985 May 28, 2026
25859cf
fix(intent-coding): enable intent tracking at the core/port boundary
harryfan1985 May 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run Intent Coding workflow check
run: pnpm run agent:check

- name: Lint web UI
run: pnpm run lint:web

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ tests/e2e/reports/

# BitFun sandbox data - auto managed
.bitfun/

# Intent Coding runtime artifacts - created on demand by IntentCoding agent
.agent/
.cursor
.cursor/rules/no-cargo.mdc
.sisyphus/
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"lint:web:fix": "pnpm --dir src/web-ui run lint:fix",
"i18n:audit": "node scripts/i18n-audit.mjs",
"fmt:rs": "node scripts/format-changed-rust.mjs",
"agent:check": "node scripts/check-agent-workflow.mjs",
"agent:context-compile": "node scripts/intent-coding-context-compile.mjs",
"agent:provenance-record": "node scripts/intent-coding-provenance-record.mjs",
"agent:review-route": "node scripts/intent-coding-review-route.mjs",
"prebuild": "pnpm run prebuild:web",
"prebuild:web": "pnpm run copy-assets --silent && pnpm run generate-all --silent",
"type-check:web": "pnpm --dir src/web-ui run type-check",
Expand Down
Loading
Loading