Skip to content

Commit 9f012b5

Browse files
authored
Merge pull request #100 from Arenukvern/codex/session-broker
[codex] Extract session broker surfaces
2 parents 9f23559 + 72f4c90 commit 9f012b5

180 files changed

Lines changed: 6058 additions & 2711 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/mcp-harness-repo-maintainer/evals/cases/portable-invocation-trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: mcp-maintainer-portable-invocation-trigger
22
skill: mcp-harness-repo-maintainer
33
routing: should_trigger
4-
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"
4+
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"
55
rules:
66
- kind: file_exists
77
path: references/evals.md

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Summary
2+
3+
- TODO
4+
5+
## Validation
6+
7+
- [ ] `steward probe --json --profile quick`
8+
- [ ] `make check-contracts`
9+
- [ ] Focused tests or runtime proof for changed behavior:
10+
11+
## Contributor Checklist
12+
13+
- [ ] Docs updated when behavior, setup, packages, or workflows changed
14+
- [ ] `make sync-skills` run and generated assets committed if `plugin/skills/` changed
15+
- [ ] `CHANGELOG.md` updated for user-facing changes
16+
- [ ] No secrets, tokens, or private URLs added
17+
- [ ] Security-sensitive changes reviewed against `SECURITY.md`
18+
19+
## Notes
20+
21+
- Contribution guide: `docs/contributing/contribution_guide.mdx`
22+
- Contributor credit: `docs/contributing/contributors.mdx`
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Publish dry-run moved to the standalone intentcall repository:
2-
# https://github.com/<org>/intentcall — workflow .github/workflows/ci.yml
3-
#
4-
# mcp_flutter consumers use path deps to ../agentkit until Phase 7.5 hosted cutover.
1+
# IntentCall publishing is owned by the standalone IntentCall repository.
2+
# This consumer repository keeps only a moved notice so old manual workflow links
3+
# do not look like a live mcp_flutter publishing lane.
54

6-
name: intentcall publish dry-run (moved)
5+
name: intentcall publish ownership notice
76

87
on:
98
workflow_dispatch:
@@ -13,5 +12,6 @@ jobs:
1312
runs-on: ubuntu-latest
1413
steps:
1514
- run: |
16-
echo "Run publish dry-run in the intentcall repo: make publish-dry-run"
15+
echo "IntentCall publish dry-run is not owned by mcp_flutter."
16+
echo "Run publish checks in the IntentCall repository release workflow."
1717
exit 0

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- gitnexus:start -->
22
# GitNexus — Code Intelligence
33

4-
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.
4+
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.
55

66
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
77
@@ -48,7 +48,7 @@ This project is indexed by GitNexus as **mcp_flutter** (4644 symbols, 10513 rela
4848

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

0 commit comments

Comments
 (0)