Skip to content

Claude/check ignition status kp ow1#5

Open
salim4n wants to merge 7 commits intomainfrom
claude/check-ignition-status-KpOw1
Open

Claude/check ignition status kp ow1#5
salim4n wants to merge 7 commits intomainfrom
claude/check-ignition-status-KpOw1

Conversation

@salim4n
Copy link
Copy Markdown
Member

@salim4n salim4n commented Apr 10, 2026

No description provided.

claude added 5 commits April 9, 2026 11:40
Initialize GitHub spec-kit with Claude integration, adding skills
(.claude/skills/speckit-*) and project configuration (.specify/).

https://claude.ai/code/session_01GkrncgCYicCLGJRwcgcmdy
Define 6 core principles: TDD (non-negotiable), modular monorepo,
robustness & defensive design, browser-first performance, clean API,
and YAGNI. Includes quality gates, tech stack, and dev workflow.

https://claude.ai/code/session_01GkrncgCYicCLGJRwcgcmdy
3 user stories (train, configure, save/load), 11 functional requirements,
4 success criteria. Discrete action spaces only for v1.

https://claude.ai/code/session_01GkrncgCYicCLGJRwcgcmdy
Plan: Actor-Critic architecture, RolloutBuffer, GAE, clipped PPO loss.
Tasks: 18 tasks across 6 phases, TDD-first per constitution.

https://claude.ai/code/session_01GkrncgCYicCLGJRwcgcmdy
- PPOAgent: shared trunk + policy/value heads, clipped surrogate loss,
  GAE advantages, mini-batch training, proper tensor management
- RolloutBuffer: on-policy trajectory storage with GAE computation
- BuildActorCritic: tf.LayersModel with softmax policy + linear value heads
- PPOConfig: 12 configurable hyperparameters with sensible defaults
- 13 unit tests (all passing): buffer, model, agent, memory stability, config

Implements AgentInterface from @ignitionai/core. TDD-first per constitution.

https://claude.ai/code/session_01GkrncgCYicCLGJRwcgcmdy
@salim4n
Copy link
Copy Markdown
Member Author

salim4n commented Apr 10, 2026

@copilot can you resolve conflic please

Copilot AI and others added 2 commits April 10, 2026 12:02
Co-authored-by: salim4n <99040857+salim4n@users.noreply.github.com>
Agent-Logs-Url: https://github.com/IgnitionAI/ignition/sessions/461cced5-d59d-47a4-917d-a9c7d2b79be5

Co-authored-by: salim4n <99040857+salim4n@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI commented Apr 10, 2026

@copilot can you resolve conflic please

Resolved in d9b59f3. The branch now merges cleanly with main, and I validated the PPO backend test file plus the @ignitionai/backend-tfjs build after the merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants