Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .agents/skills/speckit-plan/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Command ends after Phase 2 planning. Report branch, IMPL_PLAN path, and generate
- Keep this artifact as a validation/run guide; implementation details belong in `tasks.md` and the implementation phase

4. **Agent context update**:
- Update the plan reference between the `<!-- SPECKIT START -->` and `<!-- SPECKIT END -->` markers in `CLAUDE.md` to point to the plan file created in step 1 (the IMPL_PLAN path)
- Update the plan reference between the `<!-- SPECKIT START -->` and `<!-- SPECKIT END -->` markers in `AGENTS.md` to point to the plan file created in step 1 (the IMPL_PLAN path)

**Output**: data-model.md, /contracts/*, quickstart.md, updated agent context file

Expand Down
2 changes: 1 addition & 1 deletion .specify/feature.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"feature_directory": "specs/013-fast-sbe-codec"
"feature_directory": "specs/016-okx-parity-remediation"
}
4 changes: 0 additions & 4 deletions .specify/integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"integration_settings": {
"codex": {
"script": "sh",
"raw_options": "--skills",
"parsed_options": {
"skills": true
},
"invoke_separator": "-"
}
},
Expand Down
4 changes: 2 additions & 2 deletions .specify/integrations/codex.manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"integration": "codex",
"version": "0.11.9",
"installed_at": "2026-07-06T03:25:14.208320+00:00",
"installed_at": "2026-07-10T07:11:14.011122+00:00",
"files": {
".agents/skills/speckit-analyze/SKILL.md": "2e89ffed73764eb9d3ee2d9fba7e245a5e73229b809ddec52409ca74c44e585d",
".agents/skills/speckit-clarify/SKILL.md": "5095627c89a249d402ad2d0fad425ea0c0bd5e8559e9d6f5b682dea4f513ed54",
".agents/skills/speckit-constitution/SKILL.md": "87f247a2e947b44f9248491dcbedbfc650d095dde6498938b6be7a413b418d5e",
".agents/skills/speckit-implement/SKILL.md": "d31986feebd257c7ebbca443d432c6484046a951149f831281fbba61adcd5889",
".agents/skills/speckit-converge/SKILL.md": "1355b748919c7750cc87be94534192e5ff227229c14cbd34ca993a5f977a4ce2",
".agents/skills/speckit-plan/SKILL.md": "84c76b584d729a0c50ef3a27844383b597aef36b4e1b5cf4df47060a0b058ab0",
".agents/skills/speckit-plan/SKILL.md": "95445751fa56bb409714f6804aa4b79efbbeea5cf36f30363aff1871caf8b8aa",
".agents/skills/speckit-checklist/SKILL.md": "4eb7e030d04014e6bbf5177f84aeef19b11adfa8470a14dd18506f65c7cf9dcb",
".agents/skills/speckit-specify/SKILL.md": "73518d4f228a59621e96c7787051057afd389d0978b73ac7e7721991df6b3f87",
".agents/skills/speckit-tasks/SKILL.md": "e08c8def433c9964e3e4446cb5ebbd97a1a85cb046ffd4c85c3405f58593f503",
Expand Down
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- SPECKIT START -->
For the active feature's technologies, layout, and validation commands, read
`specs/016-okx-parity-remediation/plan.md`.
<!-- SPECKIT END -->
Loading
Loading