Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d3836e2
Extract session broker surfaces
Arenukvern Jun 22, 2026
70a0077
Merge remote-tracking branch 'origin/main' into codex/session-broker
Arenukvern Jun 22, 2026
e14b71b
Use git override for paired IntentCall branch
Arenukvern Jun 22, 2026
7ad4c48
Align desktop capture diagnostics test
Arenukvern Jun 22, 2026
b8d9e5b
Use published IntentCall packages
Arenukvern Jun 23, 2026
6541b9f
Use IntentCall 0.2.1 packages
Arenukvern Jun 23, 2026
62c18be
Refresh WebMCP generated bootstrap
Arenukvern Jun 23, 2026
4b06874
Fix live showcase validation lanes
Arenukvern Jun 24, 2026
22b02a9
Update dependencies and improve tooling for IntentCall integration
Arenukvern Jun 25, 2026
8b23e03
Add fmtk alias and update docs
Arenukvern Jun 26, 2026
e1c9010
Wire hosted IntentCall proof into flutter test app
Arenukvern Jun 26, 2026
4a5baa3
Bump IntentCall deps to 0.3.0
Arenukvern Jun 27, 2026
7c67e00
Update IntentCall deps and protocol scheme
Arenukvern Jun 27, 2026
8d4b9b0
Integrate IntentCall 0.6.0 AppIntentsTesting
Arenukvern Jun 29, 2026
8e1891d
Replace absolute paths with portable repo-relative references
Arenukvern Jun 30, 2026
7da6eaa
Fix release readiness review findings
Arenukvern Jul 4, 2026
b1609bf
docs: architecture cleanup, intentcall, flutter mcp toolkit purpose
Arenukvern Jul 4, 2026
f4520ff
fix remaining PR review comments
Arenukvern Jul 4, 2026
d612314
Harden showcase exec-sweep for web discovery and stale snapshot edge …
Arenukvern Jul 5, 2026
6dd8b78
wip: macos showcase
Arenukvern Jul 5, 2026
81f788c
fix: add FMT_MODE_PRELUDE to boundary-audit skill and sync assets
Arenukvern Jul 5, 2026
72f4c90
fix: add missing closing parenthesis in dynamic tools registration
Arenukvern Jul 5, 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: mcp-maintainer-portable-invocation-trigger
skill: mcp-harness-repo-maintainer
routing: should_trigger
input: "The adoption proof tells agents to run /Users/anton/flutter/bin/dart --packages ../agent_guild/.../steward.dart; fix the Steward install and invocation guidance so another machine can reproduce it"
input: "The adoption proof tells agents to run /opt/flutter/bin/dart --packages ../agent_guild/.../steward.dart; fix the Steward install and invocation guidance so another machine can reproduce it"
rules:
- kind: file_exists
path: references/evals.md
Expand Down
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Summary

- TODO

## Validation

- [ ] `steward probe --json --profile quick`
- [ ] `make check-contracts`
- [ ] Focused tests or runtime proof for changed behavior:

## Contributor Checklist

- [ ] Docs updated when behavior, setup, packages, or workflows changed
- [ ] `make sync-skills` run and generated assets committed if `plugin/skills/` changed
- [ ] `CHANGELOG.md` updated for user-facing changes
- [ ] No secrets, tokens, or private URLs added
- [ ] Security-sensitive changes reviewed against `SECURITY.md`

## Notes

- Contribution guide: `docs/contributing/contribution_guide.mdx`
- Contributor credit: `docs/contributing/contributors.mdx`
12 changes: 6 additions & 6 deletions .github/workflows/intentcall_publish_dry_run.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Publish dry-run moved to the standalone intentcall repository:
# https://github.com/<org>/intentcall — workflow .github/workflows/ci.yml
#
# mcp_flutter consumers use path deps to ../agentkit until Phase 7.5 hosted cutover.
# IntentCall publishing is owned by the standalone IntentCall repository.
# This consumer repository keeps only a moved notice so old manual workflow links
# do not look like a live mcp_flutter publishing lane.

name: intentcall publish dry-run (moved)
name: intentcall publish ownership notice

on:
workflow_dispatch:
Expand All @@ -13,5 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Run publish dry-run in the intentcall repo: make publish-dry-run"
echo "IntentCall publish dry-run is not owned by mcp_flutter."
echo "Run publish checks in the IntentCall repository release workflow."
exit 0
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- gitnexus:start -->
# GitNexus — Code Intelligence

This project is indexed by GitNexus as **mcp_flutter** (4644 symbols, 10513 relationships, 300 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
This project is indexed by GitNexus as **mcp_flutter** (4960 symbols, 10728 relationships, 300 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.

> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.

Expand Down Expand Up @@ -48,7 +48,7 @@ This project is indexed by GitNexus as **mcp_flutter** (4644 symbols, 10513 rela

| Question | Go to |
|---|---|
| Canonical IntentCall design / AX / DX | `/Users/anton/mcp/agentkit/docs/NORTH_STAR.mdx` |
| Canonical IntentCall design / AX / DX | [IntentCall North Star](https://github.com/Arenukvern/intentcall/blob/main/docs/NORTH_STAR.mdx) |
| Consumer integration, hosted dependencies, and proof gates | `docs/intentcall/README.md` |
| Legacy call-entry migration | `docs/start_here/migration_mcp_call_entry_to_agent_call_entry.md` |
| Visual harness maintenance | `docs/superpowers/plans/2026-05-26-visual-reconstruct-next.md` |
Expand Down
Loading
Loading