jayli / jayli/mc-lite

qwen3.5 的首次 specify(失败) 和 GLM-5 的首次 specify(成功)

Open
#30 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## qwen3.5

```
/speckit.specify 给每个方块增加水平面的朝向的方向,即前后左后的属性,当消除一个方块(比如handrailA)的时候,
下次再放置同样的方块(即handrailA)时,方向顺时针旋转90度,也就是说,假设消除一个面朝东的方块时,再次放置这个
方块,则这个方块面朝南,当消除这个面朝南的方块时,再放置这个方块时则面朝西,当消除这个面朝西的方块时,再放置这
个方块时则面朝北,依次类推。所有可被放置的方块都支持这个东南西北朝向的属性。请注意,这只是一个功能性的新增,方
块的朝向不应当影响性能,包括不影响 face calling 和 instancedMesh 以及
后台合并等操作,这些性能相关的动作跟新增的朝向不应当互相影响,而要很好的兼容。需要澄清的是,新的实现需要对旧的
indexedDB的存档做兼容,要能读取旧的存档。
```

除了 clarify 之外我中途没有任何干预,最后 claude 崩了,到最后开始大段大段的删代码。但思考链严谨性还可以,也有可能是踩到claude code的bug。看上去像是/compact的时机的问题,导致最后大模型不聚焦了。可能是ANTHROPIC_MAX_TOKENS 4096太小导致的

需要修改ANTHROPIC_MAX_TOKENS为8192或16384再试一下。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by checking where ANTHROPIC_MAX_TOKENS is configured and reproduce the specify attempt with the proposed token limit, then inspect the implementation areas for block orientation and indexedDB save compatibility. Done means the orientation feature is specified without destructive code changes and old saves remain readable.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.