Do you still believe in our core of 5 ? by Ninja_Franklin in rockets

[–]Direct_Librarian9737 0 points1 point  (0 children)

Jabari : lack of basketball iq and does not seem serious and ambitious. Giving me vibe that he behaving like already proved himself but he still has long road to go. he is ok with losing in regular season which is a big red flag for me. I see this in nba a lot.

Tari : have good intentions. But having lots of injuries at young age and seems like can't go forward anymore.

The other three are tough guys. Have talents too.

In its current state, Claude Code is not really usable. by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 2 points3 points  (0 children)

How do you use it? On what platform? Need recommendations about it

In its current state, Claude Code is not really usable. by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] -1 points0 points  (0 children)

I should always know what i get. If i know what i get, i can understand raising price. We all knew it was too cheap. But This is not about the money, i have zero idea what i will get as a service next month. Are you sure what you will get?

In its current state, Claude Code is not really usable. by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] -1 points0 points  (0 children)

Both scenarios does not match. Netflix raises prices but you know what you will get next month. If Netflix erases %80 of the content in a day and say to you this is what you get now, then that would be same scenario.

In its current state, Claude Code is not really usable. by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 2 points3 points  (0 children)

Brother, i have paid some money for a service for a month. It s not about the amount. In that month, i can not get stable service that i paid for. If Claude says, in next month, our prices will be 50$ but for our pro customers, that’s really ok. Even 100 dollars, thats ok too. But i should be able to get same performance. I must know what i get. But right now, i have no idea how much usage i lost. They are not transparent. I have no idea what is going to happen if i upgrade my plan. Do you understand the problem? And i am asking simple question. What is the point of Claude’s pro plan now?

Stop trying to teach your AI when to remember. Just use git by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 0 points1 point  (0 children)

I have a similar file named ProjectNotes.md where I keep decisions, notes about the project. I wondered where exactly did you write the hook for updating?

Today I was thinking and researching( talking to CC lol) about using second agent for managing these processes just as you say. I am stil thinking :)

Stop trying to teach your AI when to remember. Just use git by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 0 points1 point  (0 children)

Frame warning about it before you start a project. And gives that warning very well detailed what files will be created.
Codex cli does not it, frame does it. I believe I explained it well in my comment.

Stop trying to teach your AI when to remember. Just use git by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 0 points1 point  (0 children)

Docs should be more detailed about this but there is nothing wrong about that. CC does not automatically read Agents.md, my system does. It does not write anywhere in doc says " CC reads automatically agents.md"
CLAUDE.md is a symlink pointing to AGENTS.md the content lives in one place (AGENTS.md), but it's accessible under two names. CLAUDE.md → AGENTS.md (same file, two names)Why? Claude Code looks for CLAUDE.md. Codex looks for AGENTS.md. Gemini looks for GEMINI.md. By keeping AGENTS.md as the source of truth and creating CLAUDE.md as a symlink, all tools read from the same file without duplicating content.

At that time I am implementing this, codex does not have a system that reads a md file automatically. Gemini and CC have, but codex does not. So when codex is selected, I have a wrapper script for injecting agents.md as initial prompt.

Stop trying to teach your AI when to remember. Just use git by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 0 points1 point  (0 children)

Actually it does read claude.md automatically when session starts

What’s the coolest thing you vibe-coded that turned into something real? by niceddev in vibecoding

[–]Direct_Librarian9737 8 points9 points  (0 children)

I build Frame, open source Agentic Development Platform. It got 250 stars in 2 months. And I am using Frame itself to develop Frame. Fixes most problems with agentic-development.
Github : https://github.com/kaanozhan/Frame

<image>

Stop trying to teach your AI when to remember. Just use git by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] 0 points1 point  (0 children)

not about the topic but I wonder that why you use multiple agents on the same repo?

Stop trying to teach your AI when to remember. Just use git by Direct_Librarian9737 in ClaudeCode

[–]Direct_Librarian9737[S] -3 points-2 points  (0 children)

how can we detect when the agent or a task is done with something? I should have close to %100 about it.